mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 16:38:28 +00:00
Upgrade dependencies
This commit is contained in:
parent
3d83a8af5c
commit
a34262b6eb
487
imgui-examples/Cargo.lock
generated
487
imgui-examples/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ publish = false
|
||||
[dev-dependencies]
|
||||
clipboard = "0.5"
|
||||
glium = { version = "0.25", default-features = true }
|
||||
image = "0.21"
|
||||
image = "0.22"
|
||||
imgui = { version = "0.2.0-pre", path = "../" }
|
||||
imgui-glium-renderer = { version = "0.2.0-pre", path = "../imgui-glium-renderer" }
|
||||
imgui-winit-support = { version = "0.2.0-pre", path = "../imgui-winit-support" }
|
||||
|
||||
509
imgui-gfx-examples/Cargo.lock
generated
509
imgui-gfx-examples/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@ gfx = "0.18"
|
||||
gfx_device_gl = "0.16"
|
||||
gfx_window_glutin = "0.31"
|
||||
glutin = "0.21"
|
||||
image = "0.21"
|
||||
image = "0.22"
|
||||
imgui = { version = "0.2.0-pre", path = "../" }
|
||||
imgui-gfx-renderer = { version = "0.2.0-pre", path = "../imgui-gfx-renderer" }
|
||||
imgui-winit-support = { version = "0.2.0-pre", path = "../imgui-winit-support" }
|
||||
|
||||
@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
bindgen = "0.50"
|
||||
bindgen = "0.51"
|
||||
failure = "0.1"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user