Skip to content

Commit f73452c

Browse files
committed
Updating Kludgine
1 parent df479e9 commit f73452c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ tracing-output = ["dep:tracing-subscriber"]
1818
roboto-flex = []
1919

2020
[dependencies]
21-
# kludgine = { version = "0.6.1", features = ["app"] }
22-
kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [
23-
"app",
24-
] }
21+
kludgine = { version = "0.7.0", features = ["app"] }
22+
# kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [
23+
# "app",
24+
# ] }
2525
alot = "0.3"
2626
interner = "0.2.1"
2727
kempt = "0.2.1"

0 commit comments

Comments
 (0)