From d5d0ff76628110c6c7ab36cd87212ecfcda3b52f Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Tue, 9 Jul 2019 01:05:01 +0300 Subject: [PATCH] Change version back to 0.1.0-pre --- Cargo.toml | 4 ++-- imgui-examples/Cargo.lock | 20 ++++++++++---------- imgui-examples/Cargo.toml | 6 +++--- imgui-gfx-examples/Cargo.lock | 20 ++++++++++---------- imgui-gfx-examples/Cargo.toml | 6 +++--- imgui-gfx-renderer/Cargo.toml | 4 ++-- imgui-glium-renderer/Cargo.toml | 4 ++-- imgui-sys/Cargo.toml | 2 +- imgui-winit-support/Cargo.toml | 4 ++-- 9 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a53d0ca..4ee28e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui" -version = "0.1.0-rc.2" +version = "0.1.0-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "High-level Rust bindings to dear imgui" @@ -17,7 +17,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" } bitflags = "1.0" glium = { version = "0.25", default-features = false, optional = true } gfx = { version = "0.18", optional = true } -imgui-sys = { version = "0.1.0-rc.2", path = "imgui-sys" } +imgui-sys = { version = "0.1.0-pre", path = "imgui-sys" } lazy_static = "1.1" parking_lot = "0.8" diff --git a/imgui-examples/Cargo.lock b/imgui-examples/Cargo.lock index 550c197..b8ccad1 100644 --- a/imgui-examples/Cargo.lock +++ b/imgui-examples/Cargo.lock @@ -395,11 +395,11 @@ dependencies = [ [[package]] name = "imgui" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui-sys 0.1.0-rc.2", + "imgui-sys 0.1.0-pre", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -411,31 +411,31 @@ dependencies = [ "clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.1.0-rc.2", - "imgui-glium-renderer 0.1.0-rc.2", - "imgui-winit-support 0.1.0-rc.2", + "imgui 0.1.0-pre", + "imgui-glium-renderer 0.1.0-pre", + "imgui-winit-support 0.1.0-pre", ] [[package]] name = "imgui-glium-renderer" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ "glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.1.0-rc.2", + "imgui 0.1.0-pre", ] [[package]] name = "imgui-sys" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-winit-support" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ - "imgui 0.1.0-rc.2", + "imgui 0.1.0-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 9ad0cde..9123149 100644 --- a/imgui-examples/Cargo.toml +++ b/imgui-examples/Cargo.toml @@ -13,6 +13,6 @@ publish = false clipboard = "0.5" glium = { version = "0.25", default-features = true } image = "0.21" -imgui = { version = "0.1.0-rc.2", path = "../" } -imgui-glium-renderer = { version = "0.1.0-rc.2", path = "../imgui-glium-renderer" } -imgui-winit-support = { version = "0.1.0-rc.2", path = "../imgui-winit-support" } +imgui = { version = "0.1.0-pre", path = "../" } +imgui-glium-renderer = { version = "0.1.0-pre", path = "../imgui-glium-renderer" } +imgui-winit-support = { version = "0.1.0-pre", path = "../imgui-winit-support" } diff --git a/imgui-gfx-examples/Cargo.lock b/imgui-gfx-examples/Cargo.lock index ff997fb..5e4c9e2 100644 --- a/imgui-gfx-examples/Cargo.lock +++ b/imgui-gfx-examples/Cargo.lock @@ -436,11 +436,11 @@ dependencies = [ [[package]] name = "imgui" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui-sys 0.1.0-rc.2", + "imgui-sys 0.1.0-pre", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -456,32 +456,32 @@ dependencies = [ "gfx_window_glutin 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.1.0-rc.2", - "imgui-gfx-renderer 0.1.0-rc.2", - "imgui-winit-support 0.1.0-rc.2", + "imgui 0.1.0-pre", + "imgui-gfx-renderer 0.1.0-pre", + "imgui-winit-support 0.1.0-pre", ] [[package]] name = "imgui-gfx-renderer" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ "gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.1.0-rc.2", + "imgui 0.1.0-pre", "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-sys" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-winit-support" -version = "0.1.0-rc.2" +version = "0.1.0-pre" dependencies = [ - "imgui 0.1.0-rc.2", + "imgui 0.1.0-pre", "winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/imgui-gfx-examples/Cargo.toml b/imgui-gfx-examples/Cargo.toml index 588e694..1a3fb38 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.21" -imgui = { version = "0.1.0-rc.2", path = "../" } -imgui-gfx-renderer = { version = "0.1.0-rc.2", path = "../imgui-gfx-renderer" } -imgui-winit-support = { version = "0.1.0-rc.2", path = "../imgui-winit-support" } +imgui = { version = "0.1.0-pre", path = "../" } +imgui-gfx-renderer = { version = "0.1.0-pre", path = "../imgui-gfx-renderer" } +imgui-winit-support = { version = "0.1.0-pre", path = "../imgui-winit-support" } [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 8d10cbb..7656f62 100644 --- a/imgui-gfx-renderer/Cargo.toml +++ b/imgui-gfx-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-gfx-renderer" -version = "0.1.0-rc.2" +version = "0.1.0-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "gfx renderer for the imgui crate" @@ -19,7 +19,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] gfx = "0.18" -imgui = { version = "0.1.0-rc.2", path = "../", features = ["gfx"] } +imgui = { version = "0.1.0-pre", 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 af0f886..b0ef221 100644 --- a/imgui-glium-renderer/Cargo.toml +++ b/imgui-glium-renderer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-glium-renderer" -version = "0.1.0-rc.2" +version = "0.1.0-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "Glium renderer for the imgui crate" @@ -14,4 +14,4 @@ travis-ci = { repository = "Gekkio/imgui-rs" } [dependencies] glium = { version = "0.25", default-features = false } -imgui = { version = "0.1.0-rc.2", path = "../", features = ["glium"] } +imgui = { version = "0.1.0-pre", path = "../", features = ["glium"] } diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 0f37a38..c2fc8d7 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-sys" -version = "0.1.0-rc.2" +version = "0.1.0-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 86cc04c..305e5c9 100644 --- a/imgui-winit-support/Cargo.toml +++ b/imgui-winit-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-winit-support" -version = "0.1.0-rc.2" +version = "0.1.0-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.1.0-rc.2", path = "../" } +imgui = { version = "0.1.0-pre", path = "../" } winit = ">= 0.16, <= 0.19"