Skip to content

Commit a74bf23

Browse files
committed
Fix filechooser examples
1 parent 0b4f107 commit a74bf23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

easy-imgui-filechooser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = []
1414
tr = ["dep:tr", "dep:include-po"]
1515

1616
[dependencies]
17-
easy-imgui = { version = "0.9.1", path = "../easy-imgui" }
17+
easy-imgui = { version = "0.10.0", path = "../easy-imgui" }
1818
image = "0.25"
1919
glob = "0.3"
2020
time = { version = "0.3", features = ["macros", "formatting"] }
@@ -26,7 +26,7 @@ tr = { version = "0.1.10", default-features = false, optional = true }
2626
windows = { version = "0.58", features = ["Win32_Storage_FileSystem"] }
2727

2828
[dev-dependencies]
29-
easy-imgui-window = { version = "0.9.1", path = "../easy-imgui-window" }
29+
easy-imgui-window = { version = "0.10.0", path = "../easy-imgui-window" }
3030
sys-locale = "0.3"
3131

3232
[build-dependencies]

0 commit comments

Comments
 (0)