From 2915741ac9d87c82103855bd07d40131f20029e0 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Wed, 19 Feb 2020 20:48:52 +0200 Subject: [PATCH] Update example lockfiles with 0.4.0-pre --- imgui-examples/Cargo.lock | 20 ++++++++++---------- imgui-gfx-examples/Cargo.lock | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/imgui-examples/Cargo.lock b/imgui-examples/Cargo.lock index eb655aa..bd8860c 100644 --- a/imgui-examples/Cargo.lock +++ b/imgui-examples/Cargo.lock @@ -448,11 +448,11 @@ dependencies = [ [[package]] name = "imgui" -version = "0.3.0" +version = "0.4.0-pre" 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", + "imgui-sys 0.4.0-pre", "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", - "imgui-glium-renderer 0.3.0", - "imgui-winit-support 0.3.0", + "imgui 0.4.0-pre", + "imgui-glium-renderer 0.4.0-pre", + "imgui-winit-support 0.4.0-pre", ] [[package]] name = "imgui-glium-renderer" -version = "0.3.0" +version = "0.4.0-pre" dependencies = [ "glium 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.3.0", + "imgui 0.4.0-pre", ] [[package]] name = "imgui-sys" -version = "0.3.0" +version = "0.4.0-pre" dependencies = [ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-winit-support" -version = "0.3.0" +version = "0.4.0-pre" dependencies = [ - "imgui 0.3.0", + "imgui 0.4.0-pre", "winit 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/imgui-gfx-examples/Cargo.lock b/imgui-gfx-examples/Cargo.lock index 2e81226..e929d42 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" +version = "0.4.0-pre" 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", + "imgui-sys 0.4.0-pre", "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", - "imgui-gfx-renderer 0.3.0", - "imgui-winit-support 0.3.0", + "imgui 0.4.0-pre", + "imgui-gfx-renderer 0.4.0-pre", + "imgui-winit-support 0.4.0-pre", ] [[package]] name = "imgui-gfx-renderer" -version = "0.3.0" +version = "0.4.0-pre" dependencies = [ "gfx 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", - "imgui 0.3.0", + "imgui 0.4.0-pre", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-sys" -version = "0.3.0" +version = "0.4.0-pre" dependencies = [ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "imgui-winit-support" -version = "0.3.0" +version = "0.4.0-pre" dependencies = [ - "imgui 0.3.0", + "imgui 0.4.0-pre", "winit 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)", ]