mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
bumping sdl2 version
This commit is contained in:
parent
beccfa89ec
commit
cb8beeb74c
@ -12,9 +12,9 @@ categories = ["gui"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
imgui = { version = "0.12.0", path = "../imgui" }
|
imgui = { version = "0.12.0", path = "../imgui" }
|
||||||
sdl2 = "0.34.5"
|
sdl2 = "0.36"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
glow = "0.13.1"
|
glow = "0.13.1"
|
||||||
imgui-glow-renderer = { version = "0.12.0", path = "../imgui-glow-renderer" }
|
imgui-glow-renderer = { version = "0.12.0", path = "../imgui-glow-renderer" }
|
||||||
sdl2 = { version = "0.34.5", features = ["bundled", "static-link"] }
|
sdl2 = { version = "0.36", features = ["bundled", "static-link"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user