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 committed Aug 1, 2023
1 parent ba02f22 commit fbd88ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions imgui-glow-renderer/Cargo.toml
Expand Up @@ -10,8 +10,8 @@ categories = ["gui", "rendering"]

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

[dev-dependencies]
glutin = "0.29.1"
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/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 fbd88ac

Please sign in to comment.