mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
update memoffset version
This commit is contained in:
parent
16faf4fda5
commit
4618936344
@ -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"
|
||||
|
||||
@ -31,4 +31,4 @@ docking = ["imgui-sys/docking"]
|
||||
tables-api = []
|
||||
|
||||
[dev-dependencies]
|
||||
memoffset = "0.6"
|
||||
memoffset = "0.9"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user