From a79d2f7d5836f682f2caa5a93251745d38aa0577 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Tue, 19 Dec 2023 14:55:06 -0800 Subject: [PATCH] Updated Kludgine --- Cargo.lock | 12 ++++++------ Cargo.toml | 14 ++++++-------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed78e31..169e3f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a6f0f57..82c3062 100644 --- a/Cargo.toml +++ b/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"