mirror of
https://github.com/danbulant/cushy
synced 2026-06-20 06:51:07 +00:00
Switching to Kludgine v0.11.0
This commit is contained in:
parent
229bbd4913
commit
08d1b08ea6
2 changed files with 4 additions and 5 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue