Update example lockfiles with 0.4.0-pre

This commit is contained in:
Joonas Javanainen 2020-02-19 20:48:52 +02:00
parent a3bafc7df1
commit 2915741ac9
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
2 changed files with 20 additions and 20 deletions

View File

@ -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)",
]

View File

@ -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)",
]