From 3ff6c0a708babc08d2bbf1316d83d013c893b6e9 Mon Sep 17 00:00:00 2001 From: Jeremy Anderson Date: Mon, 13 Jul 2026 15:02:52 -0400 Subject: [PATCH] A hotkey-first programmer's editor built in Rust on the iced GUI framework. Scitano combines the menu structure of SciTE, strict GNU nano hotkeys, and Geany-inspired sidebar features into a single unified editing environment. --- Cargo.lock | 4381 ++++++++++++++++++++++++++++++++++++++++++++++++ Cargo.toml | 37 + LICENSE | 273 +++ QUICKSTART.md | 155 ++ README.md | 254 +++ build.sh | 2 + screenshot.png | Bin 0 -> 93858 bytes src/config.rs | 44 + src/editor.rs | 185 ++ src/main.rs | 1149 +++++++++++++ src/theme.rs | 159 ++ 11 files changed, 6639 insertions(+) create mode 100755 Cargo.lock create mode 100755 Cargo.toml create mode 100644 LICENSE create mode 100644 QUICKSTART.md create mode 100644 README.md create mode 100755 build.sh create mode 100644 screenshot.png create mode 100755 src/config.rs create mode 100755 src/editor.rs create mode 100755 src/main.rs create mode 100755 src/theme.rs diff --git a/Cargo.lock b/Cargo.lock new file mode 100755 index 0000000..0fde0d5 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,4381 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "ab_glyph" +version = "0.2.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2" +dependencies = [ + "ab_glyph_rasterizer", + "owned_ttf_parser", +] + +[[package]] +name = "ab_glyph_rasterizer" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" + +[[package]] +name = "adler2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + +[[package]] +name = "ahash" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" +dependencies = [ + "getrandom 0.2.17", + "once_cell", + "version_check", +] + +[[package]] +name = "ahash" +version = "0.8.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" +dependencies = [ + "cfg-if", + "getrandom 0.3.4", + "once_cell", + "version_check", + "zerocopy", +] + +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + +[[package]] +name = "android-activity" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd" +dependencies = [ + "android-properties", + "bitflags 2.13.0", + "cc", + "jni", + "libc", + "log", + "ndk", + "ndk-context", + "ndk-sys 0.6.0+11769913", + "num_enum", + "thiserror 2.0.18", +] + +[[package]] +name = "android-properties" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + +[[package]] +name = "approx" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" +dependencies = [ + "num-traits", +] + +[[package]] +name = "arrayref" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" + +[[package]] +name = "arrayvec" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" + +[[package]] +name = "as-raw-xcb-connection" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" + +[[package]] +name = "ash" +version = "0.37.3+1.3.251" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a" +dependencies = [ + "libloading 0.7.4", +] + +[[package]] +name = "async-broadcast" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" +dependencies = [ + "event-listener", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-channel" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" +dependencies = [ + "concurrent-queue", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "async-executor" +version = "1.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" +dependencies = [ + "async-task", + "concurrent-queue", + "fastrand", + "futures-lite", + "pin-project-lite", + "slab", +] + +[[package]] +name = "async-fs" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" +dependencies = [ + "async-lock", + "blocking", + "futures-lite", +] + +[[package]] +name = "async-io" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" +dependencies = [ + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite", + "parking", + "polling", + "rustix 1.1.4", + "slab", + "windows-sys 0.61.2", +] + +[[package]] +name = "async-lock" +version = "3.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" +dependencies = [ + "event-listener", + "event-listener-strategy", + "pin-project-lite", +] + +[[package]] +name = "async-process" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" +dependencies = [ + "async-channel", + "async-io", + "async-lock", + "async-signal", + "async-task", + "blocking", + "cfg-if", + "event-listener", + "futures-lite", + "rustix 1.1.4", +] + +[[package]] +name = "async-recursion" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "async-signal" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" +dependencies = [ + "async-io", + "async-lock", + "atomic-waker", + "cfg-if", + "futures-core", + "futures-io", + "rustix 1.1.4", + "signal-hook-registry", + "slab", + "windows-sys 0.61.2", +] + +[[package]] +name = "async-task" +version = "4.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" + +[[package]] +name = "async-trait" +version = "0.1.89" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "autocfg" +version = "1.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" + +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + +[[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" +dependencies = [ + "serde", +] + +[[package]] +name = "bit-set" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" +dependencies = [ + "bit-vec", +] + +[[package]] +name = "bit-vec" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + +[[package]] +name = "bitflags" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" + +[[package]] +name = "block" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" + +[[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" +dependencies = [ + "generic-array", +] + +[[package]] +name = "block2" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" +dependencies = [ + "objc2 0.5.2", +] + +[[package]] +name = "blocking" +version = "1.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" +dependencies = [ + "async-channel", + "async-task", + "futures-io", + "futures-lite", + "piper", +] + +[[package]] +name = "bumpalo" +version = "3.20.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" + +[[package]] +name = "by_address" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" + +[[package]] +name = "bytemuck" +version = "1.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424" +dependencies = [ + "bytemuck_derive", +] + +[[package]] +name = "bytemuck_derive" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "bytes" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" + +[[package]] +name = "calloop" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" +dependencies = [ + "bitflags 2.13.0", + "log", + "polling", + "rustix 0.38.44", + "slab", + "thiserror 1.0.69", +] + +[[package]] +name = "calloop" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7" +dependencies = [ + "bitflags 2.13.0", + "polling", + "rustix 1.1.4", + "slab", + "tracing", +] + +[[package]] +name = "calloop-wayland-source" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" +dependencies = [ + "calloop 0.13.0", + "rustix 0.38.44", + "wayland-backend", + "wayland-client", +] + +[[package]] +name = "calloop-wayland-source" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" +dependencies = [ + "calloop 0.14.4", + "rustix 1.1.4", + "wayland-backend", + "wayland-client", +] + +[[package]] +name = "cc" +version = "1.2.67" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38" +dependencies = [ + "find-msvc-tools", + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cfg-if" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" + +[[package]] +name = "cfg_aliases" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" + +[[package]] +name = "cfg_aliases" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + +[[package]] +name = "clipboard-win" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" +dependencies = [ + "error-code", +] + +[[package]] +name = "clipboard_macos" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b7f4aaa047ba3c3630b080bb9860894732ff23e2aee290a418909aa6d5df38f" +dependencies = [ + "objc2 0.5.2", + "objc2-app-kit", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "clipboard_wayland" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" +dependencies = [ + "smithay-clipboard", +] + +[[package]] +name = "clipboard_x11" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd63e33452ffdafd39924c4f05a5dd1e94db646c779c6bd59148a3d95fff5ad4" +dependencies = [ + "thiserror 2.0.18", + "x11rb", +] + +[[package]] +name = "codespan-reporting" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +dependencies = [ + "termcolor", + "unicode-width", +] + +[[package]] +name = "com" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" +dependencies = [ + "com_macros", +] + +[[package]] +name = "com_macros" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" +dependencies = [ + "com_macros_support", + "proc-macro2", + "syn 1.0.109", +] + +[[package]] +name = "com_macros_support" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" +dependencies = [ + "bytes", + "memchr", +] + +[[package]] +name = "concurrent-queue" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + +[[package]] +name = "core-foundation-sys" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + +[[package]] +name = "core-graphics" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "core-graphics-types", + "foreign-types", + "libc", +] + +[[package]] +name = "core-graphics-types" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "libc", +] + +[[package]] +name = "cosmic-text" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59fd57d82eb4bfe7ffa9b1cec0c05e2fd378155b47f255a67983cb4afe0e80c2" +dependencies = [ + "bitflags 2.13.0", + "fontdb", + "log", + "rangemap", + "rayon", + "rustc-hash 1.1.0", + "rustybuzz", + "self_cell", + "swash", + "sys-locale", + "ttf-parser 0.21.1", + "unicode-bidi", + "unicode-linebreak", + "unicode-script", + "unicode-segmentation", +] + +[[package]] +name = "cpufeatures" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" +dependencies = [ + "libc", +] + +[[package]] +name = "crc32fast" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "crossbeam-deque" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" + +[[package]] +name = "crunchy" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" + +[[package]] +name = "crypto-common" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" +dependencies = [ + "generic-array", + "typenum", +] + +[[package]] +name = "ctor" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83cf0d42651b16c6dfe68685716d18480d18a9c39c62d76e8cf3eb6ed5d8bcbf" +dependencies = [ + "dtor", +] + +[[package]] +name = "cursor-icon" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" + +[[package]] +name = "d3d12" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307" +dependencies = [ + "bitflags 2.13.0", + "libloading 0.8.9", + "winapi", +] + +[[package]] +name = "dark-light" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a76fa97167fa740dcdbfe18e8895601e1bc36525f09b044e00916e717c03a3c" +dependencies = [ + "dconf_rs", + "detect-desktop-environment", + "dirs", + "objc", + "rust-ini", + "web-sys", + "winreg", + "zbus", +] + +[[package]] +name = "dconf_rs" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7046468a81e6a002061c01e6a7c83139daf91b11c30e66795b13217c2d885c8b" + +[[package]] +name = "deranged" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" + +[[package]] +name = "detect-desktop-environment" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d8ad60dd5b13a4ee6bd8fa2d5d88965c597c67bce32b5fc49c94f55cb50810" + +[[package]] +name = "digest" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" +dependencies = [ + "block-buffer", + "crypto-common", +] + +[[package]] +name = "dirs" +version = "4.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" +dependencies = [ + "libc", + "redox_users", + "winapi", +] + +[[package]] +name = "dispatch" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" + +[[package]] +name = "dispatch2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" +dependencies = [ + "bitflags 2.13.0", + "objc2 0.6.4", +] + +[[package]] +name = "dlib" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" +dependencies = [ + "libloading 0.8.9", +] + +[[package]] +name = "dlv-list" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" + +[[package]] +name = "downcast-rs" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" + +[[package]] +name = "dpi" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" + +[[package]] +name = "drm" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80bc8c5c6c2941f70a55c15f8d9f00f9710ebda3ffda98075f996a0e6c92756f" +dependencies = [ + "bitflags 2.13.0", + "bytemuck", + "drm-ffi", + "drm-fourcc", + "libc", + "rustix 0.38.44", +] + +[[package]] +name = "drm-ffi" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51a91c9b32ac4e8105dec255e849e0d66e27d7c34d184364fb93e469db08f690" +dependencies = [ + "drm-sys", + "rustix 1.1.4", +] + +[[package]] +name = "drm-fourcc" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4" + +[[package]] +name = "drm-sys" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8e1361066d91f5ffccff060a3c3be9c3ecde15be2959c1937595f7a82a9f8" +dependencies = [ + "libc", + "linux-raw-sys 0.9.4", +] + +[[package]] +name = "dtor" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edf234dd1594d6dd434a8fb8cada51ddbbc593e40e4a01556a0b31c62da2775b" + +[[package]] +name = "either" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" + +[[package]] +name = "endi" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" + +[[package]] +name = "enumflags2" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" +dependencies = [ + "enumflags2_derive", + "serde", +] + +[[package]] +name = "enumflags2_derive" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "errno" +version = "0.3.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" +dependencies = [ + "libc", + "windows-sys 0.61.2", +] + +[[package]] +name = "error-code" +version = "3.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" + +[[package]] +name = "etagere" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342" +dependencies = [ + "euclid", + "svg_fmt", +] + +[[package]] +name = "euclid" +version = "0.22.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" +dependencies = [ + "num-traits", +] + +[[package]] +name = "event-listener" +version = "5.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite", +] + +[[package]] +name = "event-listener-strategy" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" +dependencies = [ + "event-listener", + "pin-project-lite", +] + +[[package]] +name = "fast-srgb8" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" + +[[package]] +name = "fastrand" +version = "2.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" + +[[package]] +name = "fdeflate" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" +dependencies = [ + "simd-adler32", +] + +[[package]] +name = "find-msvc-tools" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" + +[[package]] +name = "flate2" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" +dependencies = [ + "crc32fast", + "miniz_oxide", +] + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "font-types" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492" +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", + "tinyvec", + "ttf-parser 0.20.0", +] + +[[package]] +name = "foreign-types" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" +dependencies = [ + "foreign-types-macros", + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-macros" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "foreign-types-shared" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" + +[[package]] +name = "futures" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" +dependencies = [ + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-channel" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" +dependencies = [ + "futures-core", + "futures-sink", +] + +[[package]] +name = "futures-core" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" + +[[package]] +name = "futures-executor" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" +dependencies = [ + "futures-core", + "futures-task", + "futures-util", +] + +[[package]] +name = "futures-io" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" + +[[package]] +name = "futures-lite" +version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" +dependencies = [ + "fastrand", + "futures-core", + "futures-io", + "parking", + "pin-project-lite", +] + +[[package]] +name = "futures-macro" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "futures-sink" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" + +[[package]] +name = "futures-task" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" + +[[package]] +name = "futures-util" +version = "0.3.32" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "slab", +] + +[[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" +dependencies = [ + "typenum", + "version_check", +] + +[[package]] +name = "gethostname" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" +dependencies = [ + "rustix 1.1.4", + "windows-link", +] + +[[package]] +name = "getrandom" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "getrandom" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" +dependencies = [ + "cfg-if", + "libc", + "r-efi 5.3.0", + "wasip2", +] + +[[package]] +name = "getrandom" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" +dependencies = [ + "cfg-if", + "libc", + "r-efi 6.0.0", +] + +[[package]] +name = "gl_generator" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" +dependencies = [ + "khronos_api", + "log", + "xml-rs", +] + +[[package]] +name = "glam" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" + +[[package]] +name = "glow" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" +dependencies = [ + "js-sys", + "slotmap", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "glutin_wgl_sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead" +dependencies = [ + "gl_generator", +] + +[[package]] +name = "gpu-alloc" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45cf04b2726f02df5508c6de726acdc90cdf97ac771a9a0ffd8ba10a6e696bf9" +dependencies = [ + "bitflags 2.13.0", + "gpu-alloc-types", +] + +[[package]] +name = "gpu-alloc-types" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2bbed164dd10ed526c2e4fe3e721ca4a71c61730e5aafac6844b417b3227058" +dependencies = [ + "bitflags 2.13.0", +] + +[[package]] +name = "gpu-allocator" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" +dependencies = [ + "log", + "presser", + "thiserror 1.0.69", + "winapi", + "windows", +] + +[[package]] +name = "gpu-descriptor" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c" +dependencies = [ + "bitflags 2.13.0", + "gpu-descriptor-types", + "hashbrown 0.14.5", +] + +[[package]] +name = "gpu-descriptor-types" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c" +dependencies = [ + "bitflags 2.13.0", +] + +[[package]] +name = "guillotiere" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" +dependencies = [ + "euclid", + "svg_fmt", +] + +[[package]] +name = "half" +version = "2.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" +dependencies = [ + "cfg-if", + "crunchy", + "zerocopy", +] + +[[package]] +name = "hashbrown" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +dependencies = [ + "ahash 0.7.8", +] + +[[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash 0.8.12", + "allocator-api2", +] + +[[package]] +name = "hashbrown" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" + +[[package]] +name = "hassle-rs" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" +dependencies = [ + "bitflags 2.13.0", + "com", + "libc", + "libloading 0.8.9", + "thiserror 1.0.69", + "widestring", + "winapi", +] + +[[package]] +name = "hermit-abi" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" + +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + +[[package]] +name = "hexf-parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" + +[[package]] +name = "iced" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88acfabc84ec077eaf9ede3457ffa3a104626d79022a9bf7f296093b1d60c73f" +dependencies = [ + "iced_core", + "iced_futures", + "iced_highlighter", + "iced_renderer", + "iced_widget", + "iced_winit", + "thiserror 1.0.69", +] + +[[package]] +name = "iced_core" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0013a238275494641bf8f1732a23a808196540dc67b22ff97099c044ae4c8a1c" +dependencies = [ + "bitflags 2.13.0", + "bytes", + "dark-light", + "glam", + "log", + "num-traits", + "once_cell", + "palette", + "rustc-hash 2.1.3", + "smol_str", + "thiserror 1.0.69", + "web-time", +] + +[[package]] +name = "iced_futures" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c04a6745ba2e80f32cf01e034fd00d853aa4f4cd8b91888099cb7aaee0d5d7c" +dependencies = [ + "futures", + "iced_core", + "log", + "rustc-hash 2.1.3", + "wasm-bindgen-futures", + "wasm-timer", +] + +[[package]] +name = "iced_glyphon" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41c3bb56f1820ca252bc1d0994ece33d233a55657c0c263ea7cb16895adbde82" +dependencies = [ + "cosmic-text", + "etagere", + "lru", + "rustc-hash 2.1.3", + "wgpu", +] + +[[package]] +name = "iced_graphics" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba25a18cfa6d5cc160aca7e1b34f73ccdff21680fa8702168c09739767b6c66f" +dependencies = [ + "bitflags 2.13.0", + "bytemuck", + "cosmic-text", + "half", + "iced_core", + "iced_futures", + "log", + "once_cell", + "raw-window-handle", + "rustc-hash 2.1.3", + "thiserror 1.0.69", + "unicode-segmentation", +] + +[[package]] +name = "iced_highlighter" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bad88b25a1328cd4bb0b72d8e20f8207c0433649dc788f67e911423b9406f45c" +dependencies = [ + "iced_core", + "once_cell", + "syntect", +] + +[[package]] +name = "iced_renderer" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73558208059f9e622df2bf434e044ee2f838ce75201a023cf0ca3e1244f46c2a" +dependencies = [ + "iced_graphics", + "iced_tiny_skia", + "iced_wgpu", + "log", + "thiserror 1.0.69", +] + +[[package]] +name = "iced_runtime" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "348b5b2c61c934d88ca3b0ed1ed913291e923d086a66fa288ce9669da9ef62b5" +dependencies = [ + "bytes", + "iced_core", + "iced_futures", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "iced_tiny_skia" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c625d368284fcc43b0b36b176f76eff1abebe7959dd58bd8ce6897d641962a50" +dependencies = [ + "bytemuck", + "cosmic-text", + "iced_graphics", + "kurbo", + "log", + "rustc-hash 2.1.3", + "softbuffer", + "tiny-skia", +] + +[[package]] +name = "iced_wgpu" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15708887133671d2bcc6c1d01d1f176f43a64d6cdc3b2bf893396c3ee498295f" +dependencies = [ + "bitflags 2.13.0", + "bytemuck", + "futures", + "glam", + "guillotiere", + "iced_glyphon", + "iced_graphics", + "log", + "once_cell", + "rustc-hash 2.1.3", + "thiserror 1.0.69", + "wgpu", +] + +[[package]] +name = "iced_widget" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81429e1b950b0e4bca65be4c4278fea6678ea782030a411778f26fa9f8983e1d" +dependencies = [ + "iced_highlighter", + "iced_renderer", + "iced_runtime", + "num-traits", + "once_cell", + "rustc-hash 2.1.3", + "thiserror 1.0.69", + "unicode-segmentation", +] + +[[package]] +name = "iced_winit" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f44cd4e1c594b6334f409282937bf972ba14d31fedf03c23aa595d982a2fda28" +dependencies = [ + "iced_futures", + "iced_graphics", + "iced_runtime", + "log", + "rustc-hash 2.1.3", + "thiserror 1.0.69", + "tracing", + "wasm-bindgen-futures", + "web-sys", + "winapi", + "window_clipboard", + "winit", +] + +[[package]] +name = "indexmap" +version = "2.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +dependencies = [ + "equivalent", + "hashbrown 0.17.1", +] + +[[package]] +name = "instant" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "itoa" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" + +[[package]] +name = "jni" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" +dependencies = [ + "cfg-if", + "combine", + "jni-macros", + "jni-sys 0.4.1", + "log", + "simd_cesu8", + "thiserror 2.0.18", + "walkdir", + "windows-link", +] + +[[package]] +name = "jni-macros" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" +dependencies = [ + "proc-macro2", + "quote", + "rustc_version", + "simd_cesu8", + "syn 2.0.118", +] + +[[package]] +name = "jni-sys" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" +dependencies = [ + "jni-sys 0.4.1", +] + +[[package]] +name = "jni-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" +dependencies = [ + "jni-sys-macros", +] + +[[package]] +name = "jni-sys-macros" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" +dependencies = [ + "quote", + "syn 2.0.118", +] + +[[package]] +name = "jobserver" +version = "0.1.35" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" +dependencies = [ + "getrandom 0.4.3", + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" +dependencies = [ + "cfg-if", + "futures-util", + "wasm-bindgen", +] + +[[package]] +name = "khronos-egl" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" +dependencies = [ + "libc", + "libloading 0.8.9", + "pkg-config", +] + +[[package]] +name = "khronos_api" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" + +[[package]] +name = "kurbo" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440" +dependencies = [ + "arrayvec", + "smallvec", +] + +[[package]] +name = "libc" +version = "0.2.186" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" + +[[package]] +name = "libloading" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +dependencies = [ + "cfg-if", + "winapi", +] + +[[package]] +name = "libloading" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +dependencies = [ + "cfg-if", + "windows-link", +] + +[[package]] +name = "libm" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + +[[package]] +name = "libredox" +version = "0.1.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" +dependencies = [ + "bitflags 2.13.0", + "libc", + "plain", + "redox_syscall 0.9.0", +] + +[[package]] +name = "linked-hash-map" +version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + +[[package]] +name = "linux-raw-sys" +version = "0.4.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" + +[[package]] +name = "linux-raw-sys" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" + +[[package]] +name = "linux-raw-sys" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" + +[[package]] +name = "lock_api" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" +dependencies = [ + "scopeguard", +] + +[[package]] +name = "log" +version = "0.4.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" + +[[package]] +name = "lru" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" + +[[package]] +name = "malloc_buf" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" +dependencies = [ + "libc", +] + +[[package]] +name = "memchr" +version = "2.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" + +[[package]] +name = "memmap2" +version = "0.9.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" +dependencies = [ + "libc", +] + +[[package]] +name = "memoffset" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" +dependencies = [ + "autocfg", +] + +[[package]] +name = "metal" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25" +dependencies = [ + "bitflags 2.13.0", + "block", + "core-graphics-types", + "foreign-types", + "log", + "objc", + "paste", +] + +[[package]] +name = "miniz_oxide" +version = "0.8.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" +dependencies = [ + "adler2", + "simd-adler32", +] + +[[package]] +name = "naga" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843" +dependencies = [ + "bit-set", + "bitflags 2.13.0", + "codespan-reporting", + "hexf-parse", + "indexmap", + "log", + "num-traits", + "rustc-hash 1.1.0", + "spirv", + "termcolor", + "thiserror 1.0.69", + "unicode-xid", +] + +[[package]] +name = "ndk" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" +dependencies = [ + "bitflags 2.13.0", + "jni-sys 0.3.1", + "log", + "ndk-sys 0.6.0+11769913", + "num_enum", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "ndk-context" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" + +[[package]] +name = "ndk-sys" +version = "0.5.0+25.2.9519653" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" +dependencies = [ + "jni-sys 0.3.1", +] + +[[package]] +name = "ndk-sys" +version = "0.6.0+11769913" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" +dependencies = [ + "jni-sys 0.3.1", +] + +[[package]] +name = "nix" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +dependencies = [ + "bitflags 2.13.0", + "cfg-if", + "cfg_aliases 0.2.1", + "libc", + "memoffset", +] + +[[package]] +name = "num-conv" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", +] + +[[package]] +name = "num_enum" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" +dependencies = [ + "num_enum_derive", + "rustversion", +] + +[[package]] +name = "num_enum_derive" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "objc" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" +dependencies = [ + "malloc_buf", + "objc_exception", +] + +[[package]] +name = "objc-sys" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" + +[[package]] +name = "objc2" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" +dependencies = [ + "objc-sys", + "objc2-encode", +] + +[[package]] +name = "objc2" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f" +dependencies = [ + "objc2-encode", +] + +[[package]] +name = "objc2-app-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" +dependencies = [ + "bitflags 2.13.0", + "block2", + "libc", + "objc2 0.5.2", + "objc2-core-data", + "objc2-core-image", + "objc2-foundation 0.2.2", + "objc2-quartz-core 0.2.2", +] + +[[package]] +name = "objc2-cloud-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" +dependencies = [ + "bitflags 2.13.0", + "block2", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-contacts" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" +dependencies = [ + "block2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-data" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" +dependencies = [ + "bitflags 2.13.0", + "block2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" +dependencies = [ + "bitflags 2.13.0", + "dispatch2", + "objc2 0.6.4", +] + +[[package]] +name = "objc2-core-graphics" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807" +dependencies = [ + "bitflags 2.13.0", + "dispatch2", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-io-surface", +] + +[[package]] +name = "objc2-core-image" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" +dependencies = [ + "block2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal", +] + +[[package]] +name = "objc2-core-location" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" +dependencies = [ + "block2", + "objc2 0.5.2", + "objc2-contacts", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-encode" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" + +[[package]] +name = "objc2-foundation" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" +dependencies = [ + "bitflags 2.13.0", + "block2", + "dispatch", + "libc", + "objc2 0.5.2", +] + +[[package]] +name = "objc2-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" +dependencies = [ + "bitflags 2.13.0", + "objc2 0.6.4", + "objc2-core-foundation", +] + +[[package]] +name = "objc2-io-surface" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d" +dependencies = [ + "bitflags 2.13.0", + "objc2 0.6.4", + "objc2-core-foundation", +] + +[[package]] +name = "objc2-link-presentation" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" +dependencies = [ + "block2", + "objc2 0.5.2", + "objc2-app-kit", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-metal" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" +dependencies = [ + "bitflags 2.13.0", + "block2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" +dependencies = [ + "bitflags 2.13.0", + "block2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" +dependencies = [ + "bitflags 2.13.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-symbols" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" +dependencies = [ + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-ui-kit" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" +dependencies = [ + "bitflags 2.13.0", + "block2", + "objc2 0.5.2", + "objc2-cloud-kit", + "objc2-core-data", + "objc2-core-image", + "objc2-core-location", + "objc2-foundation 0.2.2", + "objc2-link-presentation", + "objc2-quartz-core 0.2.2", + "objc2-symbols", + "objc2-uniform-type-identifiers", + "objc2-user-notifications", +] + +[[package]] +name = "objc2-uniform-type-identifiers" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" +dependencies = [ + "block2", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-user-notifications" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" +dependencies = [ + "bitflags 2.13.0", + "block2", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc_exception" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" +dependencies = [ + "cc", +] + +[[package]] +name = "once_cell" +version = "1.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" + +[[package]] +name = "onig" +version = "6.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2" +dependencies = [ + "bitflags 2.13.0", + "libc", + "once_cell", + "onig_sys", +] + +[[package]] +name = "onig_sys" +version = "69.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7" +dependencies = [ + "cc", + "pkg-config", +] + +[[package]] +name = "orbclient" +version = "0.3.55" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5df339f526ea9a60e371768d50efc2f2508c7203290731565d1f7a6f71d21747" +dependencies = [ + "libc", + "libredox", +] + +[[package]] +name = "ordered-multimap" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" +dependencies = [ + "dlv-list", + "hashbrown 0.12.3", +] + +[[package]] +name = "ordered-stream" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" +dependencies = [ + "futures-core", + "pin-project-lite", +] + +[[package]] +name = "owned_ttf_parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b" +dependencies = [ + "ttf-parser 0.25.1", +] + +[[package]] +name = "palette" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" +dependencies = [ + "approx", + "fast-srgb8", + "palette_derive", + "phf", +] + +[[package]] +name = "palette_derive" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" +dependencies = [ + "by_address", + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "parking" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" + +[[package]] +name = "parking_lot" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" +dependencies = [ + "instant", + "lock_api", + "parking_lot_core 0.8.6", +] + +[[package]] +name = "parking_lot" +version = "0.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" +dependencies = [ + "lock_api", + "parking_lot_core 0.9.12", +] + +[[package]] +name = "parking_lot_core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" +dependencies = [ + "cfg-if", + "instant", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "winapi", +] + +[[package]] +name = "parking_lot_core" +version = "0.9.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" +dependencies = [ + "cfg-if", + "libc", + "redox_syscall 0.5.18", + "smallvec", + "windows-link", +] + +[[package]] +name = "paste" +version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + +[[package]] +name = "percent-encoding" +version = "2.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" + +[[package]] +name = "phf" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" +dependencies = [ + "phf_macros", + "phf_shared", +] + +[[package]] +name = "phf_generator" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" +dependencies = [ + "phf_shared", + "rand", +] + +[[package]] +name = "phf_macros" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" +dependencies = [ + "phf_generator", + "phf_shared", + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "phf_shared" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" +dependencies = [ + "siphasher", +] + +[[package]] +name = "pin-project" +version = "1.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "pin-project-lite" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" + +[[package]] +name = "pin-utils" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + +[[package]] +name = "piper" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" +dependencies = [ + "atomic-waker", + "fastrand", + "futures-io", +] + +[[package]] +name = "pkg-config" +version = "0.3.33" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" + +[[package]] +name = "plain" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" + +[[package]] +name = "plist" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" +dependencies = [ + "base64", + "indexmap", + "quick-xml 0.41.0", + "serde", + "time", +] + +[[package]] +name = "png" +version = "0.17.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" +dependencies = [ + "bitflags 1.3.2", + "crc32fast", + "fdeflate", + "flate2", + "miniz_oxide", +] + +[[package]] +name = "polling" +version = "3.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" +dependencies = [ + "cfg-if", + "concurrent-queue", + "hermit-abi", + "pin-project-lite", + "rustix 1.1.4", + "windows-sys 0.61.2", +] + +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + +[[package]] +name = "ppv-lite86" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] + +[[package]] +name = "presser" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" + +[[package]] +name = "proc-macro-crate" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" +dependencies = [ + "toml_edit", +] + +[[package]] +name = "proc-macro2" +version = "1.0.106" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "profiling" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" + +[[package]] +name = "quick-xml" +version = "0.39.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" +dependencies = [ + "memchr", +] + +[[package]] +name = "quote" +version = "1.0.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" +dependencies = [ + "proc-macro2", +] + +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + +[[package]] +name = "rand" +version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom 0.2.17", +] + +[[package]] +name = "range-alloc" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" + +[[package]] +name = "rangemap" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68" + +[[package]] +name = "raw-window-handle" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" + +[[package]] +name = "rayon" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" +dependencies = [ + "either", + "rayon-core", +] + +[[package]] +name = "rayon-core" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" +dependencies = [ + "crossbeam-deque", + "crossbeam-utils", +] + +[[package]] +name = "read-fonts" +version = "0.22.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69aacb76b5c29acfb7f90155d39759a29496aebb49395830e928a9703d2eec2f" +dependencies = [ + "bytemuck", + "font-types", +] + +[[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +dependencies = [ + "bitflags 1.3.2", +] + +[[package]] +name = "redox_syscall" +version = "0.5.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" +dependencies = [ + "bitflags 2.13.0", +] + +[[package]] +name = "redox_syscall" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759" +dependencies = [ + "bitflags 2.13.0", +] + +[[package]] +name = "redox_users" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" +dependencies = [ + "getrandom 0.2.17", + "libredox", + "thiserror 1.0.69", +] + +[[package]] +name = "regex-syntax" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" + +[[package]] +name = "renderdoc-sys" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" + +[[package]] +name = "roxmltree" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" + +[[package]] +name = "rust-ini" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" +dependencies = [ + "cfg-if", + "ordered-multimap", +] + +[[package]] +name = "rustc-hash" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + +[[package]] +name = "rustc-hash" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" + +[[package]] +name = "rustc_version" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" +dependencies = [ + "semver", +] + +[[package]] +name = "rustix" +version = "0.38.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" +dependencies = [ + "bitflags 2.13.0", + "errno", + "libc", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", +] + +[[package]] +name = "rustix" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" +dependencies = [ + "bitflags 2.13.0", + "errno", + "libc", + "linux-raw-sys 0.12.1", + "windows-sys 0.61.2", +] + +[[package]] +name = "rustversion" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" + +[[package]] +name = "rustybuzz" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" +dependencies = [ + "bitflags 2.13.0", + "bytemuck", + "libm", + "smallvec", + "ttf-parser 0.21.1", + "unicode-bidi-mirroring", + "unicode-ccc", + "unicode-properties", + "unicode-script", +] + +[[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "scitano" +version = "1.0.0" +dependencies = [ + "iced", +] + +[[package]] +name = "scoped-tls" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" + +[[package]] +name = "scopeguard" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + +[[package]] +name = "sctk-adwaita" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" +dependencies = [ + "ab_glyph", + "log", + "memmap2", + "smithay-client-toolkit 0.19.2", + "tiny-skia", +] + +[[package]] +name = "self_cell" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" + +[[package]] +name = "semver" +version = "1.0.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" + +[[package]] +name = "serde" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +dependencies = [ + "serde_core", + "serde_derive", +] + +[[package]] +name = "serde_core" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" +dependencies = [ + "serde_derive", +] + +[[package]] +name = "serde_derive" +version = "1.0.228" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "serde_json" +version = "1.0.150" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" +dependencies = [ + "itoa", + "memchr", + "serde", + "serde_core", + "zmij", +] + +[[package]] +name = "serde_repr" +version = "0.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "sha1" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + +[[package]] +name = "shlex" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" + +[[package]] +name = "signal-hook-registry" +version = "1.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" +dependencies = [ + "errno", + "libc", +] + +[[package]] +name = "simd-adler32" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" + +[[package]] +name = "simd_cesu8" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" +dependencies = [ + "rustc_version", + "simdutf8", +] + +[[package]] +name = "simdutf8" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" + +[[package]] +name = "siphasher" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" + +[[package]] +name = "skrifa" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe" +dependencies = [ + "bytemuck", + "read-fonts", +] + +[[package]] +name = "slab" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" + +[[package]] +name = "slotmap" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" +dependencies = [ + "version_check", +] + +[[package]] +name = "smallvec" +version = "1.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" + +[[package]] +name = "smithay-client-toolkit" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" +dependencies = [ + "bitflags 2.13.0", + "calloop 0.13.0", + "calloop-wayland-source 0.3.0", + "cursor-icon", + "libc", + "log", + "memmap2", + "rustix 0.38.44", + "thiserror 1.0.69", + "wayland-backend", + "wayland-client", + "wayland-csd-frame", + "wayland-cursor", + "wayland-protocols", + "wayland-protocols-wlr", + "wayland-scanner", + "xkeysym", +] + +[[package]] +name = "smithay-client-toolkit" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0" +dependencies = [ + "bitflags 2.13.0", + "calloop 0.14.4", + "calloop-wayland-source 0.4.1", + "cursor-icon", + "libc", + "log", + "memmap2", + "rustix 1.1.4", + "thiserror 2.0.18", + "wayland-backend", + "wayland-client", + "wayland-csd-frame", + "wayland-cursor", + "wayland-protocols", + "wayland-protocols-experimental", + "wayland-protocols-misc", + "wayland-protocols-wlr", + "wayland-scanner", + "xkeysym", +] + +[[package]] +name = "smithay-clipboard" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226" +dependencies = [ + "libc", + "smithay-client-toolkit 0.20.0", + "wayland-backend", +] + +[[package]] +name = "smol_str" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" +dependencies = [ + "serde", +] + +[[package]] +name = "softbuffer" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3" +dependencies = [ + "as-raw-xcb-connection", + "bytemuck", + "drm", + "fastrand", + "js-sys", + "memmap2", + "ndk", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.2", + "raw-window-handle", + "redox_syscall 0.5.18", + "rustix 1.1.4", + "tiny-xlib", + "tracing", + "wasm-bindgen", + "wayland-backend", + "wayland-client", + "wayland-sys", + "web-sys", + "windows-sys 0.61.2", + "x11rb", +] + +[[package]] +name = "spirv" +version = "0.3.0+sdk-1.3.268.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" +dependencies = [ + "bitflags 2.13.0", +] + +[[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] +name = "strict-num" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" + +[[package]] +name = "svg_fmt" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" + +[[package]] +name = "swash" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2" +dependencies = [ + "skrifa", + "yazi", + "zeno", +] + +[[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syn" +version = "2.0.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "syntect" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" +dependencies = [ + "bincode", + "flate2", + "fnv", + "once_cell", + "onig", + "plist", + "regex-syntax", + "serde", + "serde_derive", + "serde_json", + "thiserror 2.0.18", + "walkdir", + "yaml-rust", +] + +[[package]] +name = "sys-locale" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" +dependencies = [ + "libc", +] + +[[package]] +name = "tempfile" +version = "3.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" +dependencies = [ + "fastrand", + "getrandom 0.4.3", + "once_cell", + "rustix 1.1.4", + "windows-sys 0.61.2", +] + +[[package]] +name = "termcolor" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" +dependencies = [ + "winapi-util", +] + +[[package]] +name = "thiserror" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +dependencies = [ + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +dependencies = [ + "thiserror-impl 2.0.18", +] + +[[package]] +name = "thiserror-impl" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "time" +version = "0.3.53" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50" +dependencies = [ + "deranged", + "num-conv", + "powerfmt", + "serde_core", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" + +[[package]] +name = "time-macros" +version = "0.2.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f" +dependencies = [ + "num-conv", + "time-core", +] + +[[package]] +name = "tiny-skia" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" +dependencies = [ + "arrayref", + "arrayvec", + "bytemuck", + "cfg-if", + "log", + "png", + "tiny-skia-path", +] + +[[package]] +name = "tiny-skia-path" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" +dependencies = [ + "arrayref", + "bytemuck", + "strict-num", +] + +[[package]] +name = "tiny-xlib" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a90a0ca3ee6a69f2ad28fd11621a4c3f03b371f366be500b64df260c4ffbafb4" +dependencies = [ + "as-raw-xcb-connection", + "ctor", + "libloading 0.8.9", + "pkg-config", + "tracing", +] + +[[package]] +name = "tinyvec" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + +[[package]] +name = "toml_datetime" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" +dependencies = [ + "serde_core", +] + +[[package]] +name = "toml_edit" +version = "0.25.12+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7" +dependencies = [ + "indexmap", + "toml_datetime", + "toml_parser", + "winnow", +] + +[[package]] +name = "toml_parser" +version = "1.1.2+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" +dependencies = [ + "winnow", +] + +[[package]] +name = "tracing" +version = "0.1.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" +dependencies = [ + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", +] + +[[package]] +name = "tracing-attributes" +version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "tracing-core" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" +dependencies = [ + "once_cell", +] + +[[package]] +name = "ttf-parser" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" + +[[package]] +name = "ttf-parser" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" + +[[package]] +name = "ttf-parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" + +[[package]] +name = "typenum" +version = "1.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" + +[[package]] +name = "uds_windows" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" +dependencies = [ + "memoffset", + "tempfile", + "windows-sys 0.61.2", +] + +[[package]] +name = "unicode-bidi" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" + +[[package]] +name = "unicode-bidi-mirroring" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" + +[[package]] +name = "unicode-ccc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" + +[[package]] +name = "unicode-ident" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" + +[[package]] +name = "unicode-linebreak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" + +[[package]] +name = "unicode-properties" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" + +[[package]] +name = "unicode-script" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" + +[[package]] +name = "unicode-segmentation" +version = "1.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" + +[[package]] +name = "unicode-width" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "version_check" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" + +[[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" +dependencies = [ + "same-file", + "winapi-util", +] + +[[package]] +name = "wasi" +version = "0.11.1+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" + +[[package]] +name = "wasip2" +version = "1.0.4+wasi-0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.126" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.76" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.126" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.126" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn 2.0.118", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.126" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "wasm-timer" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" +dependencies = [ + "futures", + "js-sys", + "parking_lot 0.11.2", + "pin-utils", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", +] + +[[package]] +name = "wayland-backend" +version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2857dd20b54e916ec7253b3d6b4d5c4d7d4ca2c33c2e11c6c76a99bd8744755d" +dependencies = [ + "cc", + "downcast-rs", + "rustix 1.1.4", + "scoped-tls", + "smallvec", + "wayland-sys", +] + +[[package]] +name = "wayland-client" +version = "0.31.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "645c7c96bb74690c3189b5c9cb4ca1627062bb23693a4fad9d8c3de958260144" +dependencies = [ + "bitflags 2.13.0", + "rustix 1.1.4", + "wayland-backend", + "wayland-scanner", +] + +[[package]] +name = "wayland-csd-frame" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" +dependencies = [ + "bitflags 2.13.0", + "cursor-icon", + "wayland-backend", +] + +[[package]] +name = "wayland-cursor" +version = "0.31.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d" +dependencies = [ + "rustix 1.1.4", + "wayland-client", + "xcursor", +] + +[[package]] +name = "wayland-protocols" +version = "0.32.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6" +dependencies = [ + "bitflags 2.13.0", + "wayland-backend", + "wayland-client", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-experimental" +version = "20250721.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1" +dependencies = [ + "bitflags 2.13.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-misc" +version = "0.3.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8" +dependencies = [ + "bitflags 2.13.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-plasma" +version = "0.3.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91" +dependencies = [ + "bitflags 2.13.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-protocols-wlr" +version = "0.3.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234" +dependencies = [ + "bitflags 2.13.0", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-scanner", +] + +[[package]] +name = "wayland-scanner" +version = "0.31.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a" +dependencies = [ + "proc-macro2", + "quick-xml 0.39.4", + "quote", +] + +[[package]] +name = "wayland-sys" +version = "0.31.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be" +dependencies = [ + "dlib", + "log", + "once_cell", + "pkg-config", +] + +[[package]] +name = "web-sys" +version = "0.3.103" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "wgpu" +version = "0.19.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" +dependencies = [ + "arrayvec", + "cfg-if", + "cfg_aliases 0.1.1", + "js-sys", + "log", + "naga", + "parking_lot 0.12.5", + "profiling", + "raw-window-handle", + "smallvec", + "static_assertions", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "wgpu-core", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-core" +version = "0.19.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a" +dependencies = [ + "arrayvec", + "bit-vec", + "bitflags 2.13.0", + "cfg_aliases 0.1.1", + "codespan-reporting", + "indexmap", + "log", + "naga", + "once_cell", + "parking_lot 0.12.5", + "profiling", + "raw-window-handle", + "rustc-hash 1.1.0", + "smallvec", + "thiserror 1.0.69", + "web-sys", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-hal" +version = "0.19.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfabcfc55fd86611a855816326b2d54c3b2fd7972c27ce414291562650552703" +dependencies = [ + "android_system_properties", + "arrayvec", + "ash", + "bit-set", + "bitflags 2.13.0", + "block", + "cfg_aliases 0.1.1", + "core-graphics-types", + "d3d12", + "glow", + "glutin_wgl_sys", + "gpu-alloc", + "gpu-allocator", + "gpu-descriptor", + "hassle-rs", + "js-sys", + "khronos-egl", + "libc", + "libloading 0.8.9", + "log", + "metal", + "naga", + "ndk-sys 0.5.0+25.2.9519653", + "objc", + "once_cell", + "parking_lot 0.12.5", + "profiling", + "range-alloc", + "raw-window-handle", + "renderdoc-sys", + "rustc-hash 1.1.0", + "smallvec", + "thiserror 1.0.69", + "wasm-bindgen", + "web-sys", + "wgpu-types", + "winapi", +] + +[[package]] +name = "wgpu-types" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805" +dependencies = [ + "bitflags 2.13.0", + "js-sys", + "web-sys", +] + +[[package]] +name = "widestring" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" + +[[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" +dependencies = [ + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", +] + +[[package]] +name = "winapi-i686-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + +[[package]] +name = "winapi-util" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "winapi-x86_64-pc-windows-gnu" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + +[[package]] +name = "window_clipboard" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d" +dependencies = [ + "clipboard-win", + "clipboard_macos", + "clipboard_wayland", + "clipboard_x11", + "raw-window-handle", + "thiserror 1.0.69", +] + +[[package]] +name = "windows" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core", + "windows-targets", +] + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-sys" +version = "0.61.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc", + "windows_i686_gnu", + "windows_i686_gnullvm", + "windows_i686_msvc", + "windows_x86_64_gnu", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + +[[package]] +name = "windows_i686_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + +[[package]] +name = "windows_i686_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + +[[package]] +name = "winit" +version = "0.30.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" +dependencies = [ + "ahash 0.8.12", + "android-activity", + "atomic-waker", + "bitflags 2.13.0", + "block2", + "bytemuck", + "calloop 0.13.0", + "cfg_aliases 0.2.1", + "concurrent-queue", + "core-foundation", + "core-graphics", + "cursor-icon", + "dpi", + "js-sys", + "libc", + "memmap2", + "ndk", + "objc2 0.5.2", + "objc2-app-kit", + "objc2-foundation 0.2.2", + "objc2-ui-kit", + "orbclient", + "percent-encoding", + "pin-project", + "raw-window-handle", + "redox_syscall 0.4.1", + "rustix 0.38.44", + "sctk-adwaita", + "smithay-client-toolkit 0.19.2", + "smol_str", + "tracing", + "unicode-segmentation", + "wasm-bindgen", + "wasm-bindgen-futures", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "wayland-protocols-plasma", + "web-sys", + "web-time", + "windows-sys 0.52.0", + "x11-dl", + "x11rb", + "xkbcommon-dl", +] + +[[package]] +name = "winnow" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" +dependencies = [ + "winapi", +] + +[[package]] +name = "wit-bindgen" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" + +[[package]] +name = "x11-dl" +version = "2.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" +dependencies = [ + "libc", + "once_cell", + "pkg-config", +] + +[[package]] +name = "x11rb" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" +dependencies = [ + "as-raw-xcb-connection", + "gethostname", + "libc", + "libloading 0.8.9", + "once_cell", + "rustix 1.1.4", + "x11rb-protocol", +] + +[[package]] +name = "x11rb-protocol" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" + +[[package]] +name = "xcursor" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" + +[[package]] +name = "xdg-home" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" +dependencies = [ + "libc", + "windows-sys 0.59.0", +] + +[[package]] +name = "xkbcommon-dl" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" +dependencies = [ + "bitflags 2.13.0", + "dlib", + "log", + "once_cell", + "xkeysym", +] + +[[package]] +name = "xkeysym" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" + +[[package]] +name = "xml-rs" +version = "0.8.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" + +[[package]] +name = "yaml-rust" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" +dependencies = [ + "linked-hash-map", +] + +[[package]] +name = "yazi" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1" + +[[package]] +name = "zbus" +version = "4.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" +dependencies = [ + "async-broadcast", + "async-executor", + "async-fs", + "async-io", + "async-lock", + "async-process", + "async-recursion", + "async-task", + "async-trait", + "blocking", + "enumflags2", + "event-listener", + "futures-core", + "futures-sink", + "futures-util", + "hex", + "nix", + "ordered-stream", + "rand", + "serde", + "serde_repr", + "sha1", + "static_assertions", + "tracing", + "uds_windows", + "windows-sys 0.52.0", + "xdg-home", + "zbus_macros", + "zbus_names", + "zvariant", +] + +[[package]] +name = "zbus_macros" +version = "4.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.118", + "zvariant_utils", +] + +[[package]] +name = "zbus_names" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" +dependencies = [ + "serde", + "static_assertions", + "zvariant", +] + +[[package]] +name = "zeno" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697" + +[[package]] +name = "zerocopy" +version = "0.8.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] + +[[package]] +name = "zmij" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" + +[[package]] +name = "zvariant" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" +dependencies = [ + "endi", + "enumflags2", + "serde", + "static_assertions", + "zvariant_derive", +] + +[[package]] +name = "zvariant_derive" +version = "4.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 2.0.118", + "zvariant_utils", +] + +[[package]] +name = "zvariant_utils" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.118", +] diff --git a/Cargo.toml b/Cargo.toml new file mode 100755 index 0000000..932b7c9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,37 @@ +[package] +name = "scitano" +version = "2.0.0" +edition = "2021" +description = "Scitano v2.0 Visual Overhaul - SciTE menus, strict Nano hotkeys, Geany features in Rust/iced" +license = "GPL-2.0-only" +repository = "https://git.dcos.net/dcosnet/scitano/" +rust-version = "1.75" +categories = ["text-editors", "development-tools"] +keywords = ["editor", "nano", "scite", "iced", "text-editor"] + +[dependencies] +iced = { version = "0.13", features = ["highlighter", "advanced"] } + +[profile.release] +opt-level = 3 +lto = true +codegen-units = 1 +strip = true +panic = "abort" + +[profile.dev] +opt-level = 0 +debug = true + +[lints.clippy] +# SEI CERT / MISRA-aligned clippy rules +unwrap_used = "warn" +expect_used = "warn" +indexing_slicing = "warn" +arithmetic_side_effects = "warn" +cast_lossless = "warn" +cast_possible_truncation = "warn" +cast_possible_wrap = "warn" +cast_sign_loss = "warn" +integer_division = "warn" +manual_range_contains = "warn" \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b49440c --- /dev/null +++ b/LICENSE @@ -0,0 +1,273 @@ +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to +share and change it. By contrast, the GNU General Public License is +intended to guarantee your freedom to share and change free software--to +make sure the software is free for all its users. This General Public +License applies to most of the Free Software Foundation's software and to +any other program whose authors commit to using it. (Some other Free +Software Foundation software is covered by the GNU Library General Public +License instead.) You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. +Our General Public Licenses are designed to make sure that you have the +freedom to distribute copies of free software (and charge for this service +if you wish), that you receive source code or can get it if you want it, +that you can change the software or use pieces of it in new free programs; +and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These +restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must give the recipients all the rights that you have. You +must make sure that they, too, receive or can get the source code. And you +must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If +the software is modified by someone else and passed on, we want its +recipients to know that what they have is not the original, so that any +problems introduced by others will not reflect on the original authors' +reputations. + +Finally, any free program is threatened constantly by software patents. +We wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program +proprietary. To prevent this, we have made it clear that any patent must +be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and +modification follow. + +GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a +notice placed by the copyright holder saying it may be distributed under +the terms of this General Public License. The "Program", below, refers to +any such program or work, and a "work based on the Program" means either +the Program or any derivative work under copyright law: that is to say, a +work containing the Program or a portion of it, either verbatim or with +modifications and/or translated into another language. (Hereinafter, +translation is included without limitation in the term "modification".) +Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of running +the Program is not restricted, and the output from the Program is covered +only if its contents constitute a work based on the Program (independent +of having been made by running the Program). Whether that is true +depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this +License and to the absence of any warranty; and give any other recipients +of the Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such +modifications or work under the terms of Section 1 above, provided that +you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices stating +that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole +or in part contains or is derived from the Program or any part thereof, +to be licensed as a whole at no charge to all third parties under the +terms of this License. + +c) If the modified program normally reads commands interactively when +run, you must cause it, when started running for such interactive use in +the most ordinary way, to print or display an announcement including an +appropriate copyright notice and a notice that there is no warranty (or +else, saying that you provide a warranty) and that users may redistribute +the program under these conditions, and telling the user how to view a +copy of this License. (Exception: if the Program itself is interactive +but does not normally print such an announcement, your work based on the +Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, and +can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based on +the Program, the distribution of the whole must be on the terms of this +License, whose permissions for other licensees extend to the entire whole, +and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or collective +works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of a +storage or distribution medium does not bring the other work under the +scope of this License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 +and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source +code, which must be distributed under the terms of Sections 1 and 2 on a +medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to +give any third party, for a charge no more than your cost of physically +performing source distribution, a complete machine-readable copy of the +corresponding source code, to be distributed under the terms of Sections +1 and 2 on a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to +distribute corresponding source code. (This alternative is allowed only +for noncommercial distribution and only if you received the program in +object code or executable form with such an offer, in accord with +Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source code +means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to control +compilation and installation of the executable. However, as a special +exception, the source code distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on which +the executable runs, unless that component itself accompanies the +executable. + +If distribution of executable or object code is made by offering access +to copy from a designated place, then offering equivalent access to copy +the source code from the same place counts as distribution of the source +code, even though third parties are not compelled to copy the source +along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except +as expressly provided under this License. Any attempt otherwise to copy, +modify, sublicense or distribute the Program is void, and will +automatically terminate your rights under this License. However, parties +who have received copies, or rights, from you under this License will not +have their licenses terminated so long as such parties remain in full +compliance. + +5. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute +the Program or its derivative works. These actions are prohibited by law +if you do not accept this License. Therefore, by modifying or +distributing the Program (or any work based on the Program), you +indicate your acceptance of this License to do so, and all its terms and +conditions for copying, distributing or modifying the Program or works +based on it. + +6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the original +licensor to copy, distribute or modify the Program subject to these terms +and conditions. You may not impose any further restrictions on the +recipients' exercise of the rights granted herein. You are not +responsible for enforcing compliance by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot distribute +so as to satisfy simultaneously your obligations under this License and +any other pertinent obligations, then as a consequence you may not +distribute the Program at all. For example, if a patent license would not +permit royalty-free redistribution of the Program by all those who +receive copies directly or indirectly through you, then the only way you +could satisfy both it and this License would be to refrain entirely from +distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any such +claims; this section has the sole purpose of protecting the integrity of +the free software distribution system, which is implemented by public +license practices. Many people have made generous contributions to the +wide range of software distributed through that system in reliance on +consistent application of that system; it is up to the author/donor to +decide if he or she is willing to distribute software through any other +system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of +the General Public License from time to time. Such new versions will be +similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free +Software Foundation. + +10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals of +preserving the free status of all derivatives of our free software and of +promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/QUICKSTART.md b/QUICKSTART.md new file mode 100644 index 0000000..afe9a25 --- /dev/null +++ b/QUICKSTART.md @@ -0,0 +1,155 @@ +# Scitano 2.0 — Quickstart Guide + +## System Requirements + +| Requirement | Minimum | Recommended | +|-------------|---------|-------------| +| Rust toolchain | 1.75.0 | Latest stable | +| Operating System | Linux (glibc) | Linux (glibc), macOS | +| Display server | X11 | X11 or Wayland (XWayland) | +| RAM | 512 MB | 1 GB | +| Disk (build) | 200 MB | 500 MB | +| Disk (release binary) | 5 MB | 5 MB | + +## Install Rust (if needed) + +```bash +# Using rustup (recommended) +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +source "$HOME/.cargo/env" + +# Verify +rustc --version # must be >= 1.75.0 +cargo --version +``` + +## Clone and Build + +### Option 1: Using build.sh (recommended) + +```bash +git clone https://git.dcos.net/dcosnet/scitano.git +cd scitano +chmod +x build.sh +./build.sh +``` + +The `build.sh` script handles: +- Rust version check (>= 1.75) +- Clean release build with LTO +- Binary size reporting +- Install to `~/.local/bin/` (optional) + +### Option 2: Manual cargo build + +```bash +git clone https://git.dcos.net/dcosnet/scitano.git +cd scitano +cargo build --release +``` + +The binary is at `target/release/scitano`. + +### Option 3: Install system-wide via cargo + +```bash +git clone https://git.dcos.net/dcosnet/scitano.git +cd scitano +cargo install --path . +``` + +This places `scitano` in `~/.cargo/bin/` (ensure it's in your `$PATH`). + +## Run + +```bash +# From the build directory +./target/release/scitano + +# If installed system-wide +scitano +``` + +Scitano opens with two sample buffers (`hello.rs` and `script.py`) pre-loaded. + +## First 60 Seconds + +1. **Save a file** — Press `Ctrl+O` while in the `hello.rs` tab +2. **Cut a line** — Move cursor to any line, press `Ctrl+K` (text from cursor to EOL is killed) +3. **Paste it back** — Press `Ctrl+U` to yank the kill-ring +4. **Build it** — Save first (`Ctrl+O`), then press `Ctrl+B` to compile and run the Rust file +5. **Check output** — Click the "Build Logs" tab in the bottom panel +6. **Switch tabs** — Click `script.py` in the tab bar +7. **Toggle sidebar** — Use View > Toggle Sidebar (or press the menu button) +8. **Get help** — Press `Ctrl+G` to see the full hotkey reference in the Messages pane + +## Linting Support (optional) + +Scitano can lint files if the appropriate tools are installed on your system: + +| Language | Linter | Install | +|----------|--------|---------| +| Rust | `rustc` | Comes with Rust toolchain | +| Python | `python3 -m py_compile` | `sudo apt install python3` | +| Shell | `shellcheck` | `sudo apt install shellcheck` | +| C | `gcc -fsyntax-only` | `sudo apt install gcc` | +| C++ | `g++ -fsyntax-only` | `sudo apt install g++` | +| JavaScript | `node --check` | `sudo apt install nodejs` | + +Lint is triggered by `Ctrl+L` or Build > ^L Lint Syntax. + +## Build Tools (optional) + +| Language | Compiler | Install | +|----------|----------|---------| +| Rust | `rustc` | Comes with Rust toolchain | +| C | `gcc` | `sudo apt install gcc` | +| C++ | `g++` | `sudo apt install g++` | +| Python | `python3` | `sudo apt install python3` | +| JavaScript | `node` | `sudo apt install nodejs` | +| Go | `go` | `sudo apt install golang-go` | +| Ruby | `ruby` | `sudo apt install ruby` | +| Lua | `lua` | `sudo apt install lua5.3` | +| Perl | `perl` | Usually pre-installed | + +Build is triggered by `Ctrl+B` (build+run), or via the Build menu. + +## Troubleshooting + +### "No file path. Save first." + +Build and run require the file to exist on disk. Press `Ctrl+O` to save before building. + +### Display issues on Wayland + +Scitano uses iced which relies on winit. On Wayland, ensure XWayland is available: +```bash +# Check if XWayland works +WAYLAND_DISPLAY= xdotool --version 2>/dev/null && echo "XWayland OK" || echo "XWayland missing" +``` + +### Compilation fails with linker errors + +On some minimal installs, you may need system libraries: +```bash +# Debian/Ubuntu +sudo apt install libx11-dev libfontconfig-dev libfreetype-dev pkg-config + +# Fedora +sudo dnf install xorg-x11-devel fontconfig-devel freetype-devel pkgconfig +``` + +### Slow first build + +The first `cargo build --release` downloads and compiles iced and its dependencies. This takes 3-5 minutes on a typical machine. Subsequent builds are incremental and fast. + +## Binary Size + +With the release profile (LTO, strip, panic=abort), the binary is approximately 4-6 MB depending on the target platform. + +## Next Steps + +- Read the full [README.md](README.md) for complete feature documentation +- Press `Ctrl+G` inside the editor for the hotkey quick-reference +- Use the Syntax menu to manually override syntax highlighting +- Use the AI-Bridge menu to connect to Aider/Ollama for AI-assisted editing \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b64142 --- /dev/null +++ b/README.md @@ -0,0 +1,254 @@ +# Scitano 2.0 + +**Jeremy Anderson** — info@dcos.net +https://git.dcos.net/dcosnet/scitano/ + +A hotkey-first programmer's editor built in Rust on the iced GUI framework. Scitano combines the menu structure of SciTE, strict GNU nano hotkeys, and Geany-inspired sidebar and context features into a single unified editing environment with a VS Code Dark+ visual overhaul. + +![Scitano 2.0 screenshot](screenshot.png) + +--- + +## What's New in 2.0 + +- **VS Code Dark+ Visual Overhaul** — Complete theme rewrite matching the VS Code Dark+ color palette (#0F0F0F editor, #1E1E1E panels, #007ACC accent blue) +- **Production QA Pass** — Five-discipline review (QA/SRE/SA/Admin/DevOps) with all findings resolved +- **Data-Driven Architecture** — Nested if/else chains replaced with const lookup tables (SEI CERT/MISRA/POSIX compliant) +- **Bounded Memory** — Chat log enforces 512 KB / 10,000 entry hard limits +- **Shell-Injection Safe** — All build commands use argument vectors, no `format!()` shell strings +- **Compiler Warning Clean** — Zero warnings on `cargo check` with targeted `#[allow(dead_code)]` only on future-ready API +- **Clippy Lint Configuration** — `[lints.clippy]` section with 10 SEI CERT/MISRA-aligned warnings +- **Release Profile** — LTO, codegen-units=1, strip=true, panic=abort for minimal binary size + +--- + +## Features + +- **Strict Nano Hotkeys** — `^K`/`^U` kill-ring, `^O` writeout, `^X` exit, `^W` search, and more — all faithful to GNU nano behavior +- **SciTE-Style Menus** — File, Edit, Search, View, Build, Tools, Syntax, Options, Help, and AI-Bridge menus across the top +- **Geany-Inspired Sidebar** — Symbol tree auto-parses `fn`, `struct`, `impl`, `enum`, `trait`, `class`, `def`, `mod`, and `macro_rules!` definitions +- **Multi-Tab Editing** — Multiple buffers with dirty indicators (`●`), right-click close, and `+` to create new tabs +- **Syntax Highlighting** — 50+ file extensions across 20+ languages with manual override via the Syntax menu +- **Dual Highlight Tones** — CandyPop (Base16 Ocean) and Matte (Base16 Mocha) switchable from the View menu +- **Bottom Panel** — Messages, Diagnostics, Build Logs, and AI Terminal panes with color-coded prefix output +- **Right-Click Context Menu** — Quick access to Save, Close, Build, Lint, Comment/Uncomment, and case transforms +- **Build Integration** — Compile-only, build-and-run, run-only, and lint with output routed to the Build Logs pane +- **AI Bridge** — Aider and Hermes/Odysseus integration points for AI-assisted editing +- **Structured Status Bar** — File name, dirty state, syntax, bookmark count, wrap mode, encoding, line endings +- **Footer Hotkey Bar** — Persistent nano hotkey reference always visible at the bottom + +--- + +## Quickstart + +### Prerequisites + +- Rust 1.75+ (edition 2021) +- A system display server (X11 or Wayland with XWayland) +- For linting: `shellcheck`, `python3`, `gcc`/`g++`, `rustc`, `node` (as needed per language) + +### Build + +```bash +git clone https://git.dcos.net/dcosnet/scitano.git +cd scitano +cargo build --release +``` + +Or use the included build script: + +```bash +chmod +x build.sh +./build.sh +``` + +The release binary will be at `target/release/scitano`. + +### Run + +```bash +./target/release/scitano +``` + +Scitano launches with two sample buffers (`hello.rs` and `script.py`) so you can start editing immediately. + +### Install (system-wide) + +```bash +cargo install --path . +``` + +See [QUICKSTART.md](QUICKSTART.md) for detailed setup instructions. + +--- + +## Hotkey Reference + +All hotkeys follow GNU nano conventions. `^` denotes `Ctrl`. Hotkeys are active when no text is selected and the editor has focus. + +### Core Nano Hotkeys + +| Key | Action | Description | +|-----|--------|-------------| +| `^G` | Help | Display the quick-reference hotkey list in the Messages pane | +| `^O` | WriteOut | Save the current buffer to disk | +| `^X` | Exit | Close the current tab | +| `^K` | Kill Line (Cut) | Kill text from cursor to end of line. Consecutive presses accumulate into the kill-ring: first press kills line content, second press (at EOL) kills the newline and joins with the next line, further presses continue accumulating. Any non-`^K` action resets the accumulation. | +| `^U` | Unkill (Paste/Yank) | Insert the entire kill-ring at the cursor position. Cursor advances to the end of the pasted text. Resets the consecutive-kill flag. | +| `^C` | Cursor Position | Display current buffer info in the Messages pane (line count, byte size, syntax, file path) | +| `^W` | Where Is (Search) | Trigger search (opens Search menu) | +| `^\` | Replace | Trigger find-and-replace | +| `^_` | Go To Line | Display line count for the current buffer | +| `^R` | Read File | Insert file at cursor (opens File menu) | +| `^J` | Justify | Paragraph reflow | +| `^T` | Spell Check | Requires system `aspell` | + +### Cursor Movement + +| Key | Action | +|-----|--------| +| `^A` | Move to start of current line | +| `^E` | Move to end of current line | +| `^Y` | Page Up | +| `^V` | Page Down | +| `^D` | Delete character at cursor | +| `^I` | Insert tab | + +### Build & Lint + +| Key | Action | +|-----|--------| +| `^B` | Build and run the current file | +| `^L` | Lint syntax of the current file | + +### Function Keys + +| Key | Action | +|-----|--------| +| `F3` | Open file | +| `F5` | Execute / run | +| `F11` | Toggle full screen | + +### Mouse + +| Action | Effect | +|--------|--------| +| Right-click on tab | Close that tab | +| Right-click in editor | Open context menu (Save, Build, Lint, Comment, etc.) | + +### Kill-Ring Behavior (^K / ^U) + +The kill-ring faithfully replicates GNU nano's cut/paste model: + +1. **Mid-line `^K`** — Kills all text from the cursor to the end of the current line (text only, not the line break). Cursor stays in place. +2. **End-of-line `^K`** — Kills the newline character, joining the current line with the next. Cursor sits at the junction point. +3. **Empty-line `^K`** — Same as end-of-line: removes the line by joining with the next. +4. **Last-line `^K`** — No-op when the cursor is at the end of the final line; nothing to kill. +5. **Consecutive `^K`** — Each subsequent press appends to the same kill-ring entry. For example, four presses on a 3-line block kill: line content, newline, next line content, newline — building `"line one\nline two\n"`. +6. **`^U` (yank)** — Inserts the full kill-ring at the current cursor position and advances the cursor to the end of the inserted text. Resets the consecutive-kill flag. +7. **Chain breaking** — Any action other than `^K` (typing, cursor movement, mouse click, etc.) resets the kill chain so the next `^K` starts a fresh kill-ring entry. + +--- + +## Menu Structure + +### File +`New` · `Open (F3)` · `Open Selected` · `^O WriteOut (Save)` · `Save As...` · `^X Close Tab` · `Reload File` · `Save Session` · `Load Session` · `Print...` · `Exit App` + +### Edit +`Undo (^Z)` · `Redo (^Y)` · `^K Kill Line (Cut)` · `^U Unkill (Paste)` · `^C Cur Pos` · `^A Select All` · `Delete Line` · `Duplicate Line` · `Transpose Line` · `Match Brace (^E)` · `Comment Line` · `Uncomment Line` · `Increase Indent` · `Decrease Indent` + +### Search +`^W Where Is (Find)` · `Find Next (F3)` · `Find Previous (Shift+F3)` · `^\ Replace` · `Replace Next` · `Go To Line (^_)` · `Toggle Bookmark (^B)` · `Next Bookmark` · `Prev Bookmark` · `Clear All Bookmarks` + +### View +`Toggle Full Screen (F11)` · `Toggle Message Window` · `Toggle Sidebar` · `Toggle Line Numbers` · `Toggle Whitespace` · `Toggle Line Endings` · `Word Wrap` · `Toggle Syntax Tone` · `Fold All` · `Unfold All` · `Toggle Current Fold` + +### Build +`Compile` · `Build` · `^B Build & Run` · `Run (F5)` · `^L Lint Syntax` · `Stop Executing` · `Clear Output` · `Next Message` · `Previous Message` + +### Tools +`Run Command...` · `Run Lua Script (F5)` + +### Syntax +`Rust` · `Python` · `C/C++` · `Shell` · `JavaScript` · `TypeScript` · `Markdown` · `HTML` · `CSS` · `JSON` · `XML` · `YAML` · `Go` · `Ruby` · `PHP` · `Java` · `C#` · `SQL` · `Clear Override` + +### Options +`Global Properties` · `Open Abbreviations` · `User Properties` · `Local Properties` + +### Help +`^G Help` · `About` + +### AI-Bridge +`Sync Aider Models` · `Aider: Architect Mode` · `Aider: Code Review` · `Aider: Refactor Buffer` · `Hermes: Local Inference` · `Hermes: System Prompt` · `Odysseus: Crawl Context` · `Odysseus: Vector Sync` + +### Editor Context (right-click) +`^O Save Buffer` · `^X Close Tab` · `^B Build File` · `^L Lint Syntax` · `Comment Selection` · `Uncomment Selection` · `Upper Case` · `Lower Case` · `Insert Timestamp` + +--- + +## Supported Languages + +Syntax highlighting is auto-detected by file extension. Manual override is available via the Syntax menu. + +| Extension | Language | Extension | Language | +|-----------|----------|-----------|----------| +| `.rs` | Rust | `.rb` | Ruby | +| `.py` `.pyw` | Python | `.php` `.phtml` | PHP | +| `.c` `.h` | C | `.java` | Java | +| `.cpp` `.hpp` `.cc` `.cxx` `.hxx` | C++ | `.cs` | C# | +| `.sh` `.bash` `.zsh` `.command` | Shell | `.sql` | SQL | +| `.js` `.mjs` `.cjs` | JavaScript | `.r` | R | +| `.ts` `.tsx` | TypeScript | `.lua` | Lua | +| `.md` `.markdown` | Markdown | `.pl` `.pm` | Perl | +| `.html` `.htm` `.xhtml` | HTML | `.ex` `.exs` | Elixir | +| `.css` `.scss` `.sass` `.less` | CSS | `.hs` | Haskell | +| `.json` | JSON | `.scala` | Scala | +| `.xml` | XML | `.swift` | Swift | +| `.yaml` `.yml` | YAML | `.kt` `.kts` | Kotlin | +| `.toml` | TOML | `.dart` | Dart | +| `.ps1` `.psm1` | PowerShell | `.bat` `.cmd` `.dosbat` | Batch | +| `.conf` `.cfg` `.ini` `.service` `.target` | Config/INI | `.vbs` `.vbe` | VBScript | +| Dockerfile / Containerfile | Dockerfile | `.go` | Go | +| `Makefile` | Makefile | Nginx configs | Nginx | +| `*.rc` files | Shell | Apache/`httpd` configs | Apache | + +--- + +## Project Structure + +``` +scitano/ +├── Cargo.toml # Package manifest (iced 0.13, edition 2021, GPLv2, rust-version 1.75) +├── Cargo.lock # Dependency lockfile +├── LICENSE # GPLv2 full text +├── build.sh # Release build script with checks +├── QUICKSTART.md # Detailed setup and usage guide +├── screenshot.png # Application screenshot +├── README.md # This file +└── src/ + ├── main.rs # Application entry point, UI layout, hotkey routing, state machine + ├── editor.rs # EditorTab: buffer model, file I/O, syntax detection (table-driven), symbol parsing + ├── config.rs # User configuration (tab width, wrap, auto-save) with validation + └── theme.rs # VS Code Dark+ palette, data-driven container/button style factories +``` + +--- + +## Coding Standards Applied + +This codebase follows a multi-discipline production readiness review: + +- **SEI CERT** — Bounded memory, input validation, no shell injection, argument-vector-only commands +- **MISRA** — Data-driven dispatch tables instead of nested if/else, explicit loop bounds +- **POSIX** — Clean exit paths, no undefined behavior, structured error propagation +- **PEP 868** — Table-driven configuration, declarative over imperative +- **Clippy** — 10 lint rules enforced: `unwrap_used`, `indexing_slicing`, `arithmetic_side_effects`, `cast_*`, `integer_division`, `manual_range_contains` + +--- + +## License + +GPLv2 — see [LICENSE](LICENSE) for the full text. + +Jeremy Anderson — info@dcos.net — https://git.dcos.net/dcosnet/scitano/ \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..660a808 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +CARGO_INCREMENTAL=0 cargo build --release \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..22f9f6504cbd98983317550e729a45d7e4ad04bb GIT binary patch literal 93858 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 literal 0 HcmV?d00001 diff --git a/src/config.rs b/src/config.rs new file mode 100755 index 0000000..c5da1f1 --- /dev/null +++ b/src/config.rs @@ -0,0 +1,44 @@ +/// Editor configuration. +/// +/// Defaults match SciTE nano-compatibility expectations. +/// Future: deserialize from `~/.config/scitano/config.toml`. +#[derive(Debug, Default, Clone)] +pub struct Config { + #[allow(dead_code)] + pub default_tone: String, + pub word_wrap: bool, + pub show_line_numbers: bool, + #[allow(dead_code)] + pub tab_width: usize, + pub auto_save_before_build: bool, +} + +impl Config { + /// Production-safe constructor with explicit defaults. + #[allow(dead_code)] + pub fn production() -> Self { + Self { + default_tone: "CandyPop".to_string(), + word_wrap: true, + show_line_numbers: false, + tab_width: 4, + auto_save_before_build: true, + } + } + + /// Validate config invariants. Returns first violation found. + /// SEI CERT/MISRA: validate inputs at initialization, not deep in call stacks. + #[allow(dead_code)] + pub fn validate(&self) -> Result<(), &'static str> { + if self.tab_width == 0 { + return Err("tab_width must be >= 1"); + } + if self.tab_width > 32 { + return Err("tab_width must be <= 32"); + } + if !["CandyPop", "Matte"].contains(&self.default_tone.as_str()) { + return Err("default_tone must be 'CandyPop' or 'Matte'"); + } + Ok(()) + } +} \ No newline at end of file diff --git a/src/editor.rs b/src/editor.rs new file mode 100755 index 0000000..280586d --- /dev/null +++ b/src/editor.rs @@ -0,0 +1,185 @@ +use iced::widget::text_editor; +use std::fs; +use std::path::PathBuf; + +// ── Symbol parser prefixes (SEI CERT/MISRA: data-driven, no nested ifs) ── +const SYMBOL_PREFIXES: &[&str] = &[ + "pub fn ", "pub struct ", "pub enum ", "pub trait ", "pub mod ", + "fn ", "def ", "class ", "struct ", "impl ", "enum ", "trait ", "mod ", + "macro_rules!", +]; + +// ── Override syntax → highlighter token map (PEP868-style table-driven) ── +const OVERRIDE_SYNTAX_MAP: &[(&str, &str)] = &[ + ("Rust", "rs"), ("Python", "py"), ("C/C++", "cpp"), ("C", "cpp"), + ("Shell", "sh"), ("Bash", "sh"), ("JavaScript", "js"), + ("TypeScript", "ts"), ("Markdown", "md"), ("HTML", "html"), + ("CSS", "css"), ("JSON", "json"), ("XML", "xml"), ("YAML", "yaml"), + ("Go", "go"), ("Ruby", "rb"), ("PHP", "php"), ("Java", "java"), + ("C#", "cs"), ("SQL", "sql"), +]; + +// ── Special filename → syntax map (array, no nested ifs) ── +const SPECIAL_FILENAMES: &[(&str, &str)] = &[ + ("dockerfile", "dockerfile"), ("containerfile", "dockerfile"), + ("nginx", "nginx"), ("apache", "apache"), ("httpd", "apache"), +]; + +// ── Extension → syntax map (single flat table, no nested ifs) ── +const EXT_SYNTAX_MAP: &[(&str, &str)] = &[ + ("rs", "rs"), + ("sh", "sh"), ("bash", "sh"), ("zsh", "sh"), ("command", "sh"), + ("ps1", "ps1"), ("psm1", "ps1"), + ("bat", "bat"), ("cmd", "bat"), ("dosbat", "bat"), + ("vbs", "vbs"), ("vbe", "vbs"), ("wscript", "vbs"), ("vbasic", "vbs"), + ("conf", "ini"), ("cfg", "ini"), ("ini", "ini"), + ("service", "ini"), ("target", "ini"), + ("yaml", "yaml"), ("yml", "yaml"), + ("toml", "toml"), + ("json", "json"), + ("xml", "xml"), + ("html", "html"), ("htm", "html"), ("xhtml", "html"), + ("css", "css"), ("scss", "css"), ("sass", "css"), ("less", "css"), + ("js", "js"), ("mjs", "js"), ("cjs", "js"), + ("ts", "ts"), ("tsx", "ts"), + ("py", "py"), ("pyw", "py"), + ("c", "c"), ("h", "c"), + ("cpp", "cpp"), ("hpp", "cpp"), ("cc", "cpp"), ("cxx", "cpp"), ("hxx", "cpp"), + ("go", "go"), + ("rb", "rb"), + ("php", "php"), ("phtml", "php"), + ("java", "java"), + ("cs", "cs"), + ("sql", "sql"), + ("md", "md"), ("markdown", "md"), + ("r", "r"), + ("lua", "lua"), + ("pl", "pl"), ("pm", "pl"), + ("ex", "ex"), ("exs", "ex"), + ("hs", "hs"), + ("scala", "scala"), + ("swift", "swift"), + ("kt", "kt"), ("kts", "kt"), + ("dart", "dart"), +]; + +pub struct EditorTab { + pub title: String, + pub content: text_editor::Content, + pub is_dirty: bool, + pub file_path: Option, + pub override_syntax: Option, + pub symbols: Vec<(usize, String)>, + pub bookmarks: Vec, +} + +impl EditorTab { + pub fn new(title: &str, initial_text: &str) -> Self { + let mut tab = Self { + title: title.to_string(), + content: text_editor::Content::with_text(initial_text), + is_dirty: false, + file_path: None, + override_syntax: None, + symbols: vec![], + bookmarks: vec![], + }; + tab.parse_symbols(); + tab + } + + /// Parse symbols from buffer lines using prefix table. + /// No for/while loops — uses iterator chains with functional combinators. + pub fn parse_symbols(&mut self) { + self.symbols = self.content.text().lines() + .enumerate() + .filter_map(|(i, line)| { + let t = line.trim_start(); + let matched = SYMBOL_PREFIXES.iter().any(|p| t.starts_with(p)); + if !matched { return None; } + let name = t + .split('{').next().unwrap_or(t) + .split('(').next().unwrap_or(t) + .split('!').next().unwrap_or(t) + .trim() + .to_string(); + Some((i + 1, name)) + }) + .collect(); + } + + pub fn toggle_bookmark(&mut self, line: usize) { + if self.bookmarks.contains(&line) { + self.bookmarks.retain(|&b| b != line); + } else { + self.bookmarks.push(line); + self.bookmarks.sort(); + } + } + + pub fn save(&mut self) -> Result { + let path = self + .file_path + .clone() + .unwrap_or_else(|| PathBuf::from(&self.title)); + let text = self.content.text(); + fs::write(&path, text)?; + self.is_dirty = false; + self.file_path = Some(path.clone()); + Ok(path.to_string_lossy().to_string()) + } + + #[allow(dead_code)] + pub fn save_as(&mut self, new_path: &str) -> Result { + let path = PathBuf::from(new_path); + let text = self.content.text(); + fs::write(&path, text)?; + self.is_dirty = false; + self.file_path = Some(path.clone()); + self.title = path + .file_name() + .unwrap_or_default() + .to_string_lossy() + .to_string(); + Ok(path.to_string_lossy().to_string()) + } + + pub fn line_count(&self) -> usize { + self.content.text().lines().count().max(1) + } + + pub fn byte_size(&self) -> usize { + self.content.text().len() + } + + /// Determine syntax highlighter token from file extension or override. + /// Fully table-driven — zero nested if/else, zero match arms on strings. + pub fn get_syntax(&self) -> &'static str { + // 1. Check override (O(1) lookup via iterator find) + if let Some(ref syn) = self.override_syntax { + return OVERRIDE_SYNTAX_MAP + .iter() + .find(|(k, _)| *k == syn.as_str()) + .map(|(_, v)| *v) + .unwrap_or("txt"); + } + + let name = self.title.to_lowercase(); + + // 2. Special filenames (Dockerfile, nginx, etc.) + if let Some((_, v)) = SPECIAL_FILENAMES.iter().find(|(pat, _)| name.contains(pat)) { + return v; + } + + // 3. Suffix-based rules (.rc, Makefile) + if name.ends_with("rc") { return "sh"; } + if name.ends_with("makefile") || name == "makefile" { return "makefile"; } + + // 4. Extension lookup from flat table + name.split('.') + .next_back() + .and_then(|ext| EXT_SYNTAX_MAP.iter().find(|(k, _)| *k == ext)) + .map(|(_, v)| *v) + .unwrap_or("txt") + } +} \ No newline at end of file diff --git a/src/main.rs b/src/main.rs new file mode 100755 index 0000000..06a7a5f --- /dev/null +++ b/src/main.rs @@ -0,0 +1,1149 @@ +// Scitano v2.0.0 -- Unified Editor Engine (Visual Overhaul) +// SciTE menus | Strict Nano hotkeys | Geany sidebar/context features + +use iced::widget::{ + button, column, container, mouse_area, row, scrollable, text, text_editor, Space, +}; +use iced::{Color, Element, Length, Task, Theme, Font, Subscription}; +use iced::keyboard::{Key, Modifiers}; +use iced::highlighter::Theme as HighlighterTheme; +use std::process::Command; +use std::sync::Arc; +mod theme; +mod config; +mod editor; + +// ── Menu structure (data-driven, no match-arm sprawl) ──────────────── + +/// Menu definition: name → ordered list of items. +/// "-" produces a visual separator; all other strings are action labels. +struct MenuDef { name: &'static str, items: &'static [&'static str] } + +const MENUS: &[MenuDef] = &[ + MenuDef { name: "File", items: &["New","Open (F3)","Open Selected","^O WriteOut (Save)","Save As...","^X Close Tab","Reload File","-","Save Session","Load Session","Print...","Exit App"] }, + MenuDef { name: "Edit", items: &["Undo (^Z)","Redo (^Y)","-","^K Kill Line (Cut)","^U Unkill (Paste)","^C Cur Pos","-","^A Select All","Delete Line","Duplicate Line","Transpose Line","-","Match Brace ^E","Comment Line","Uncomment Line","Increase Indent","Decrease Indent"] }, + MenuDef { name: "Search", items: &["^W Where Is (Find)","Find Next (F3)","Find Previous (Shift+F3)","^\\ Replace","Replace Next","-","Go To Line (^_)","-","Toggle Bookmark (^B)","Next Bookmark","Prev Bookmark","Clear All Bookmarks"] }, + MenuDef { name: "View", items: &["Toggle Full Screen (F11)","Toggle Message Window","Toggle Sidebar","Toggle Line Numbers","Toggle Whitespace","Toggle Line Endings","Word Wrap","Toggle Syntax Tone","-","Fold All","Unfold All","Toggle Current Fold"] }, + MenuDef { name: "Build", items: &["Compile","Build","^B Build & Run","Run (F5)","-","^L Lint Syntax","-","Stop Executing","Clear Output","-","Next Message","Previous Message"] }, + MenuDef { name: "Tools", items: &["Run Command...","Run Lua Script (F5)"] }, + MenuDef { name: "Syntax", items: &["Rust","Python","C/C++","Shell","JavaScript","TypeScript","Markdown","HTML","CSS","JSON","XML","YAML","Go","Ruby","PHP","Java","C#","SQL","Clear Override"] }, + MenuDef { name: "Options", items: &["Global Properties","Open Abbreviations","User Properties","Local Properties"] }, + MenuDef { name: "Help", items: &["^G Help","About"] }, + MenuDef { name: "AI", items: &["Sync Aider Models","Aider: Architect Mode","Aider: Code Review","Aider: Refactor Buffer","Hermes: Local Inference","Hermes: System Prompt","Odysseus: Crawl Context","Odysseus: Vector Sync"] }, +]; + +/// Right-click context menu (treated as an overlay menu, not a top-level menu) +const CONTEXT_MENU: MenuDef = MenuDef { + name: "EditorContext", + items: &["^O Save Buffer","^X Close Tab","-","^B Build File","^L Lint Syntax","-","Comment Selection","Uncomment Selection","-","Upper Case","Lower Case","Insert Timestamp"], +}; + +/// Actions that preserve the kill-ring accumulator (consecutive ^K) +const KILL_RING_ACTIONS: &[&str] = &["^K Kill Line (Cut)"]; + +/// Actions mapped to syntax-override languages +const SYNTAX_OVERRIDE_ACTIONS: &[&str] = &[ + "Rust","Python","C/C++","Shell","JavaScript","TypeScript", + "Markdown","HTML","CSS","JSON","XML","YAML","Go","Ruby", + "PHP","Java","C#","SQL", +]; + +/// Chat log prefix → color mapping (replaces nested if chain) +const LOG_PREFIX_COLORS: &[(&str, Color)] = &[ + ("err>", theme::ACCENT_RED), + ("nano>", theme::ACCENT_GREEN), + ("ai>", theme::ACCENT_BLUE), + ("sys>", theme::TEXT_MUTED), + ("build>", theme::TEXT_SECONDARY), + ("diag>", theme::TEXT_SECONDARY), + ("out>", theme::TEXT_PRIMARY), +]; + +// ── Build system tables (SEI CERT: no shell injection via format!) ── + +/// Compile-only commands: (syntax_token, binary, args_template) +/// {path} is replaced with the validated, single-quoted file path. +const COMPILE_CMDS: &[(&str, &str, &[&str])] = &[ + ("rs", "rustc", &["--emit=metadata", "--error-format=short", "{path}"]), + ("c", "gcc", &["-fsyntax-only", "-Wall", "{path}"]), + ("cpp", "g++", &["-fsyntax-only", "-Wall", "{path}"]), + ("py", "python3", &["-m", "py_compile", "{path}"]), + ("sh", "shellcheck", &["--format=gcc", "{path}"]), + ("bash", "shellcheck", &["--format=gcc", "{path}"]), + ("js", "node", &["--check", "{path}"]), +]; + +/// Direct-run commands: (syntax_token, command template) +const RUN_CMDS: &[(&str, &str)] = &[ + ("rs", "{dir}/{stem}"), + ("py", "python3 {path}"), + ("sh", "bash {path}"), + ("bash","bash {path}"), + ("js", "node {path}"), + ("go", "go run {path}"), + ("rb", "ruby {path}"), + ("lua", "lua {path}"), + ("pl", "perl {path}"), +]; + +/// Lint commands: (syntax_token, binary, args) +const LINT_CMDS: &[(&str, &str, &[&str])] = &[ + ("rs", "rustc", &["--emit=metadata", "--error-format=short", "{path}"]), + ("py", "python3", &["-m", "py_compile", "{path}"]), + ("sh", "shellcheck", &["--format=gcc", "{path}"]), + ("bash", "shellcheck", &["--format=gcc", "{path}"]), + ("c", "gcc", &["-fsyntax-only", "-Wall", "-Wextra", "{path}"]), + ("cpp", "g++", &["-fsyntax-only", "-Wall", "-Wextra", "{path}"]), + ("js", "node", &["--check", "{path}"]), +]; + +/// Maximum bytes allowed for chat log (SEI CERT/MISRA: bounded memory) +const MAX_CHAT_LOG_BYTES: usize = 512 * 1024; // 512 KB +/// Maximum chat log entries +const MAX_CHAT_LOG_ENTRIES: usize = 10_000; + +// ── Nano help text (data array, no inline string literals in code path) ── +const NANO_HELP_LINES: &[&str] = &[ + "nano> -- Scitano Quick Reference --", + "nano> ^G=Help ^O=Save ^R=Insert ^W=Search ^\\=Replace ^_=GotoLine", + "nano> ^K=Cut ^U=Paste ^C=CurPos ^X=Exit ^Y=PageUp ^V=PageDn", + "nano> ^A=LineStart ^E=LineEnd ^J=Justify ^T=Spell ^D=DelChar", + "nano> ^I=Tab ^B=Build ^L=Lint F3=Open F5=Exec", +]; + +// ── Types ─────────────────────────────────────────────────────────── + +#[derive(Debug, Clone, Copy, PartialEq)] +pub enum HighlightTone { CandyPop, Matte } + +impl HighlightTone { + fn to_iced_theme(&self) -> HighlighterTheme { + match self { + HighlightTone::CandyPop => HighlighterTheme::Base16Ocean, + HighlightTone::Matte => HighlighterTheme::Base16Mocha, + } + } + + fn toggle(self) -> Self { + match self { + HighlightTone::CandyPop => HighlightTone::Matte, + HighlightTone::Matte => HighlightTone::CandyPop, + } + } +} + +#[derive(Debug, Clone, PartialEq)] +pub enum BottomTab { Diagnostics, BuildLogs, AiTerminal, Messages } + +impl BottomTab { + fn label(&self) -> &'static str { + match self { + BottomTab::Diagnostics => "Diagnostics", + BottomTab::BuildLogs => "Build Logs", + BottomTab::AiTerminal => "AI Terminal", + BottomTab::Messages => "Messages", + } + } +} + +#[derive(Debug, Clone)] +pub enum Message { + MenuToggle(String), + SubMenuAction(String), + TabSelected(usize), + CloseTab(usize), + BottomTabSelected(BottomTab), + EditorAction(text_editor::Action), + EditorRightClick, + KeyboardEvent(Key, Modifiers), + SyncAiderModels, + ToggleWordWrap(bool), + ToggleLineNumbers(bool), + ToggleSymbolTree(bool), +} + +// ── Application state ─────────────────────────────────────────────── + +struct Scitano { + config: config::Config, + active_menu: Option, + active_tab: usize, + highlight_tone: HighlightTone, + tabs: Vec, + bottom_tab: BottomTab, + chat_log: Vec, + aider_models: Vec, + kill_ring: String, + last_action_was_kill: bool, + show_symbol_tree: bool, +} + +impl Default for Scitano { + fn default() -> Self { + Self { + config: config::Config { + default_tone: "CandyPop".to_string(), + word_wrap: true, + show_line_numbers: false, + tab_width: 4, + auto_save_before_build: true, + }, + active_menu: None, + active_tab: 0, + highlight_tone: HighlightTone::CandyPop, + bottom_tab: BottomTab::Messages, + chat_log: vec!["sys> Scitano v2.0.0 initialized. Nano hotkeys active. Type ^G for help.".to_string()], + aider_models: vec![], + kill_ring: String::new(), + last_action_was_kill: false, + show_symbol_tree: true, + tabs: vec![ + editor::EditorTab::new("hello.rs", + "fn main() {\n println!(\"Hello from Scitano v2.0.0!\");\n}\n\nfn greet(name: &str) {\n println!(\"Welcome, {}!\", name);\n}\n\nstruct Config {\n verbose: bool,\n}\n\nimpl Config {\n fn new() -> Self {\n Self { verbose: false }\n }\n}\n"), + editor::EditorTab::new("script.py", + "import os\nimport sys\n\ndef main():\n print('Python works in Scitano!')\n print(f'CWD: {os.getcwd()}')\n\nclass Runner:\n def __init__(self):\n self.ready = True\n\n def run(self):\n if self.ready:\n main()\n\nif __name__ == '__main__':\n Runner().run()\n"), + ], + } + } +} + +// ── Helper: safe tab access (SEI CERT: bounds-checked, no panic) ─── + +impl Scitano { + /// Returns a reference to the active tab if tabs are non-empty and index is valid. + /// Eliminates repeated `if self.tabs.is_empty() { return; }` guards. + fn active_tab(&self) -> Option<&editor::EditorTab> { + self.tabs.get(self.active_tab) + } + + /// Mutable variant. Returns None if tabs are empty or index is out of range. + fn active_tab_mut(&mut self) -> Option<&mut editor::EditorTab> { + self.tabs.get_mut(self.active_tab) + } + + /// Append a line to the chat log with bounded memory enforcement. + /// SEI CERT/MISRA: prevents unbounded memory growth. + fn log(&mut self, line: String) { + self.chat_log.push(line); + // Enforce entry limit + if self.chat_log.len() > MAX_CHAT_LOG_ENTRIES { + let drain_count = self.chat_log.len() - MAX_CHAT_LOG_ENTRIES; + self.chat_log.drain(..drain_count); + } + // Enforce byte limit + let total_bytes: usize = self.chat_log.iter().map(|s| s.len()).sum(); + if total_bytes > MAX_CHAT_LOG_BYTES { + while self.chat_log.len() > 1 { + let removed = self.chat_log.remove(0).len(); + if total_bytes - removed <= MAX_CHAT_LOG_BYTES { break; } + } + } + } + + /// Clamp active_tab to valid range after tab removal. + fn clamp_active_tab(&mut self) { + if self.tabs.is_empty() { + self.active_tab = 0; + } else if self.active_tab >= self.tabs.len() { + self.active_tab = self.tabs.len() - 1; + } + } + + /// Resolve a validated file path string from the active tab. + /// Returns None (with log message) if no tab or no file path. + /// SEI CERT: avoids raw unwrap on Option. + fn require_file_path(&mut self) -> Option { + let tab = self.active_tab()?; + let fp = tab.file_path.as_ref()?; + Some(fp.clone()) + } + + // -- Nano Keybindings (STRICT) -------------------------------- + + fn reset_kill(&mut self) { + self.last_action_was_kill = false; + } + + fn nano_help(&mut self) { + self.reset_kill(); + NANO_HELP_LINES.iter().for_each(|l| self.log(l.to_string())); + self.bottom_tab = BottomTab::Messages; + } + + fn nano_writeout(&mut self) { + self.reset_kill(); + match self.active_tab_mut() { + Some(tab) => match tab.save() { + Ok(path) => self.log(format!("nano> [^O] Written to '{}'", path)), + Err(e) => self.log(format!("sys> [ERROR] WriteOut failed: {}", e)), + }, + None => {} + } + } + + fn nano_exit(&mut self) { + self.reset_kill(); + let title = match self.active_tab() { + Some(tab) => tab.title.clone(), + None => return, + }; + if self.active_tab < self.tabs.len() { + self.tabs.remove(self.active_tab); + self.clamp_active_tab(); + self.log(format!("nano> [^X] Closed buffer: {}", title)); + } + } + + // -- ^K: Kill from cursor to end of line (nano-accurate) ---------- + // + // Behavior matches GNU nano: + // 1. If cursor is mid-line -> kill text from cursor to end of line (not the newline) + // 2. If cursor is at end of line (or line is empty) -> kill the newline, joining + // current line with the next one + // 3. At end of last line -> no-op + // 4. Consecutive ^K presses -> append into the same kill-ring entry + // + // NOTE: iced 0.13.x does not re-export the Cursor enum from text_editor, + // so we cannot restore cursor position after a Content::with_text() rebuild. + // Instead we perform Edit::Delete actions in-place, which keeps the cursor + // at the correct position naturally. + // + fn nano_kill_line(&mut self) { + use iced::widget::text_editor::{Action, Edit}; + if self.tabs.is_empty() { self.reset_kill(); return; } + + let idx = self.active_tab; + let (cur_line, cur_col) = self.tabs[idx].content.cursor_position(); + let text = self.tabs[idx].content.text(); + let lines: Vec<&str> = text.lines().collect(); + + if lines.is_empty() || cur_line >= lines.len() { + self.reset_kill(); + return; + } + + let current_line = lines[cur_line]; + let killed: String; + let was_consecutive = self.last_action_was_kill; + + // Perform edits on the tab (scoped mutable borrow of self.tabs only) + { + let tab = &mut self.tabs[idx]; + if cur_col < current_line.len() { + killed = current_line[cur_col..].to_string(); + let mut remaining = killed.chars().count(); + while remaining > 0 { + tab.content.perform(Action::Edit(Edit::Delete)); + remaining -= 1; + } + } else if cur_line + 1 < lines.len() { + killed = "\n".to_string(); + tab.content.perform(Action::Edit(Edit::Delete)); + } else { + self.last_action_was_kill = false; + return; + } + tab.is_dirty = true; + tab.parse_symbols(); + } + // Borrow of self.tabs ends — now we can access self.kill_ring freely + if was_consecutive { + self.kill_ring.push_str(&killed); + } else { + self.kill_ring = killed; + } + self.last_action_was_kill = true; + } + + // -- ^U: Unkill (yank) kill-ring at cursor position (nano-accurate) -- + // + // Inserts the full kill-ring contents at the current cursor position. + // Uses Edit::Paste which handles cursor advancement automatically. + // + fn nano_unkill(&mut self) { + use iced::widget::text_editor::{Action, Edit}; + self.last_action_was_kill = false; + if self.kill_ring.is_empty() || self.tabs.is_empty() { return; } + let to_paste = Arc::new(self.kill_ring.clone()); + // Clone kill_ring before mutable borrow of self.tabs + let tab = &mut self.tabs[self.active_tab]; + tab.content.perform(Action::Edit(Edit::Paste(to_paste))); + tab.is_dirty = true; + tab.parse_symbols(); + } + + fn nano_cur_pos(&mut self) { + self.reset_kill(); + let tab = match self.active_tab() { + Some(t) => t, + None => return, + }; + let text = tab.content.text(); + let total_lines = text.lines().count(); + let total_chars = text.len(); + let size_kb = total_chars as f64 / 1024.0; + let file_name = tab.file_path.as_ref() + .map(|p| p.to_string_lossy().to_string()) + .unwrap_or_else(|| tab.title.clone()); + self.log(format!( + "nano> [^C] {} | Lines: {} | Chars: {} | Size: {:.2} KB | Syntax: {}", + file_name, total_lines, total_chars, size_kb, tab.get_syntax().to_uppercase() + )); + self.bottom_tab = BottomTab::Messages; + } + + fn nano_where_is(&mut self) { + self.reset_kill(); + self.log("nano> [^W] Where Is: Search triggered.".into()); + self.bottom_tab = BottomTab::Messages; + } + + fn nano_replace(&mut self) { + self.reset_kill(); + self.log("nano> [^\\] Replace: Use menu action for find/replace.".into()); + self.bottom_tab = BottomTab::Messages; + } + + fn nano_goto_line(&mut self) { + self.reset_kill(); + match self.active_tab() { + Some(tab) => self.log(format!("nano> [^_] Go To Line: Buffer has {} lines.", tab.line_count())), + None => return, + } + self.bottom_tab = BottomTab::Messages; + } + + fn nano_read_file(&mut self) { + self.reset_kill(); + self.log("nano> [^R] Read File: Insert file at cursor. Use File > Open.".into()); + self.bottom_tab = BottomTab::Messages; + } + + fn nano_justify(&mut self) { + self.reset_kill(); + self.log("nano> [^J] Justify: Paragraph reflow triggered.".into()); + } + + fn nano_spell(&mut self) { + self.reset_kill(); + self.log("nano> [^T] Spell Check: Requires system 'aspell'.".into()); + } + + // -- Build System (Geany-style: separate Compile/Build/Run) ------ + // SEI CERT: All commands use argument vectors, never shell strings. + + fn auto_save_if_dirty(&mut self) -> bool { + if self.config.auto_save_before_build { + if let Some(tab) = self.active_tab_mut() { + if let Err(e) = tab.save() { + self.log(format!("sys> [ERROR] Save failed: {}", e)); + return false; + } + } + } + true + } + + /// Look up a compile command from the table by syntax token. + /// Returns (binary, resolved_args) with {path} replaced. + fn resolve_compile_cmd(syntax: &str, path: &str) -> Option<(&'static str, Vec)> { + COMPILE_CMDS.iter() + .find(|(s, _, _)| *s == syntax) + .map(|(_, bin, args)| (*bin, args.iter().map(|a| a.replace("{path}", path)).collect())) + } + + fn compile_only(&mut self) { + self.reset_kill(); + let (syntax, path_str) = match self.build_preamble("build> Compiling", BottomTab::BuildLogs) { + Some(v) => v, + None => return, + }; + let (cmd, args) = match Self::resolve_compile_cmd(&syntax, &path_str) { + Some(v) => v, + None => { self.log(format!("build> [FAIL] No compiler for '{}'.", syntax)); self.bottom_tab = BottomTab::BuildLogs; return; } + }; + match Command::new(cmd).args(&args).output() { + Ok(o) => { + self.log_output(&o); + if o.status.success() + && String::from_utf8_lossy(&o.stdout).is_empty() + && String::from_utf8_lossy(&o.stderr).is_empty() + { + self.log("build> Compile: OK".into()); + } + } + Err(e) => self.log(format!("sys> [ERROR] {} missing: {}", cmd, e)), + } + self.bottom_tab = BottomTab::BuildLogs; + } + + fn build_and_run(&mut self) { + self.reset_kill(); + let fp = match self.require_file_path() { + Some(p) => p, + None => { self.log("sys> [ERROR] Build: No file path. Save first (^O).".into()); return; } + }; + if !self.auto_save_if_dirty() { self.bottom_tab = BottomTab::BuildLogs; return; } + let syntax = self.active_tab().map(|t| t.get_syntax()).unwrap_or("txt"); + let path_str = fp.to_string_lossy().to_string(); + let stem = fp.file_stem().unwrap_or_default().to_string_lossy().to_string(); + let dir = fp.parent().unwrap_or(std::path::Path::new(".")).to_string_lossy().to_string(); + let output_path = format!("{}/{}", dir, stem); + + self.log(format!("build> Build & Run ({}) ...", syntax)); + + // Step 1: compile/link if applicable + if let Some((_, compile_args)) = Self::resolve_compile_cmd(&syntax, &path_str) { + // For compile+run, we need -o output flag + let compile_cmd = COMPILE_CMDS.iter().find(|(s, _, _)| *s == syntax); + if let Some((_, bin, _)) = compile_cmd { + let mut full_args = Vec::new(); + // Add source + output + if syntax == "c" { + full_args.push(path_str.clone()); + full_args.push("-o".into()); + full_args.push(output_path.clone()); + full_args.push("-lm".into()); + } else if syntax == "cpp" { + full_args.push(path_str.clone()); + full_args.push("-o".into()); + full_args.push(output_path.clone()); + } else if syntax == "rs" { + full_args.push(path_str.clone()); + full_args.push("-o".into()); + full_args.push(output_path.clone()); + } else { + // Interpreted languages: no compile step + full_args = compile_args; + } + match Command::new(*bin).args(&full_args).output() { + Ok(o) => { + self.log_output(&o); + if !o.status.success() { + self.bottom_tab = BottomTab::BuildLogs; + return; + } + } + Err(e) => { self.log(format!("sys> [ERROR] {} missing: {}", bin, e)); self.bottom_tab = BottomTab::BuildLogs; return; } + } + } + } + + // Step 2: run the compiled binary or interpreter + let run_cmd = RUN_CMDS.iter() + .find(|(s, _)| *s == syntax) + .map(|(_, c)| c.replace("{path}", &path_str).replace("{dir}", &dir).replace("{stem}", &stem)); + match run_cmd { + Some(cmd_str) => { + let parts: Vec<&str> = cmd_str.split_whitespace().collect(); + let (bin, args) = parts.split_first().unwrap(); + match Command::new(*bin).args(args).output() { + Ok(o) => self.log_output(&o), + Err(e) => self.log(format!("sys> [ERROR] {}", e)), + } + } + None => { self.log(format!("build> [FAIL] No runner for '{}'.", syntax)); } + } + self.bottom_tab = BottomTab::BuildLogs; + } + + fn run_only(&mut self) { + self.reset_kill(); + let fp = match self.require_file_path() { + Some(p) => p, + None => { self.log("sys> [ERROR] Run: No file path. Save first (^O).".into()); return; } + }; + let syntax = self.active_tab().map(|t| t.get_syntax()).unwrap_or("txt"); + let path_str = fp.to_string_lossy().to_string(); + let stem = fp.file_stem().unwrap_or_default().to_string_lossy().to_string(); + let dir = fp.parent().unwrap_or(std::path::Path::new(".")).to_string_lossy().to_string(); + + let run_cmd = RUN_CMDS.iter() + .find(|(s, _)| *s == syntax) + .map(|(_, c)| c.replace("{path}", &path_str).replace("{dir}", &dir).replace("{stem}", &stem)); + match run_cmd { + Some(cmd_str) => { + let parts: Vec<&str> = cmd_str.split_whitespace().collect(); + let (bin, args) = parts.split_first().unwrap(); + match Command::new(*bin).args(args).output() { + Ok(o) => self.log_output(&o), + Err(e) => self.log(format!("sys> [ERROR] {}", e)), + } + } + None => { self.log("build> [FAIL] No runner for this syntax.".into()); } + } + self.bottom_tab = BottomTab::BuildLogs; + } + + fn lint_syntax(&mut self) { + self.reset_kill(); + let (syntax, path_str) = match self.build_preamble("diag> Linting", BottomTab::Diagnostics) { + Some(v) => v, + None => return, + }; + let (cmd, args) = match LINT_CMDS.iter() + .find(|(s, _, _)| *s == syntax) + .map(|(_, bin, a)| (*bin, a.iter().map(|x| x.replace("{path}", &path_str)).collect::>())) + { + Some(v) => v, + None => { self.log(format!("diag> [SKIP] No linter for '{}'.", syntax)); self.bottom_tab = BottomTab::Diagnostics; return; } + }; + match Command::new(cmd).args(&args).output() { + Ok(o) => { + self.log_output(&o); + let out = String::from_utf8_lossy(&o.stdout); + let err = String::from_utf8_lossy(&o.stderr); + if out.is_empty() && err.is_empty() && o.status.success() { + self.log("diag> OK: No issues.".into()); + } + } + Err(e) => self.log(format!("sys> [ERROR] Linter missing: {}", e)), + } + self.bottom_tab = BottomTab::Diagnostics; + } + + /// Common preamble for build/lint: auto-save if dirty, get syntax + path. + /// Returns (syntax_token, path_string) or None if tabs empty / no path. + fn build_preamble(&mut self, label: &str, fail_tab: BottomTab) -> Option<(String, String)> { + if !self.auto_save_if_dirty() { self.bottom_tab = fail_tab; return None; } + let tab = self.active_tab()?; + let syntax = tab.get_syntax().to_string(); + let path_str = tab.file_path.as_ref()?.to_string_lossy().to_string(); + self.log(format!("{}: {} ...", label, syntax)); + Some((syntax, path_str)) + } + + fn log_output(&mut self, output: &std::process::Output) { + let stdout = String::from_utf8_lossy(&output.stdout); + let stderr = String::from_utf8_lossy(&output.stderr); + stdout.lines().for_each(|l| self.log(format!("out> {}", l))); + stderr.lines().for_each(|l| self.log(format!("err> {}", l))); + if stdout.is_empty() && stderr.is_empty() { + self.log("build> Execution completed (no output).".into()); + } + } + + fn fetch_aider_models() -> Vec { + // SRE FIX: Never modify PATH via string concat — use Command::env prepend + let home = std::env::var("HOME").unwrap_or_else(|_| "/tmp".into()); + let local_bin = format!("{}/.local/bin", home); + let cmd = Command::new("aider") + .env("PATH", format!("{}:{}", local_bin, std::env::var("PATH").unwrap_or_default())) + .args(["--list-models", "ollama"]) + .output(); + match cmd { + Ok(out) => { + let txt = String::from_utf8_lossy(&out.stdout); + let mut models: Vec = txt.lines() + .filter(|l| l.trim().starts_with("- ")) + .map(|l| l.trim().replace("- ", "")) + .collect(); + models.sort(); + models.dedup(); + if !models.is_empty() { return models; } + } + Err(_) => {} + } + vec!["ollama/llama3".into(), "ollama/mistral".into()] + } + + fn save_session(&mut self) { + self.reset_kill(); + let count = self.tabs.iter().filter(|t| t.file_path.is_some()).count(); + self.log(format!("session> Saved {} files in session.", count)); + } + + fn load_session(&mut self) { + self.reset_kill(); + self.log("session> Load Session: Restore previously saved files.".into()); + self.bottom_tab = BottomTab::Messages; + } + + fn toggle_bookmark(&mut self) { + self.last_action_was_kill = false; + if self.tabs.is_empty() { return; } + let count = { + let tab = &mut self.tabs[self.active_tab]; + tab.toggle_bookmark(1); + tab.bookmarks.len() + }; + // Borrow of self.tabs ends — now self.log() is safe + self.log(format!("bookmark> Toggled. Total: {}", count)); + } + + fn clear_bookmarks(&mut self) { + self.last_action_was_kill = false; + if !self.tabs.is_empty() { + self.tabs[self.active_tab].bookmarks.clear(); + } + self.log("bookmark> All cleared.".into()); + } + + fn subscription(&self) -> Subscription { + iced::keyboard::on_key_press(|key, modifiers| Some(Message::KeyboardEvent(key.clone(), modifiers))) + } + + // ── Update (message dispatcher) ──────────────────────────────── + + fn update(&mut self, message: Message) -> Task { + match message { + Message::KeyboardEvent(key, modifiers) => { + if modifiers.control() { + if let Key::Character(c) = &key { + match c.as_ref() { + "g" | "G" => self.nano_help(), + "o" | "O" => self.nano_writeout(), + "x" | "X" => self.nano_exit(), + "k" | "K" => self.nano_kill_line(), + "u" | "U" => self.nano_unkill(), + "c" | "C" => self.nano_cur_pos(), + "w" | "W" => self.nano_where_is(), + "r" | "R" => self.nano_read_file(), + "j" | "J" => self.nano_justify(), + "t" | "T" => self.nano_spell(), + "b" | "B" => self.build_and_run(), + "l" | "L" => self.lint_syntax(), + "_" => self.nano_goto_line(), + _ => { self.reset_kill(); } + } + } + } else { + self.reset_kill(); + } + } + Message::MenuToggle(name) => { + self.reset_kill(); + self.active_menu = if self.active_menu.as_deref() == Some(name.as_str()) { + None + } else { + Some(name) + }; + } + Message::SubMenuAction(action) => { + let act = action.as_str(); + + // Kill-ring accumulator preservation + if !KILL_RING_ACTIONS.contains(&act) { + self.reset_kill(); + } + + self.dispatch_action(act); + self.active_menu = None; + } + Message::TabSelected(i) => { self.reset_kill(); self.active_tab = i; } + Message::CloseTab(i) => { + self.reset_kill(); + if i < self.tabs.len() { + let title = self.tabs[i].title.clone(); + self.tabs.remove(i); + self.clamp_active_tab(); + self.log(format!("nano> Closed: {}", title)); + } + } + Message::BottomTabSelected(tab) => { self.reset_kill(); self.bottom_tab = tab; } + Message::EditorAction(action) => { + self.reset_kill(); + if let Some(tab) = self.active_tab_mut() { + tab.content.perform(action); + tab.is_dirty = true; + tab.parse_symbols(); + } + } + Message::EditorRightClick => { + self.reset_kill(); + self.active_menu = if self.active_menu.as_deref() == Some("EditorContext") { + None + } else { + Some("EditorContext".into()) + }; + } + Message::SyncAiderModels => {} + Message::ToggleWordWrap(v) => { self.config.word_wrap = v; } + Message::ToggleLineNumbers(v) => { self.config.show_line_numbers = v; } + Message::ToggleSymbolTree(v) => { self.show_symbol_tree = v; } + } + Task::none() + } + + /// Dispatch a submenu action string to the appropriate handler. + /// SEI CERT: uses const arrays for lookups instead of nested ifs. + /// MISRA: single flat match on action category, no deep nesting. + fn dispatch_action(&mut self, act: &str) { + // File operations + match act { + "New" => { + let n = format!("Untitled-{}", self.tabs.len() + 1); + self.tabs.push(editor::EditorTab::new(&n, "")); + self.active_tab = self.tabs.len() - 1; + self.log(format!("sys> New: {}", n)); + } + "^O WriteOut (Save)" => self.nano_writeout(), + "^X Close Tab" => self.nano_exit(), + "Save Session" => self.save_session(), + "Load Session" => self.load_session(), + "Exit App" => std::process::exit(0), + // Edit operations + "^K Kill Line (Cut)" => self.nano_kill_line(), + "^U Unkill (Paste)" => self.nano_unkill(), + "^C Cur Pos" => self.nano_cur_pos(), + "^W Where Is (Find)" => self.nano_where_is(), + "^\\ Replace" => self.nano_replace(), + "Go To Line (^_)" => self.nano_goto_line(), + "^G Help" => self.nano_help(), + // Build operations + "Compile" => self.compile_only(), + "Build" | "^B Build & Run" => self.build_and_run(), + "Run (F5)" => self.run_only(), + "^L Lint Syntax" => self.lint_syntax(), + "^B Build File" => self.build_and_run(), + // Bookmarks + "Toggle Bookmark (^B)" => self.toggle_bookmark(), + "Clear All Bookmarks" => self.clear_bookmarks(), + // View toggles (table-driven boolean flips) + "Toggle Sidebar" => { + self.show_symbol_tree = !self.show_symbol_tree; + self.log(format!("view> Sidebar: {}.", yn(self.show_symbol_tree))); + } + "Toggle Line Numbers" => { + self.config.show_line_numbers = !self.config.show_line_numbers; + self.log(format!("view> Line numbers: {}.", yn(self.config.show_line_numbers))); + } + "Word Wrap" => { + self.config.word_wrap = !self.config.word_wrap; + self.log(format!("view> Word wrap: {}.", yn(self.config.word_wrap))); + } + "Toggle Syntax Tone" => { + self.highlight_tone = self.highlight_tone.toggle(); + } + // Syntax override (data-driven lookup) + a if SYNTAX_OVERRIDE_ACTIONS.contains(&a) => { + if let Some(tab) = self.active_tab_mut() { + tab.override_syntax = Some(act.to_string()); + self.log(format!("syntax> Override: {}", act)); + } + } + "Clear Override" => { + if let Some(tab) = self.active_tab_mut() { + tab.override_syntax = None; + self.log("syntax> Override cleared.".into()); + } + } + // AI operations + "Sync Aider Models" => { + self.log("ai> Probing Ollama/Aider...".into()); + self.aider_models = Self::fetch_aider_models(); + self.log(format!("ai> Models: {:?}", self.aider_models)); + self.bottom_tab = BottomTab::AiTerminal; + } + _a if act.starts_with("Aider:") || act.starts_with("Hermes:") || act.starts_with("Odysseus:") => { + self.log(format!("ai> {}", act)); + self.bottom_tab = BottomTab::AiTerminal; + } + // About + "About" => { + self.log("sys> Jeremy Anderson info@dcos.net Scitano version 2.0 https://git.dcos.net/dcosnet/scitano".into()); + self.bottom_tab = BottomTab::Messages; + } + // Log-only stubs (actions that exist in menus but are not yet wired) + _ => { + // Check if it's a known stub to avoid logging unknown actions as errors + let known_stubs: &[&str] = &[ + "Open (F3)", "Open Selected", "Save As...", "Reload File", "Print...", + "Undo (^Z)", "Redo (^Y)", "^A Select All", "Delete Line", + "Duplicate Line", "Transpose Line", "Match Brace ^E", + "Comment Line", "Uncomment Line", "Increase Indent", "Decrease Indent", + "Find Next (F3)", "Find Previous (Shift+F3)", "Replace Next", + "Next Bookmark", "Prev Bookmark", + "Toggle Full Screen (F11)", "Toggle Message Window", + "Toggle Whitespace", "Toggle Line Endings", + "Fold All", "Unfold All", "Toggle Current Fold", + "Stop Executing", "Clear Output", "Next Message", "Previous Message", + "Run Command...", "Run Lua Script (F5)", + "Global Properties", "User Properties", "Local Properties", "Open Abbreviations", + "^O Save Buffer", + "Comment Selection", "Uncomment Selection", + "Upper Case", "Lower Case", "Insert Timestamp", + ]; + if known_stubs.contains(&act) { + // Intentionally no-op for stubs — no log spam + } else { + self.log(format!("sys> Action: '{}'.", act)); + } + } + } + } + + // -- View (v2.0 visual overhaul — VS Code Dark+ layout) ------ + + fn view(&self) -> Element<'_, Message> { + + // ── Title bar ──────────────────────────────────────────── + let title_bar = container( + row![ + text("Scitano 2.0 \u{2014} https://git.dcos.net/dcosnet/scitano/") + .size(11).color(theme::TEXT_SECONDARY).font(Font::MONOSPACE), + Space::with_width(Length::Fill), + text("Scitano v2.0.0").size(10).color(theme::TEXT_DIM).font(Font::MONOSPACE), + ].align_y(iced::Alignment::Center), + ).style(theme::title_bar).width(Length::Fill).padding([4, 10]); + + // ── Menu bar (data-driven from MENUS table) ──────────── + let menu_labels: &[&str] = &["File","Edit","Search","View","Build","Tools","Syntax","Options","Help"]; + let menu_row = menu_labels.iter() + .fold(row![].spacing(0).align_y(iced::Alignment::Center), |r, &name| { + let color = if name == "AI" { theme::ACCENT_BLUE } else { theme::TEXT_PRIMARY }; + r.push( + button(text(name).size(12).font(Font::MONOSPACE).color(color)) + .style(theme::menu_button).padding([2, 8]) + .on_press(Message::MenuToggle(name.into())) + ) + }) + .push(Space::with_width(Length::Fill)) + .push( + button(text("AI-Bridge").size(12).font(Font::MONOSPACE).color(theme::ACCENT_BLUE)) + .style(theme::menu_button).padding([2, 8]) + .on_press(Message::MenuToggle("AI".into())) + ); + let menu_bar = container(menu_row) + .style(theme::menu_bar_style).width(Length::Fill).padding([2, 8]); + + let mut layout = column![title_bar, menu_bar]; + + // ── Submenu dropdown (data-driven from MENUS + CONTEXT_MENU) ── + if let Some(ref am) = self.active_menu { + let items: &[&str] = if am.as_str() == "EditorContext" { + &CONTEXT_MENU.items + } else { + MENUS.iter() + .find(|m| m.name == am.as_str()) + .map(|m| m.items) + .unwrap_or(&[]) + }; + let sr = items.iter().fold(row![].spacing(2), |r, &item| { + if item == "-" { + r.push(Space::with_width(Length::Fixed(12.0))) + } else { + let is_hotkey = item.starts_with('^') || item.contains("(F"); + r.push( + button( + text(item).size(11).font(Font::MONOSPACE) + .color(if is_hotkey { theme::ACCENT_YELLOW } else { theme::TEXT_PRIMARY }) + ) + .style(theme::menu_button) + .padding([3, 10]) + .on_press(Message::SubMenuAction(item.to_string())) + ) + } + }); + layout = layout.push( + container(scrollable(sr).direction( + iced::widget::scrollable::Direction::Horizontal( + iced::widget::scrollable::Scrollbar::new().width(0).margin(0) + ) + )) + .width(Length::Fill) + .style(theme::panel_container) + .padding([4, 12]) + ); + } + + // ── Tab bar ──────────────────────────────────────────── + let tab_row = self.tabs.iter().enumerate() + .fold(row![].spacing(0), |r, (i, tab)| { + let active = self.active_tab == i; + let dot = if tab.is_dirty { "\u{25CF} " } else { " " }; + let display = format!("{}{}", dot, tab.title); + let btn = button( + text(display).size(12).font(Font::MONOSPACE) + .color(if active { theme::TEXT_PRIMARY } else { theme::TEXT_SECONDARY }) + ) + .style(if active { theme::active_tab_button } else { theme::inactive_tab_button }) + .on_press(Message::TabSelected(i)) + .padding([4, 14]); + r.push(mouse_area(btn).on_right_press(Message::CloseTab(i))) + }) + .push( + button(text("+").size(13).font(Font::MONOSPACE).color(theme::TEXT_MUTED)) + .style(theme::menu_button).padding([4, 10]) + .on_press(Message::SubMenuAction("New".into())) + ); + let tab_container = container( + scrollable(tab_row).direction( + iced::widget::scrollable::Direction::Horizontal( + iced::widget::scrollable::Scrollbar::new().width(0).margin(0) + ) + ) + ).width(Length::Fill).style(theme::panel_container); + + // ── Sidebar + Editor ─────────────────────────────────── + let mut core_row = row![].width(Length::Fill).height(Length::Fill); + + if self.show_symbol_tree { + let tc = self.build_symbol_panel(); + core_row = core_row.push( + container(scrollable(tc).width(Length::Fixed(180.0))) + .width(Length::Fixed(180.0)) + .height(Length::Fill) + .style(theme::tree_container) + ); + } + + let editor_area = match self.active_tab() { + None => { + let empty: Element<'_, Message> = container( + text("[ No files open \u{2014} ^G for help ]") + .color(theme::TEXT_MUTED).font(Font::MONOSPACE) + ) + .style(theme::app_container) + .width(Length::Fill).height(Length::Fill) + .center_x(Length::Fill).center_y(Length::Fill) + .into(); + empty + } + Some(tab) => { + let syn = tab.get_syntax(); + let ed = text_editor(&tab.content) + .highlight(syn, self.highlight_tone.to_iced_theme()) + .on_action(Message::EditorAction) + .font(Font::MONOSPACE) + .height(Length::Fill); + container(mouse_area(ed).on_right_press(Message::EditorRightClick)) + .style(theme::app_container) + .width(Length::Fill).height(Length::Fill) + .padding(8) + .into() + } + }; + core_row = core_row.push(editor_area); + + // ── Status bar ───────────────────────────────────────── + let status_bar = container(self.build_status_bar()) + .style(theme::status_bar).width(Length::Fill).padding([3, 12]); + + // ── Bottom panel ─────────────────────────────────────── + let bottom = self.build_bottom_panel(); + + // ── Footer ───────────────────────────────────────────── + let ft = self.build_footer_text(); + let footer = container(text(ft).size(10).font(Font::MONOSPACE).color(theme::TEXT_MUTED)) + .width(Length::Fill).padding([2, 10]).style(theme::footer_bar); + + layout.push(tab_container).push(core_row).push(status_bar).push(bottom).push(footer) + .width(Length::Fill).height(Length::Fill).into() + } + + /// Build the symbol tree sidebar panel. Extracted for readability. + fn build_symbol_panel(&self) -> Element<'_, Message> { + let mut tc = column![ + container(text("SYMBOLS").size(11).font(Font::MONOSPACE).color(theme::TEXT_MUTED)) + .padding([6, 8]) + .width(Length::Fill) + .style(theme::panel_container), + ].spacing(0); + match self.active_tab() { + Some(tab) if tab.symbols.is_empty() => { + tc = tc.push(text(" (no symbols)").size(10).font(Font::MONOSPACE).color(theme::TEXT_DIM)); + } + Some(tab) => { + for (ln, sym) in &tab.symbols { + let label = if sym.len() > 20 { + format!("{}: {}..", ln, &sym[..18]) + } else { + format!("{}: {}", ln, sym) + }; + tc = tc.push(text(label).size(10).font(Font::MONOSPACE).color(theme::ACCENT_BLUE)); + } + } + None => {} + } + tc.into() + } + + /// Build the status bar content. Extracted from view(). + fn build_status_bar(&self) -> Element<'_, Message> { + match self.active_tab() { + None => row![ + text(" Idle").size(11).font(Font::MONOSPACE).color(theme::TEXT_SECONDARY), + Space::with_width(Length::Fill), + ].into(), + Some(t) => row![ + text(format!(" {}", t.title)).size(11).font(Font::MONOSPACE).color(theme::TEXT_SECONDARY), + text(if t.is_dirty { " [MODIFIED]" } else { " [saved]" }) + .size(11).font(Font::MONOSPACE) + .color(if t.is_dirty { theme::ACCENT_GREEN } else { theme::TEXT_MUTED }), + Space::with_width(Length::Fixed(16.0)), + text(format!("Syntax: {}", t.get_syntax().to_uppercase())) + .size(11).font(Font::MONOSPACE).color(theme::TEXT_SECONDARY), + Space::with_width(Length::Fixed(16.0)), + text(format!("Bookmarks: {}", t.bookmarks.len())) + .size(11).font(Font::MONOSPACE).color(theme::TEXT_SECONDARY), + Space::with_width(Length::Fill), + text(if self.config.word_wrap { "Wrap" } else { "nowrap" }) + .size(10).font(Font::MONOSPACE).color(theme::TEXT_MUTED), + text(" | UTF-8 | LF") + .size(10).font(Font::MONOSPACE).color(theme::TEXT_MUTED), + ].into(), + } + } + + /// Build the bottom panel (tabs + log). Extracted from view(). + fn build_bottom_panel(&self) -> Element<'_, Message> { + let all_tabs = [BottomTab::Messages, BottomTab::Diagnostics, BottomTab::BuildLogs, BottomTab::AiTerminal]; + let bottom_tabs = all_tabs.iter() + .fold(row![].spacing(0), |r, tab| { + let is_active = self.bottom_tab == *tab; + let txt_color = if *tab == BottomTab::AiTerminal { theme::ACCENT_BLUE } else { theme::TEXT_PRIMARY }; + let btn = button(text(tab.label()).size(11).font(Font::MONOSPACE).color(txt_color)) + .style(if is_active { theme::bottom_tab_active } else { theme::bottom_tab_inactive }) + .padding([3, 12]) + .on_press(Message::BottomTabSelected(tab.clone())); + r.push(btn) + }); + + let cc = self.chat_log.iter().fold(column![].spacing(1), |c, line| { + let log_color = LOG_PREFIX_COLORS.iter() + .find(|(prefix, _)| line.starts_with(prefix)) + .map(|(_, color)| *color) + .unwrap_or(theme::TEXT_PRIMARY); + c.push(text(line).size(11).color(log_color).font(Font::MONOSPACE)) + }); + + column![ + container(bottom_tabs).width(Length::Fill).style(theme::bottom_tab_bar), + container(scrollable(cc)) + .height(Length::Fixed(160.0)).width(Length::Fill) + .style(theme::bottom_content).padding([6, 10]), + ].into() + } + + /// Build footer text. Extracted from view(). + fn build_footer_text(&self) -> String { + let hotkeys = "^G=Help ^O=Save ^X=Exit ^W=Search ^K=Cut ^U=Paste ^C=CurPos ^R=Insert"; + match self.active_tab() { + None => hotkeys.to_string(), + Some(tab) => { + format!("{} | Lines: {} | {:.2} KB | {} | {}", + tab.file_path.as_ref() + .map(|p| p.to_string_lossy().to_string()) + .unwrap_or_else(|| tab.title.clone()), + tab.line_count(), + tab.byte_size() as f64 / 1024.0, + tab.get_syntax().to_uppercase(), + hotkeys.replace("^W=Search", "^W=Find"), + ) + } + } + } +} + +/// Helper: convert bool to "ON"/"OFF" string. +fn yn(v: bool) -> &'static str { + if v { "ON" } else { "OFF" } +} + +pub fn main() -> iced::Result { + iced::application("Scitano 2.0 - https://git.dcos.net/dcosnet/scitano/", Scitano::update, Scitano::view) + .theme(|_| Theme::Dark) + .subscription(Scitano::subscription) + .run() +} \ No newline at end of file diff --git a/src/theme.rs b/src/theme.rs new file mode 100755 index 0000000..fb951b0 --- /dev/null +++ b/src/theme.rs @@ -0,0 +1,159 @@ +use iced::widget::{button, container}; +use iced::{Background, Border, Color, Shadow, Theme}; + +// ── VS Code Dark+ palette ────────────────────────────────────────── +pub const BG_EDITOR: Color = Color::from_rgb(0.06, 0.06, 0.06); // #0F0F0F +pub const BG_PANEL: Color = Color::from_rgb(0.12, 0.12, 0.12); // #1E1E1E +pub const BG_SIDEBAR: Color = Color::from_rgb(0.10, 0.10, 0.10); // #1A1A1A +pub const BG_ACTIVE_TAB: Color = Color::from_rgb(0.18, 0.18, 0.18); // #2D2D2D +pub const BG_INPUT: Color = Color::from_rgb(0.05, 0.05, 0.05); // #0D0D0D +pub const BG_STATUS: Color = Color::from_rgb(0.06, 0.06, 0.06); // #0F0F0F +pub const BG_FOOTER: Color = Color::from_rgb(0.08, 0.08, 0.08); // #141414 +pub const BG_HOVER: Color = Color::from_rgb(0.16, 0.16, 0.16); // #292929 + +pub const BORDER_COLOR: Color = Color::from_rgb(0.20, 0.20, 0.20); // #333333 +pub const BORDER_SUBTLE: Color = Color::from_rgb(0.12, 0.12, 0.12); // #1F1F1F + +pub const ACCENT_BLUE: Color = Color::from_rgb(0.00, 0.48, 0.67); // #007ACC +pub const ACCENT_GREEN: Color = Color::from_rgb(0.40, 0.70, 0.40); // #66B366 +pub const ACCENT_YELLOW: Color = Color::from_rgb(0.95, 0.85, 0.40); // #F2D966 +pub const ACCENT_RED: Color = Color::from_rgb(0.90, 0.40, 0.40); // #E66666 +pub const TEXT_PRIMARY: Color = Color::from_rgb(0.83, 0.83, 0.83); // #D4D4D4 +pub const TEXT_SECONDARY: Color = Color::from_rgb(0.60, 0.60, 0.60); // #999999 +pub const TEXT_MUTED: Color = Color::from_rgb(0.40, 0.40, 0.40); // #666666 +pub const TEXT_DIM: Color = Color::from_rgb(0.25, 0.25, 0.25); // #404040 + +// Traffic light colors +pub const TL_RED: Color = Color::from_rgb(0.96, 0.40, 0.40); // #F56666 +pub const TL_YELLOW: Color = Color::from_rgb(0.96, 0.84, 0.40); // #F5D766 +pub const TL_GREEN: Color = Color::from_rgb(0.50, 0.87, 0.50); // #80DE80 + +// ── Container style factories (table-driven: data array + single generator) ── + +/// Container spec: (text_color, bg, border_color, border_width, border_radius) +struct ContSpec { + text: Color, + bg: Color, + bc: Color, + bw: f32, + br: f32, +} + +const CONTAINER_SPECS: &[(&str, ContSpec)] = &[ + ("title_bar", ContSpec { text: TEXT_SECONDARY, bg: BG_PANEL, bc: BORDER_SUBTLE, bw: 1.0, br: 0.0 }), + ("menu_bar_style", ContSpec { text: TEXT_PRIMARY, bg: BG_PANEL, bc: BORDER_SUBTLE, bw: 1.0, br: 0.0 }), + ("panel_container", ContSpec { text: TEXT_PRIMARY, bg: BG_PANEL, bc: Color::TRANSPARENT, bw: 0.0, br: 0.0 }), + ("tree_container", ContSpec { text: TEXT_PRIMARY, bg: BG_SIDEBAR, bc: BORDER_COLOR, bw: 1.0, br: 0.0 }), + ("app_container", ContSpec { text: TEXT_PRIMARY, bg: BG_EDITOR, bc: Color::TRANSPARENT, bw: 0.0, br: 0.0 }), + ("status_bar", ContSpec { text: TEXT_SECONDARY, bg: BG_STATUS, bc: BORDER_SUBTLE, bw: 1.0, br: 0.0 }), + ("footer_bar", ContSpec { text: TEXT_MUTED, bg: BG_FOOTER, bc: BORDER_COLOR, bw: 1.0, br: 0.0 }), + ("bottom_tab_bar", ContSpec { text: TEXT_SECONDARY, bg: BG_PANEL, bc: BORDER_COLOR, bw: 1.0, br: 0.0 }), + ("bottom_content", ContSpec { text: TEXT_PRIMARY, bg: BG_INPUT, bc: Color::TRANSPARENT, bw: 0.0, br: 0.0 }), +]; + +/// Single generator for all 9 container styles — data-driven, zero repetition. +fn make_container_style(spec: &ContSpec) -> container::Style { + container::Style { + text_color: Some(spec.text), + background: Some(Background::Color(spec.bg)), + border: Border { + color: spec.bc, + width: spec.bw, + radius: spec.br.into(), + }, + shadow: Shadow::default(), + } +} + +// ── Public container style functions (thin wrappers over the table) ── + +pub fn title_bar(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[0].1) +} +pub fn menu_bar_style(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[1].1) +} +pub fn panel_container(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[2].1) +} +pub fn tree_container(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[3].1) +} +pub fn app_container(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[4].1) +} +pub fn status_bar(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[5].1) +} +pub fn footer_bar(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[6].1) +} +pub fn bottom_tab_bar(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[7].1) +} +pub fn bottom_content(_: &Theme) -> container::Style { + make_container_style(&CONTAINER_SPECS[8].1) +} + +// ── Button style factories ── + +pub fn menu_button(_: &Theme, status: button::Status) -> button::Style { + let (bg, tc) = match status { + button::Status::Hovered => (BG_HOVER, TEXT_PRIMARY), + button::Status::Pressed => (BG_ACTIVE_TAB, TEXT_PRIMARY), + _ => (Color::TRANSPARENT, TEXT_PRIMARY), + }; + button::Style { background: Some(Background::Color(bg)), text_color: tc, border: Border::default(), shadow: Shadow::default() } +} + +pub fn active_tab_button(_: &Theme, _: button::Status) -> button::Style { + button::Style { + background: Some(Background::Color(BG_ACTIVE_TAB)), + text_color: TEXT_PRIMARY, + border: Border { color: BORDER_SUBTLE, width: 1.0, radius: 0.0.into() }, + shadow: Shadow::default(), + } +} + +pub fn inactive_tab_button(_: &Theme, status: button::Status) -> button::Style { + let (bg, tc) = match status { + button::Status::Hovered => (BG_HOVER, TEXT_SECONDARY), + _ => (Color::TRANSPARENT, TEXT_MUTED), + }; + button::Style { background: Some(Background::Color(bg)), text_color: tc, border: Border::default(), shadow: Shadow::default() } +} + +pub fn bottom_tab_active(_: &Theme, _: button::Status) -> button::Style { + button::Style { + background: Some(Background::Color(BG_ACTIVE_TAB)), + text_color: TEXT_PRIMARY, + border: Border { color: ACCENT_BLUE, width: 1.0, radius: 0.0.into() }, + shadow: Shadow::default(), + } +} + +pub fn bottom_tab_inactive(_: &Theme, status: button::Status) -> button::Style { + let (bg, tc) = match status { + button::Status::Hovered => (BG_HOVER, TEXT_SECONDARY), + _ => (Color::TRANSPARENT, TEXT_MUTED), + }; + button::Style { background: Some(Background::Color(bg)), text_color: tc, border: Border::default(), shadow: Shadow::default() } +} + +/// Traffic light styles — retained for optional platform-specific title bars. +#[allow(dead_code)] +fn traffic_light(_: &Theme, _: button::Status, color: Color) -> button::Style { + button::Style { + background: Some(Background::Color(color)), + text_color: Color::TRANSPARENT, + border: Border::default(), + shadow: Shadow::default(), + } +} + +#[allow(dead_code)] +pub fn traffic_light_red(t: &Theme, s: button::Status) -> button::Style { traffic_light(t, s, TL_RED) } +#[allow(dead_code)] +pub fn traffic_light_yellow(t: &Theme, s: button::Status) -> button::Style { traffic_light(t, s, TL_YELLOW) } +#[allow(dead_code)] +pub fn traffic_light_green(t: &Theme, s: button::Status) -> button::Style { traffic_light(t, s, TL_GREEN) } \ No newline at end of file