Skip to content

Commit

Permalink
update memoffset version
Browse files Browse the repository at this point in the history
  • Loading branch information
trickster authored and sanbox-irl committed Sep 17, 2023
1 parent 16faf4f commit 4618936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imgui-glow-renderer/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ categories = ["gui", "rendering"]
[dependencies]
imgui = { version = "0.11.0", path = "../imgui" }
glow = "0.12.0"
memoffset = "0.6.4"
memoffset = "0.9"

[dev-dependencies]
glutin = "0.29.1"
Expand Down
2 changes: 1 addition & 1 deletion imgui/Cargo.toml
Expand Up @@ -31,4 +31,4 @@ docking = ["imgui-sys/docking"]
tables-api = []

[dev-dependencies]
memoffset = "0.6"
memoffset = "0.9"

0 comments on commit 4618936

Please sign in to comment.