mirror of
https://github.com/danbulant/cushy
synced 2026-06-16 13:01:11 +00:00
Updated Kludgine
This commit is contained in:
parent
ecca658375
commit
a79d2f7d58
2 changed files with 12 additions and 14 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -1147,9 +1147,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|||
|
||||
[[package]]
|
||||
name = "kludgine"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bfd1a6ff36bce8a2d59d574a8e4a9a086bda0cd6d4eeb2b024305a4213a4317b"
|
||||
checksum = "0ceffa62a08f8cf3e8fb71f2a49df69100f7817a005014db52339d958a79ced5"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"alot",
|
||||
|
|
@ -1364,9 +1364,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "memmap2"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39a69c7c189ae418f83003da62820aca28d15a07725ce51fb924999335d622ff"
|
||||
checksum = "45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
|
@ -2218,7 +2218,7 @@ dependencies = [
|
|||
"cursor-icon",
|
||||
"libc",
|
||||
"log",
|
||||
"memmap2 0.9.2",
|
||||
"memmap2 0.9.3",
|
||||
"rustix",
|
||||
"thiserror",
|
||||
"wayland-backend",
|
||||
|
|
@ -3136,7 +3136,7 @@ dependencies = [
|
|||
"js-sys",
|
||||
"libc",
|
||||
"log",
|
||||
"memmap2 0.9.2",
|
||||
"memmap2 0.9.3",
|
||||
"ndk",
|
||||
"ndk-sys",
|
||||
"objc2",
|
||||
|
|
|
|||
14
Cargo.toml
14
Cargo.toml
|
|
@ -18,7 +18,7 @@ tracing-output = ["dep:tracing-subscriber"]
|
|||
roboto-flex = []
|
||||
|
||||
[dependencies]
|
||||
kludgine = { version = "0.6.0", features = ["app"] }
|
||||
kludgine = { version = "0.6.1", features = ["app"] }
|
||||
alot = "0.3"
|
||||
interner = "0.2.1"
|
||||
kempt = "0.2.1"
|
||||
|
|
@ -36,14 +36,10 @@ zeroize = "1.6.1"
|
|||
unicode-segmentation = "1.10.1"
|
||||
|
||||
|
||||
# [patch."https://github.com/khonsulabs/kludgine"]
|
||||
# [patch.crates-io]
|
||||
# kludgine = { path = "../kludgine" }
|
||||
# [patch.crates-io]
|
||||
# appit = { version = "0.1.0", path = "../appit" }
|
||||
# [patch."https://github.com/khonsulabs/figures"]
|
||||
# appit = { path = "../appit" }
|
||||
# figures = { path = "../figures" }
|
||||
|
||||
# [patch.crates-io]
|
||||
# alot = { git = "https://github.com/khonsulabs/alot" }
|
||||
# kempt = { path = "../objectmap" }
|
||||
|
||||
|
|
@ -56,4 +52,6 @@ rand = "0.8.5"
|
|||
image = { version = "0.24.7", features = ["png"] }
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
# debug = true
|
||||
# opt-level = "s"
|
||||
# strip = "debuginfo"
|
||||
|
|
|
|||
Loading…
Reference in a new issue