From 39035421f79a4758c451fb4ab33c84b61ad1c7b6 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 22 Nov 2025 17:41:05 -0500 Subject: Add more buttons --- Cargo.lock | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 531ba99..7edc46b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,22 +809,12 @@ dependencies = [ "bytemuck", ] -[[package]] -name = "fontconfig-parser" -version = "0.5.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" -dependencies = [ - "roxmltree", -] - [[package]] name = "fontdb" version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" dependencies = [ - "fontconfig-parser", "log", "memmap2", "slotmap", @@ -1844,12 +1834,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30" -[[package]] -name = "roxmltree" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" - [[package]] name = "rstar" version = "0.12.2" -- cgit v1.2.3