Switching to released Kludgine

This commit is contained in:
Jonathan Johnson 2024-07-22 08:31:11 -07:00
parent 3de9d0597f
commit 83fe4b05ef
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
2 changed files with 4 additions and 5 deletions

5
Cargo.lock generated
View file

@ -1295,8 +1295,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "kludgine"
version = "0.8.0"
source = "git+https://github.com/khonsulabs/kludgine#a0e34054a060ffe1f5b2b8062c2aad566f8e1e2d"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dac414f26b39a8b25572244a3cbb4a4a566c86ab9a0d878b88a2e46d657d59c"
dependencies = [
"ahash",
"alot",

View file

@ -22,9 +22,7 @@ tokio = ["dep:tokio"]
tokio-multi-thread = ["tokio", "tokio/rt-multi-thread"]
[dependencies]
kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [
"app",
] }
kludgine = { version = "0.9.0", features = ["app"] }
figures = { version = "0.4.0" }
alot = "0.3"
interner = "0.2.1"