Skip to content

Commit

Permalink
Update imgui-glow-rendered, imgui-sdl2-support and imgui-winit-glow-r…
Browse files Browse the repository at this point in the history
…enderer-viewports dependencies
  • Loading branch information
mrautio authored and sanbox-irl committed Sep 18, 2023
1 parent 4c80d0d commit 43f9322
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion imgui-glow-renderer/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ categories = ["gui", "rendering"]

[dependencies]
imgui = { version = "0.11.0", path = "../imgui" }
glow = "0.12.0"
glow = "0.12.3"
memoffset = "0.9"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions imgui-sdl2-support/Cargo.toml
Expand Up @@ -12,9 +12,9 @@ categories = ["gui"]

[dependencies]
imgui = { version = "0.11.0", path = "../imgui" }
sdl2 = "0.34.5"
sdl2 = "~0.35.2"

[dev-dependencies]
glow = "0.12.0"
glow = "~0.12.3"
imgui-glow-renderer = { version = "0.11.0", path = "../imgui-glow-renderer" }
sdl2 = { version = "0.34.5", features = ["bundled", "static-link"] }
sdl2 = { version = "~0.35.2", features = ["bundled", "static-link"] }
10 changes: 5 additions & 5 deletions imgui-winit-glow-renderer-viewports/Cargo.toml
Expand Up @@ -12,9 +12,9 @@ license = "MIT OR Apache-2.0"
[dependencies]
imgui = { version = "0.11.0", path="../imgui", features=["docking"] }

glow = "0.12.0"
glutin = "0.30.3"
raw-window-handle = "0.5.0"
glow = "~0.12.3"
glutin = "0.30.9"
raw-window-handle = "0.5.2"
winit = "0.27.5"
thiserror = "1.0.38"
glutin-winit = "0.2.1"
thiserror = "1.0.44"
glutin-winit = "0.2.2"

0 comments on commit 43f9322

Please sign in to comment.