Skip to content

Commit

Permalink
remove ~ (they don't do anything in this case)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbox-irl committed Sep 18, 2023
1 parent 43f9322 commit 72052d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.35.2"
sdl2 = "0.35.2"

[dev-dependencies]
glow = "~0.12.3"
glow = "0.12.3"
imgui-glow-renderer = { version = "0.11.0", path = "../imgui-glow-renderer" }
sdl2 = { version = "~0.35.2", features = ["bundled", "static-link"] }
sdl2 = { version = "0.35.2", features = ["bundled", "static-link"] }
2 changes: 1 addition & 1 deletion imgui-winit-glow-renderer-viewports/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
imgui = { version = "0.11.0", path="../imgui", features=["docking"] }

glow = "~0.12.3"
glow = "0.12.3"
glutin = "0.30.9"
raw-window-handle = "0.5.2"
winit = "0.27.5"
Expand Down

0 comments on commit 72052d9

Please sign in to comment.