Switching to Kludgine v0.11.0

This commit is contained in:
Jonathan Johnson 2024-09-14 10:59:54 -07:00
parent 229bbd4913
commit 08d1b08ea6
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

@ -1311,8 +1311,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "kludgine"
version = "0.10.0"
source = "git+https://github.com/khonsulabs/kludgine#aa0d2fe77a92a034f7481a239e4f223a651a8c2a"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32ee58ce44762ccebb879d0df90c736336f6230e633702c7a24643dff1fca25c"
dependencies = [
"ahash",
"alot",

View file

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