mirror of
https://github.com/danbulant/cushy
synced 2026-06-17 13:31:07 +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]]
|
||||
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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue