mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Update example lockfiles with 0.4.0-pre
This commit is contained in:
parent
a3bafc7df1
commit
2915741ac9
20
imgui-examples/Cargo.lock
generated
20
imgui-examples/Cargo.lock
generated
@ -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)",
|
||||
]
|
||||
|
||||
|
||||
20
imgui-gfx-examples/Cargo.lock
generated
20
imgui-gfx-examples/Cargo.lock
generated
@ -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)",
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user