Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update glow and sdl2 module dependencies #740

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"