Skip to content

Commit 3d0f717

Browse files
committed
Bump version v0.9.1.
1 parent 2a637e9 commit 3d0f717

File tree

6 files changed

+69
-69
lines changed

6 files changed

+69
-69
lines changed

Cargo.lock

+57-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

easy-imgui-filechooser/Cargo.toml

+2-2
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.0", path = "../easy-imgui" }
17+
easy-imgui = { version = "0.9.1", 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.0", path = "../easy-imgui-window" }
29+
easy-imgui-window = { version = "0.9.1", path = "../easy-imgui-window" }
3030
sys-locale = "0.3"
3131

3232
[build-dependencies]

easy-imgui-renderer/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "easy-imgui-renderer"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
description = "Default renderer for the easy-imgui crate, using OpenGl via glow"
66
license = "MIT"
@@ -12,8 +12,8 @@ keywords = ["imgui", "ui", "graphics"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
easy-imgui-sys = { version = "=0.9.0", path = "../easy-imgui-sys" }
16-
easy-imgui = { version = "=0.9.0", path = "../easy-imgui" }
15+
easy-imgui-sys = { version = "=0.9.1", path = "../easy-imgui-sys" }
16+
easy-imgui = { version = "=0.9.1", path = "../easy-imgui" }
1717

1818
anyhow = "1"
1919
cgmath = "0.18"

0 commit comments

Comments
 (0)