mirror of
https://github.com/danbulant/cushy
synced 2026-07-05 11:10:34 +00:00
Switching to released Kludgine
This commit is contained in:
parent
3de9d0597f
commit
83fe4b05ef
2 changed files with 4 additions and 5 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -1295,8 +1295,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kludgine"
|
name = "kludgine"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/khonsulabs/kludgine#a0e34054a060ffe1f5b2b8062c2aad566f8e1e2d"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "3dac414f26b39a8b25572244a3cbb4a4a566c86ab9a0d878b88a2e46d657d59c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"alot",
|
"alot",
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,7 @@ tokio = ["dep:tokio"]
|
||||||
tokio-multi-thread = ["tokio", "tokio/rt-multi-thread"]
|
tokio-multi-thread = ["tokio", "tokio/rt-multi-thread"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [
|
kludgine = { version = "0.9.0", features = ["app"] }
|
||||||
"app",
|
|
||||||
] }
|
|
||||||
figures = { version = "0.4.0" }
|
figures = { version = "0.4.0" }
|
||||||
alot = "0.3"
|
alot = "0.3"
|
||||||
interner = "0.2.1"
|
interner = "0.2.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue