From 09bff253464ef22c89f7886d6da33e0c6cdfe645 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 10 Apr 2019 22:31:30 +0300 Subject: [PATCH] Bump version to 0.0.24-pre --- Cargo.toml | 4 ++-- imgui-examples/Cargo.lock | 24 ++++++++++++------------ imgui-examples/Cargo.toml | 8 ++++---- imgui-gfx-renderer/Cargo.toml | 6 +++--- imgui-glium-examples/Cargo.lock | 24 ++++++++++++------------ imgui-glium-examples/Cargo.toml | 8 ++++---- imgui-glium-renderer/Cargo.toml | 6 +++--- imgui-sys/Cargo.toml | 2 +- imgui-winit-support/Cargo.toml | 4 ++-- 9 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b49124..70c09c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui" -version = "0.0.23" +version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "High-level Rust bindings to dear imgui" @@ -14,7 +14,7 @@ readme = "README.markdown" travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] -imgui-sys = { version = "0.0.23", path = "imgui-sys" } +imgui-sys = { version = "0.0.24-pre", path = "imgui-sys" } [workspace] members = [ diff --git a/imgui-examples/Cargo.lock b/imgui-examples/Cargo.lock index f7280f4..86757be 100644 --- a/imgui-examples/Cargo.lock +++ b/imgui-examples/Cargo.lock @@ -342,35 +342,35 @@ dependencies = [ [[package]] name = "imgui" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ - "imgui-sys 0.0.23-pre", + "imgui-sys 0.0.24-pre", ] [[package]] name = "imgui-examples" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ "gfx 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_window_glutin 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.0.23-pre", - "imgui-gfx-renderer 0.0.23-pre", - "imgui-winit-support 0.0.23-pre", + "imgui 0.0.24-pre", + "imgui-gfx-renderer 0.0.24-pre", + "imgui-winit-support 0.0.24-pre", ] [[package]] name = "imgui-gfx-renderer" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ "gfx 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.0.23-pre", - "imgui-sys 0.0.23-pre", + "imgui 0.0.24-pre", + "imgui-sys 0.0.24-pre", ] [[package]] name = "imgui-sys" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -380,9 +380,9 @@ dependencies = [ [[package]] name = "imgui-winit-support" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ - "imgui 0.0.23-pre", + "imgui 0.0.24-pre", "winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/imgui-examples/Cargo.toml b/imgui-examples/Cargo.toml index ba5157d..c6712d1 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-examples" -version = "0.0.23" +version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "imgui crate examples" @@ -13,6 +13,6 @@ publish = false gfx = "0.18" gfx_window_glutin = "0.30" glutin = "0.20" -imgui = { version = "0.0.23", path = "../" } -imgui-gfx-renderer = { version = "0.0.23", path = "../imgui-gfx-renderer" } -imgui-winit-support = { version = "0.0.23", path = "../imgui-winit-support" } +imgui = { version = "0.0.24-pre", path = "../" } +imgui-gfx-renderer = { version = "0.0.24-pre", path = "../imgui-gfx-renderer" } +imgui-winit-support = { version = "0.0.24-pre", path = "../imgui-winit-support" } diff --git a/imgui-gfx-renderer/Cargo.toml b/imgui-gfx-renderer/Cargo.toml index a9e085c..b694823 100644 --- a/imgui-gfx-renderer/Cargo.toml +++ b/imgui-gfx-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-gfx-renderer" -version = "0.0.23" +version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "gfx renderer for the imgui crate" @@ -14,5 +14,5 @@ travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] gfx = "0.18" -imgui = { version = "0.0.23", path = "../" } -imgui-sys = { version = "0.0.23", path = "../imgui-sys", features = ["gfx"] } +imgui = { version = "0.0.24-pre", path = "../" } +imgui-sys = { version = "0.0.24-pre", path = "../imgui-sys", features = ["gfx"] } diff --git a/imgui-glium-examples/Cargo.lock b/imgui-glium-examples/Cargo.lock index 120c7d6..7a904a6 100644 --- a/imgui-glium-examples/Cargo.lock +++ b/imgui-glium-examples/Cargo.lock @@ -323,34 +323,34 @@ dependencies = [ [[package]] name = "imgui" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ - "imgui-sys 0.0.23-pre", + "imgui-sys 0.0.24-pre", ] [[package]] name = "imgui-glium-examples" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ "glium 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.0.23-pre", - "imgui-glium-renderer 0.0.23-pre", - "imgui-winit-support 0.0.23-pre", + "imgui 0.0.24-pre", + "imgui-glium-renderer 0.0.24-pre", + "imgui-winit-support 0.0.24-pre", ] [[package]] name = "imgui-glium-renderer" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ "glium 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.0.23-pre", - "imgui-sys 0.0.23-pre", + "imgui 0.0.24-pre", + "imgui-sys 0.0.24-pre", ] [[package]] name = "imgui-sys" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -360,9 +360,9 @@ dependencies = [ [[package]] name = "imgui-winit-support" -version = "0.0.23-pre" +version = "0.0.24-pre" dependencies = [ - "imgui 0.0.23-pre", + "imgui 0.0.24-pre", "winit 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/imgui-glium-examples/Cargo.toml b/imgui-glium-examples/Cargo.toml index 42df986..c5c88e3 100644 --- a/imgui-glium-examples/Cargo.toml +++ b/imgui-glium-examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-glium-examples" -version = "0.0.23" +version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "imgui crate examples using Glium backend" @@ -11,7 +11,7 @@ publish = false [dev-dependencies] glium = { version = "0.23", default-features = true } -imgui = { version = "0.0.23", path = "../" } -imgui-glium-renderer = { version = "0.0.23", path = "../imgui-glium-renderer" } -imgui-winit-support = { version = "0.0.23", path = "../imgui-winit-support" } +imgui = { version = "0.0.24-pre", path = "../" } +imgui-glium-renderer = { version = "0.0.24-pre", path = "../imgui-glium-renderer" } +imgui-winit-support = { version = "0.0.24-pre", path = "../imgui-winit-support" } image = "0.21" diff --git a/imgui-glium-renderer/Cargo.toml b/imgui-glium-renderer/Cargo.toml index 2d03207..f706a83 100644 --- a/imgui-glium-renderer/Cargo.toml +++ b/imgui-glium-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-glium-renderer" -version = "0.0.23" +version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "Glium renderer for the imgui crate" @@ -14,5 +14,5 @@ travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] glium = { version = "0.23", default-features = false } -imgui = { version = "0.0.23", path = "../" } -imgui-sys = { version = "0.0.23", path = "../imgui-sys", features = ["glium"] } +imgui = { version = "0.0.24-pre", path = "../" } +imgui-sys = { version = "0.0.24-pre", path = "../imgui-sys", features = ["glium"] } diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index e7246f5..e8f073d 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-sys" -version = "0.0.23" +version = "0.0.24-pre" 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 5d6faa9..bf9180f 100644 --- a/imgui-winit-support/Cargo.toml +++ b/imgui-winit-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-winit-support" -version = "0.0.23" +version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "winit support code for the imgui crate" @@ -13,5 +13,5 @@ categories = ["gui"] travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] -imgui = { version = "0.0.23", path = "../" } +imgui = { version = "0.0.24-pre", path = "../" } winit = ">= 0.16, <= 0.19"