diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 266eace..2a3c52a 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.3.0] - 2020-02-15 + ### Added - Add `ChildWindow::movable` @@ -531,7 +533,8 @@ by setting the environment variable `WINIT_HIDPI_FACTOR=1` if you use X11. - Initial release with cimgui/imgui 1.44, glium 0.9 -[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/Gekkio/imgui-rs/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/Gekkio/imgui-rs/compare/v0.2.0...v0.3.0 [0.2.1]: https://github.com/Gekkio/imgui-rs/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Gekkio/imgui-rs/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/Gekkio/imgui-rs/compare/v0.0.23...v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index bf816d2..195cd72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui" -version = "0.3.0-pre" +version = "0.3.0" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "High-level Rust bindings to dear imgui" @@ -18,7 +18,7 @@ exclude = [ bitflags = "1.0" glium = { version = "0.26", default-features = false, optional = true } gfx = { version = "0.18", optional = true } -imgui-sys = { version = "0.3.0-pre", path = "imgui-sys" } +imgui-sys = { version = "0.3.0", path = "imgui-sys" } lazy_static = "1.1" parking_lot = "0.10" diff --git a/imgui-examples/Cargo.lock b/imgui-examples/Cargo.lock index 96192d6..eb655aa 100644 --- a/imgui-examples/Cargo.lock +++ b/imgui-examples/Cargo.lock @@ -448,11 +448,11 @@ dependencies = [ [[package]] name = "imgui" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "glium 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui-sys 0.3.0-pre", + "imgui-sys 0.3.0", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -464,31 +464,31 @@ dependencies = [ "clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "glium 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.3.0-pre", - "imgui-glium-renderer 0.3.0-pre", - "imgui-winit-support 0.3.0-pre", + "imgui 0.3.0", + "imgui-glium-renderer 0.3.0", + "imgui-winit-support 0.3.0", ] [[package]] name = "imgui-glium-renderer" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "glium 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.3.0-pre", + "imgui 0.3.0", ] [[package]] name = "imgui-sys" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-winit-support" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ - "imgui 0.3.0-pre", + "imgui 0.3.0", "winit 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/imgui-examples/Cargo.toml b/imgui-examples/Cargo.toml index 46894aa..29f2be2 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -13,6 +13,6 @@ publish = false clipboard = "0.5" glium = { version = "0.26", default-features = true } image = "0.23" -imgui = { version = "0.3.0-pre", path = "../" } -imgui-glium-renderer = { version = "0.3.0-pre", path = "../imgui-glium-renderer" } -imgui-winit-support = { version = "0.3.0-pre", path = "../imgui-winit-support" } +imgui = { path = "../" } +imgui-glium-renderer = { path = "../imgui-glium-renderer" } +imgui-winit-support = { path = "../imgui-winit-support" } diff --git a/imgui-gfx-examples/Cargo.lock b/imgui-gfx-examples/Cargo.lock index 62cfa17..2e81226 100644 --- a/imgui-gfx-examples/Cargo.lock +++ b/imgui-gfx-examples/Cargo.lock @@ -453,11 +453,11 @@ dependencies = [ [[package]] name = "imgui" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui-sys 0.3.0-pre", + "imgui-sys 0.3.0", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -473,32 +473,32 @@ dependencies = [ "gfx_window_glutin 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.3.0-pre", - "imgui-gfx-renderer 0.3.0-pre", - "imgui-winit-support 0.3.0-pre", + "imgui 0.3.0", + "imgui-gfx-renderer 0.3.0", + "imgui-winit-support 0.3.0", ] [[package]] name = "imgui-gfx-renderer" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "gfx 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.3.0-pre", + "imgui 0.3.0", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-sys" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-winit-support" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ - "imgui 0.3.0-pre", + "imgui 0.3.0", "winit 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/imgui-gfx-examples/Cargo.toml b/imgui-gfx-examples/Cargo.toml index 11e6619..349d1bb 100644 --- a/imgui-gfx-examples/Cargo.toml +++ b/imgui-gfx-examples/Cargo.toml @@ -20,9 +20,9 @@ gfx_device_gl = "0.16" gfx_window_glutin = "0.31" glutin = "0.21" image = "0.23" -imgui = { version = "0.3.0-pre", path = "../" } -imgui-gfx-renderer = { version = "0.3.0-pre", path = "../imgui-gfx-renderer" } -imgui-winit-support = { version = "0.3.0-pre", path = "../imgui-winit-support", default-features = false, features = ["winit-19"] } +imgui = { path = "../" } +imgui-gfx-renderer = { path = "../imgui-gfx-renderer" } +imgui-winit-support = { path = "../imgui-winit-support", default-features = false, features = ["winit-19"] } [target.'cfg(windows)'.dev-dependencies] gfx_device_dx11 = "0.8" diff --git a/imgui-gfx-renderer/Cargo.toml b/imgui-gfx-renderer/Cargo.toml index 848a223..aa38014 100644 --- a/imgui-gfx-renderer/Cargo.toml +++ b/imgui-gfx-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-gfx-renderer" -version = "0.3.0-pre" +version = "0.3.0" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "gfx renderer for the imgui crate" @@ -16,7 +16,7 @@ default = ["opengl"] [dependencies] gfx = "0.18" -imgui = { version = "0.3.0-pre", path = "../", features = ["gfx"] } +imgui = { version = "0.3.0", path = "../", features = ["gfx"] } [target.'cfg(windows)'.build-dependencies] winapi = { version = "0.3", features = ["d3dcompiler"] } diff --git a/imgui-glium-renderer/Cargo.toml b/imgui-glium-renderer/Cargo.toml index ecf2eba..5677567 100644 --- a/imgui-glium-renderer/Cargo.toml +++ b/imgui-glium-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-glium-renderer" -version = "0.3.0-pre" +version = "0.3.0" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "Glium renderer for the imgui crate" @@ -11,4 +11,4 @@ categories = ["gui", "rendering"] [dependencies] glium = { version = "0.26", default-features = false } -imgui = { version = "0.3.0-pre", path = "../", features = ["glium"] } +imgui = { version = "0.3.0", path = "../", features = ["glium"] } diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 1c4e344..44b2ed3 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-sys" -version = "0.3.0-pre" +version = "0.3.0" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "Raw FFI bindings to dear imgui" diff --git a/imgui-winit-support/Cargo.toml b/imgui-winit-support/Cargo.toml index 83be0a8..c6477bf 100644 --- a/imgui-winit-support/Cargo.toml +++ b/imgui-winit-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-winit-support" -version = "0.3.0-pre" +version = "0.3.0" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "winit support code for the imgui crate" @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0" categories = ["gui"] [dependencies] -imgui = { version = "0.3.0-pre", path = "../" } +imgui = { version = "0.3.0", path = "../" } winit-19 = { version = ">= 0.16, <= 0.19", package = "winit", optional = true } winit-20 = { version = ">= 0.20", package = "winit", optional = true }