diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index e80ef1f..b0367d0 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -29,6 +29,7 @@ jobs: matrix=$(echo "$flake_json" | jq -c '[.inventory.packages.output.children | to_entries[] | .key as $sys + | select($sys | endswith("-linux")) | .value.children | keys[] | select(endswith("-deb")) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 7188a7e..76c405f 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -30,6 +30,7 @@ jobs: matrix=$(echo "$flake_json" | jq -c '[.inventory.packages.output.children | to_entries[] | .key as $sys + | select($sys | endswith("-linux")) | .value.children | keys[] | select(endswith("-docker")) @@ -38,6 +39,7 @@ jobs: manifests=$(echo "$flake_json" | jq -c '[.inventory.packages.output.children | to_entries[] | .key as $sys + | select($sys | endswith("-linux")) | .value.children | keys[] | select(endswith("-docker")) diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml new file mode 100644 index 0000000..ecc27b8 --- /dev/null +++ b/.github/workflows/ci-flatpak.yml @@ -0,0 +1,64 @@ +on: + push: + branches: + - master + tags: + - v?[0-9]+.[0-9]+.[0-9]+* + pull_request: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + build: + runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }} + permissions: + contents: read + strategy: + fail-fast: false + matrix: + arch: [x86_64, aarch64] + steps: + - uses: actions/checkout@v4 + + - name: Install flatpak and flatpak-builder + run: | + sudo apt-get update + sudo apt-get install -y flatpak flatpak-builder elfutils + sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo + sudo flatpak install -y --noninteractive flathub org.freedesktop.Platform/${{ matrix.arch }}/24.08 + sudo flatpak install -y --noninteractive flathub org.freedesktop.Sdk/${{ matrix.arch }}/24.08 + sudo flatpak install -y --noninteractive flathub org.freedesktop.Sdk.Extension.rust-stable/${{ matrix.arch }}/24.08 + + - name: Build Flatpak + uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + with: + manifest-path: pkgs/athena/flatpak/com.midstall.athena.yml + bundle: athena-${{ matrix.arch }}.flatpak + arch: ${{ matrix.arch }} + cache-key: flatpak-builder-${{ matrix.arch }}-${{ github.sha }} + + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: athena-flatpak-${{ matrix.arch }} + path: athena-${{ matrix.arch }}.flatpak + + release: + if: startsWith(github.ref, 'refs/tags/v') + needs: build + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Download all artifacts + uses: actions/download-artifact@v4 + with: + path: flatpaks + merge-multiple: true + + - name: Upload to release + uses: softprops/action-gh-release@v2 + with: + files: flatpaks/*.flatpak diff --git a/Cargo.lock b/Cargo.lock index 95f8630..c7ad79f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,28 @@ # 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 = "aegis-ip" version = "0.1.0" @@ -30,12 +52,77 @@ dependencies = [ "serde_json", ] +[[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 = "aho-corasick" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" +dependencies = [ + "memchr", +] + [[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.11.0", + "cc", + "jni 0.22.4", + "libc", + "log", + "ndk", + "ndk-context", + "ndk-sys", + "num_enum", + "thiserror 2.0.18", +] + +[[package]] +name = "android-build" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8cac4c64175d504608cf239756339c07f6384a476f97f20a7043f92920b0b8fd" +dependencies = [ + "windows-sys 0.52.0", +] + +[[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 = "anstream" version = "1.0.0" @@ -72,7 +159,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys", + "windows-sys 0.61.2", ] [[package]] @@ -83,206 +170,299 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys", + "windows-sys 0.61.2", ] [[package]] -name = "clap" -version = "4.6.0" +name = "anyhow" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" -dependencies = [ - "clap_builder", - "clap_derive", -] +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] -name = "clap_builder" -version = "4.6.0" +name = "approx" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" +checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim", + "num-traits", ] [[package]] -name = "clap_derive" -version = "4.6.0" +name = "arc-swap" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" +checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn", + "rustversion", ] [[package]] -name = "clap_lex" -version = "1.1.0" +name = "arrayref" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] -name = "colorchoice" -version = "1.0.5" +name = "arrayvec" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] -name = "dyn-clone" -version = "1.0.20" +name = "as-raw-xcb-connection" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" +checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" [[package]] -name = "equivalent" -version = "1.0.2" +name = "ash" +version = "0.38.0+1.3.281" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" +checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" +dependencies = [ + "libloading", +] [[package]] -name = "foldhash" -version = "0.2.0" +name = "ashpd" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" +checksum = "de3d60bee1a1d38c2077030f4788e1b4e31058d2e79a8cfc8f2b440bd44db290" +dependencies = [ + "async-fs", + "async-net", + "enumflags2", + "futures-channel", + "futures-util", + "rand 0.8.5", + "serde", + "serde_repr", + "url", + "zbus", +] [[package]] -name = "hashbrown" -version = "0.16.1" +name = "ashpd" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +checksum = "d2f3f79755c74fd155000314eb349864caa787c6592eace6c6882dad873d9c39" dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", + "async-fs", + "async-net", + "enumflags2", + "futures-channel", + "futures-util", + "rand 0.9.3", + "raw-window-handle", + "serde", + "serde_repr", + "url", + "wayland-backend", + "wayland-client", + "wayland-protocols", + "zbus", ] [[package]] -name = "heck" -version = "0.5.0" +name = "async-broadcast" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" +dependencies = [ + "event-listener 5.4.1", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] [[package]] -name = "is_terminal_polyfill" -version = "1.70.2" +name = "async-channel" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" +dependencies = [ + "concurrent-queue", + "event-listener 2.5.3", + "futures-core", +] [[package]] -name = "itoa" -version = "1.0.18" +name = "async-channel" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" +checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" +dependencies = [ + "concurrent-queue", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] [[package]] -name = "log" -version = "0.4.29" +name = "async-executor" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a" +dependencies = [ + "async-task", + "concurrent-queue", + "fastrand", + "futures-lite", + "pin-project-lite", + "slab", +] [[package]] -name = "memchr" -version = "2.8.0" +name = "async-fs" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" +checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" +dependencies = [ + "async-lock", + "blocking", + "futures-lite", +] [[package]] -name = "once_cell_polyfill" -version = "1.70.2" +name = "async-global-executor" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" +checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" +dependencies = [ + "async-channel 2.5.0", + "async-executor", + "async-io", + "async-lock", + "blocking", + "futures-lite", + "once_cell", +] [[package]] -name = "proc-macro2" -version = "1.0.106" +name = "async-io" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" dependencies = [ - "unicode-ident", + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite", + "parking", + "polling", + "rustix 1.1.4", + "slab", + "windows-sys 0.61.2", ] [[package]] -name = "quote" -version = "1.0.45" +name = "async-lock" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" dependencies = [ - "proc-macro2", + "event-listener 5.4.1", + "event-listener-strategy", + "pin-project-lite", ] [[package]] -name = "regress" -version = "0.10.5" +name = "async-net" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" +checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "hashbrown", - "memchr", + "async-io", + "blocking", + "futures-lite", ] [[package]] -name = "schemars" -version = "0.8.22" +name = "async-process" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" +checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" dependencies = [ - "dyn-clone", - "schemars_derive", - "serde", - "serde_json", + "async-channel 2.5.0", + "async-io", + "async-lock", + "async-signal", + "async-task", + "blocking", + "cfg-if", + "event-listener 5.4.1", + "futures-lite", + "rustix 1.1.4", ] [[package]] -name = "schemars_derive" -version = "0.8.22" +name = "async-recursion" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "serde_derive_internals", "syn", ] [[package]] -name = "semver" -version = "1.0.27" +name = "async-signal" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485" dependencies = [ - "serde", - "serde_core", + "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 = "serde" -version = "1.0.228" +name = "async-std" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" +checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" dependencies = [ - "serde_core", - "serde_derive", + "async-channel 1.9.0", + "async-global-executor", + "async-io", + "async-lock", + "crossbeam-utils", + "futures-channel", + "futures-core", + "futures-io", + "futures-lite", + "gloo-timers", + "kv-log-macro", + "log", + "memchr", + "once_cell", + "pin-project-lite", + "pin-utils", + "slab", + "wasm-bindgen-futures", ] [[package]] -name = "serde_core" -version = "1.0.228" +name = "async-task" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" -dependencies = [ - "serde_derive", -] +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] -name = "serde_derive" -version = "1.0.228" +name = "async-trait" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", @@ -290,150 +470,5494 @@ dependencies = [ ] [[package]] -name = "serde_derive_internals" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" +name = "athena" +version = "0.1.0" dependencies = [ - "proc-macro2", - "quote", - "syn", + "aegis-ip", + "aegis-pack", + "aegis-sim", + "clap", + "dark-light", + "dirs", + "iced", + "iced-code-editor", + "iced_aw", + "palette", + "rfd", + "ron", + "rust-i18n", + "serde", + "serde_json", + "toml", ] [[package]] -name = "serde_json" -version = "1.0.149" +name = "atomic-waker" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + +[[package]] +name = "autocfg" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + +[[package]] +name = "base62" +version = "2.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd637ac531c60eb7fbc4684dc061c2d7d90d73d758181aa02eeff0464b9eee4b" + +[[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 = [ - "itoa", - "memchr", "serde", - "serde_core", - "zmij", ] [[package]] -name = "serde_tokenstream" -version = "0.2.3" +name = "bit-set" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c49585c52c01f13c5c2ebb333f14f6885d76daa768d8a037d28017ec538c69" +checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ - "proc-macro2", - "quote", - "serde", - "syn", + "bit-vec", ] [[package]] -name = "strsim" -version = "0.11.1" +name = "bit-vec" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] -name = "syn" -version = "2.0.117" +name = "bitflags" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + +[[package]] +name = "bitflags" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "serde_core", ] [[package]] -name = "thiserror" -version = "1.0.69" +name = "block" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" + +[[package]] +name = "block2" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" dependencies = [ - "thiserror-impl", + "objc2 0.5.2", ] [[package]] -name = "thiserror-impl" -version = "1.0.69" +name = "block2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" dependencies = [ - "proc-macro2", - "quote", - "syn", + "objc2 0.6.4", ] [[package]] -name = "typify" -version = "0.2.0" +name = "blocking" +version = "1.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c644dda9862f0fef3a570d8ddb3c2cfb1d5ac824a1f2ddfa7bc8f071a5ad8a" +checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" dependencies = [ - "typify-impl", - "typify-macro", + "async-channel 2.5.0", + "async-task", + "futures-io", + "futures-lite", + "piper", ] [[package]] -name = "typify-impl" -version = "0.2.0" +name = "bstr" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d59ab345b6c0d8ae9500b9ff334a4c7c0d316c1c628dc55726b95887eb8dbd11" +checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" dependencies = [ - "heck", - "log", - "proc-macro2", - "quote", - "regress", - "schemars", - "semver", + "memchr", "serde", - "serde_json", - "syn", - "thiserror", - "unicode-ident", ] [[package]] -name = "typify-macro" -version = "0.2.0" +name = "bumpalo" +version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "785e2cdcef0df8160fdd762ed548a637aaec1e83704fdbc14da0df66013ee8d0" +checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" + +[[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.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" dependencies = [ - "proc-macro2", + "bytemuck_derive", +] + +[[package]] +name = "bytemuck_derive" +version = "1.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "bytes" +version = "1.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" + +[[package]] +name = "calloop" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" +dependencies = [ + "bitflags 2.11.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.11.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.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" +dependencies = [ + "find-msvc-tools", + "jobserver", + "libc", + "shlex", +] + +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + +[[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.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + +[[package]] +name = "chrono" +version = "0.4.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +dependencies = [ + "iana-time-zone", + "js-sys", + "num-traits", + "wasm-bindgen", + "windows-link", +] + +[[package]] +name = "clap" +version = "4.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" +dependencies = [ + "clap_builder", + "clap_derive", +] + +[[package]] +name = "clap_builder" +version = "4.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" +dependencies = [ + "anstream", + "anstyle", + "clap_lex", + "strsim", +] + +[[package]] +name = "clap_derive" +version = "4.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "clap_lex" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" + +[[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 0.2.2", + "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.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" +dependencies = [ + "serde", + "termcolor", + "unicode-width", +] + +[[package]] +name = "colorchoice" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" + +[[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" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" +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 0.9.4", + "core-graphics-types 0.1.3", + "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 0.9.4", + "libc", +] + +[[package]] +name = "core-graphics-types" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" +dependencies = [ + "bitflags 2.11.0", + "core-foundation 0.10.1", + "libc", +] + +[[package]] +name = "core_maths" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" +dependencies = [ + "libm", +] + +[[package]] +name = "cosmic-text" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "173852283a9a57a3cbe365d86e74dc428a09c50421477d5ad6fe9d9509e37737" +dependencies = [ + "bitflags 2.11.0", + "fontdb", + "harfrust", + "linebender_resource_handle", + "log", + "rangemap", + "rustc-hash 1.1.0", + "self_cell", + "skrifa 0.37.0", + "smol_str", + "swash", + "sys-locale", + "unicode-bidi", + "unicode-linebreak", + "unicode-script", + "unicode-segmentation", +] + +[[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.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +dependencies = [ + "crossbeam-epoch", + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +dependencies = [ + "crossbeam-utils", +] + +[[package]] +name = "crossbeam-utils" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + +[[package]] +name = "crunchy" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" + +[[package]] +name = "cryoglyph" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08bc795bdbccdbd461736fb163930a009da6597b226d6f6fce33e7a8eb6ec519" +dependencies = [ + "cosmic-text", + "etagere", + "lru", + "rustc-hash 2.1.2", + "wgpu", +] + +[[package]] +name = "ctor-lite" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e162d0c2e2068eb736b71e5597eff0b9944e6b973cd9f37b6a288ab9bf20e300" + +[[package]] +name = "cursor-icon" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f" + +[[package]] +name = "dark-light" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18e1a09f280e29a8b00bc7e81eca5ac87dca0575639c9422a5fa25a07bb884b8" +dependencies = [ + "ashpd 0.10.3", + "async-std", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "web-sys", + "winreg", +] + +[[package]] +name = "deranged" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" +dependencies = [ + "powerfmt", +] + +[[package]] +name = "dirs" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.61.2", +] + +[[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.11.0", + "block2 0.6.2", + "libc", + "objc2 0.6.4", +] + +[[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "dlib" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" +dependencies = [ + "libloading", +] + +[[package]] +name = "document-features" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" +dependencies = [ + "litrs", +] + +[[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 = "dyn-clone" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" + +[[package]] +name = "either" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" + +[[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", +] + +[[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 = "2.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" + +[[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 5.4.1", + "pin-project-lite", +] + +[[package]] +name = "fancy-regex" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" +dependencies = [ + "bit-set", + "regex-automata", + "regex-syntax", +] + +[[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 = "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 = "float_next_after" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" + +[[package]] +name = "fnv" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + +[[package]] +name = "font-types" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "font-types" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d9237c6d82152100c691fb77ea18037b402bcc7257d2c876a4ffac81bc22a1c" +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.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" +dependencies = [ + "fontconfig-parser", + "log", + "memmap2", + "slotmap", + "tinyvec", + "ttf-parser", +] + +[[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", +] + +[[package]] +name = "foreign-types-shared" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" + +[[package]] +name = "form_urlencoded" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" +dependencies = [ + "percent-encoding", +] + +[[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", +] + +[[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 = "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 = "getopts" +version = "0.2.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" +dependencies = [ + "unicode-width", +] + +[[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.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" +dependencies = [ + "cfg-if", + "libc", + "r-efi 6.0.0", + "wasip2", + "wasip3", +] + +[[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 = "glob" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" + +[[package]] +name = "globset" +version = "0.4.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" +dependencies = [ + "aho-corasick", + "bstr", + "log", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "globwalk" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" +dependencies = [ + "bitflags 1.3.2", + "ignore", + "walkdir", +] + +[[package]] +name = "gloo-timers" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" +dependencies = [ + "futures-channel", + "futures-core", + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "glow" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" +dependencies = [ + "js-sys", + "slotmap", + "wasm-bindgen", + "web-sys", +] + +[[package]] +name = "glutin_wgl_sys" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e" +dependencies = [ + "gl_generator", +] + +[[package]] +name = "gpu-alloc" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" +dependencies = [ + "bitflags 2.11.0", + "gpu-alloc-types", +] + +[[package]] +name = "gpu-alloc-types" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "gpu-allocator" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd" +dependencies = [ + "log", + "presser", + "thiserror 1.0.69", + "windows 0.58.0", +] + +[[package]] +name = "gpu-descriptor" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" +dependencies = [ + "bitflags 2.11.0", + "gpu-descriptor-types", + "hashbrown 0.15.5", +] + +[[package]] +name = "gpu-descriptor-types" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" +dependencies = [ + "bitflags 2.11.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", + "num-traits", + "zerocopy", +] + +[[package]] +name = "harfrust" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92c020db12c71d8a12a3fe7607873cade3a01a6287e29d540c8723276221b9d8" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "core_maths", + "read-fonts 0.35.0", + "smallvec", +] + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "foldhash 0.1.5", +] + +[[package]] +name = "hashbrown" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] + +[[package]] +name = "hashbrown" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" + +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[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 = "iana-time-zone" +version = "0.1.65" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "log", + "wasm-bindgen", + "windows-core 0.62.2", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + +[[package]] +name = "iced" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000e01026c93ba643f8357a3db3ada0e6555265a377f6f9291c472f6dd701fb3" +dependencies = [ + "iced_core", + "iced_debug", + "iced_futures", + "iced_highlighter", + "iced_renderer", + "iced_runtime", + "iced_widget", + "iced_winit", + "thiserror 2.0.18", +] + +[[package]] +name = "iced-code-editor" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f8ba7c9b6e8546956c25f1237221fd8120399404ac3f2eae6b1a3a2a1b02f96" +dependencies = [ + "iced", + "iced_aw", + "iced_font_awesome", + "rust-i18n", + "syntect", + "unicode-width", + "web-time", +] + +[[package]] +name = "iced_aw" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e676b8d322a419c7eef29cac1aa78e8afda6a9d2d4597483d42de3e90378fe2" +dependencies = [ + "cfg-if", + "chrono", + "iced_core", + "iced_fonts", + "iced_widget", + "num-format", + "num-traits", + "web-time", +] + +[[package]] +name = "iced_core" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91ab1937d699403e7e69252ae743a902bcee9f4ab2052cc4c9a46fcf34729d85" +dependencies = [ + "bitflags 2.11.0", + "bytes", + "glam", + "lilt", + "log", + "num-traits", + "rustc-hash 2.1.2", + "smol_str", + "thiserror 2.0.18", + "web-time", +] + +[[package]] +name = "iced_debug" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25035ab0215a620e53f4103e36fc4e59a1fb2817e4bfc38a30ad27b4202ea0be" +dependencies = [ + "iced_core", + "iced_futures", + "log", +] + +[[package]] +name = "iced_font_awesome" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "964e0d089da27a70a30b4e93af6a534327c2c8b530745ff2702b6abf29dc7661" +dependencies = [ + "iced", + "serde", + "serde_json", +] + +[[package]] +name = "iced_fonts" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "214cff7c8499e328774216690e58e315a1a5f8f6fdd1035aed6298e62ffc4c1d" +dependencies = [ + "iced_core", + "iced_fonts_macros", + "iced_widget", +] + +[[package]] +name = "iced_fonts_macros" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ef5125e110cb19cd1910a28298661c98c5d9ab02eef43594968352940e8752e" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "ttf-parser", +] + +[[package]] +name = "iced_futures" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c0c85ccad42dfbec7293c36c018af0ea0dbcc52d137a4a9a0b0f6822a3fdf0a" +dependencies = [ + "futures", + "iced_core", + "log", + "rustc-hash 2.1.2", + "wasm-bindgen-futures", + "wasmtimer", +] + +[[package]] +name = "iced_graphics" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234ca1c2cec4155055f68fa5fad1b5242c496ac8238d80a259bca382fb44a102" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "cosmic-text", + "half", + "iced_core", + "iced_futures", + "log", + "lyon_path", + "raw-window-handle", + "rustc-hash 2.1.2", + "thiserror 2.0.18", + "unicode-segmentation", +] + +[[package]] +name = "iced_highlighter" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb24e1610502779b4e307c6f95da616ec7e883b67a18108cb0a036b169e50359" +dependencies = [ + "iced_core", + "two-face", +] + +[[package]] +name = "iced_program" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dfafec2947cda688d8eb00dac337ba11aa60f9ef6335aed343e189d26e4a673" +dependencies = [ + "iced_graphics", + "iced_runtime", +] + +[[package]] +name = "iced_renderer" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "250cc0802408e8c077986ec56c7d07c65f423ee658a4b9fd795a1f2aae5dac05" +dependencies = [ + "iced_graphics", + "iced_tiny_skia", + "iced_wgpu", + "log", + "thiserror 2.0.18", +] + +[[package]] +name = "iced_runtime" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1889b819ce4c06674183242e336c8d49465665441396914dc07cc86f44fa8d4" +dependencies = [ + "bytes", + "iced_core", + "iced_futures", + "raw-window-handle", + "thiserror 2.0.18", +] + +[[package]] +name = "iced_tiny_skia" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe0acf8b75a3bc914aff5f2329fdffc1b36eeaea29dda0e4bd232f1c62e9cc3d" +dependencies = [ + "bytemuck", + "cosmic-text", + "iced_debug", + "iced_graphics", + "kurbo", + "log", + "rustc-hash 2.1.2", + "softbuffer", + "tiny-skia", +] + +[[package]] +name = "iced_wgpu" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff144a999b0ca0f8a10257934500060240825c42e950ec0ebee9c8ae30561c13" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "cryoglyph", + "futures", + "glam", + "guillotiere", + "iced_debug", + "iced_graphics", + "log", + "lyon", + "rustc-hash 2.1.2", + "thiserror 2.0.18", + "wgpu", +] + +[[package]] +name = "iced_widget" +version = "0.14.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1596afa0d3109c2618e8bc12bae6c11d3064df8f95c42dfce570397dbe957ab" +dependencies = [ + "iced_highlighter", + "iced_renderer", + "log", + "num-traits", + "pulldown-cmark", + "rustc-hash 2.1.2", + "thiserror 2.0.18", + "unicode-segmentation", +] + +[[package]] +name = "iced_winit" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b7dbedc47562d1de3b9707d939f678b88c382004b7ab5a18f7a7dd723162d75" +dependencies = [ + "iced_debug", + "iced_program", + "log", + "mundy", + "rustc-hash 2.1.2", + "thiserror 2.0.18", + "tracing", + "wasm-bindgen-futures", + "web-sys", + "window_clipboard", + "winit", +] + +[[package]] +name = "icu_collections" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" +dependencies = [ + "displaydoc", + "potential_utf", + "utf8_iter", + "yoke", + "zerofrom", + "zerovec", +] + +[[package]] +name = "icu_locale_core" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" +dependencies = [ + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", +] + +[[package]] +name = "icu_normalizer" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" +dependencies = [ + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", +] + +[[package]] +name = "icu_normalizer_data" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" + +[[package]] +name = "icu_properties" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" +dependencies = [ + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" + +[[package]] +name = "icu_provider" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" +dependencies = [ + "displaydoc", + "icu_locale_core", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "id-arena" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + +[[package]] +name = "idna" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + +[[package]] +name = "ignore" +version = "0.4.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" +dependencies = [ + "crossbeam-deque", + "globset", + "log", + "memchr", + "regex-automata", + "same-file", + "walkdir", + "winapi-util", +] + +[[package]] +name = "indexmap" +version = "2.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +dependencies = [ + "equivalent", + "hashbrown 0.17.0", + "serde", + "serde_core", +] + +[[package]] +name = "is_terminal_polyfill" +version = "1.70.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" + +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + +[[package]] +name = "itoa" +version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" + +[[package]] +name = "jni" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" +dependencies = [ + "cesu8", + "cfg-if", + "combine", + "jni-sys 0.3.1", + "log", + "thiserror 1.0.69", + "walkdir", + "windows-sys 0.45.0", +] + +[[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", +] + +[[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", +] + +[[package]] +name = "jobserver" +version = "0.1.34" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +dependencies = [ + "getrandom 0.3.4", + "libc", +] + +[[package]] +name = "js-sys" +version = "0.3.95" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" +dependencies = [ + "cfg-if", + "futures-util", + "once_cell", + "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", + "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 = "kv-log-macro" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" +dependencies = [ + "log", +] + +[[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" + +[[package]] +name = "leb128fmt" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + +[[package]] +name = "libc" +version = "0.2.184" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" + +[[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.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" +dependencies = [ + "bitflags 2.11.0", + "libc", + "plain", + "redox_syscall 0.7.4", +] + +[[package]] +name = "lilt" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f67562e5eff6b20553fa9be1c503356768420994e28f67e3eafe6f41910e57ad" +dependencies = [ + "web-time", +] + +[[package]] +name = "linebender_resource_handle" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" + +[[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.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" + +[[package]] +name = "litemap" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" + +[[package]] +name = "litrs" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" + +[[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.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +dependencies = [ + "value-bag", +] + +[[package]] +name = "lru" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" + +[[package]] +name = "lyon" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd0578bdecb7d6d88987b8b2b1e3a4e2f81df9d0ece1078623324a567904e7b7" +dependencies = [ + "lyon_algorithms", + "lyon_tessellation", +] + +[[package]] +name = "lyon_algorithms" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9815fac08e6fd96733a11dce4f9d15a3f338e96a2e2311ee21e1b738efc2bc0f" +dependencies = [ + "lyon_path", + "num-traits", +] + +[[package]] +name = "lyon_geom" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4336502e29e32af93cf2dad2214ed6003c17ceb5bd499df77b1de663b9042b92" +dependencies = [ + "arrayvec", + "euclid", + "num-traits", +] + +[[package]] +name = "lyon_path" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c463f9c428b7fc5ec885dcd39ce4aa61e29111d0e33483f6f98c74e89d8621e" +dependencies = [ + "lyon_geom", + "num-traits", +] + +[[package]] +name = "lyon_tessellation" +version = "1.0.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e43b7e44161571868f5c931d12583592c223c5583eef86b08aa02b7048a3552" +dependencies = [ + "float_next_after", + "lyon_path", + "num-traits", +] + +[[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.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" + +[[package]] +name = "memmap2" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" +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.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605" +dependencies = [ + "bitflags 2.11.0", + "block", + "core-graphics-types 0.2.0", + "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 = "mundy" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "523813c9e194ec43693805214eb112551f99382115b67f38600d724a692e7e8b" +dependencies = [ + "android-build", + "async-io", + "cfg-if", + "dispatch", + "futures-channel", + "futures-lite", + "jni 0.21.1", + "ndk-context", + "objc2 0.6.4", + "objc2-app-kit 0.3.2", + "objc2-foundation 0.3.2", + "pin-project-lite", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "windows 0.62.2", + "zbus", +] + +[[package]] +name = "naga" +version = "27.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8" +dependencies = [ + "arrayvec", + "bit-set", + "bitflags 2.11.0", + "cfg-if", + "cfg_aliases", + "codespan-reporting", + "half", + "hashbrown 0.16.1", + "hexf-parse", + "indexmap", + "libm", + "log", + "num-traits", + "once_cell", + "rustc-hash 1.1.0", + "spirv", + "thiserror 2.0.18", + "unicode-ident", +] + +[[package]] +name = "ndk" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" +dependencies = [ + "bitflags 2.11.0", + "jni-sys 0.3.1", + "log", + "ndk-sys", + "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.6.0+11769913" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" +dependencies = [ + "jni-sys 0.3.1", +] + +[[package]] +name = "normpath" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b" +dependencies = [ + "windows-sys 0.61.2", +] + +[[package]] +name = "num-conv" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" + +[[package]] +name = "num-format" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" +dependencies = [ + "arrayvec", + "itoa", +] + +[[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" +dependencies = [ + "autocfg", + "libm", +] + +[[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", +] + +[[package]] +name = "objc" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" +dependencies = [ + "malloc_buf", +] + +[[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.11.0", + "block2 0.5.1", + "libc", + "objc2 0.5.2", + "objc2-core-data 0.2.2", + "objc2-core-image 0.2.2", + "objc2-foundation 0.2.2", + "objc2-quartz-core 0.2.2", +] + +[[package]] +name = "objc2-app-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" +dependencies = [ + "bitflags 2.11.0", + "block2 0.6.2", + "libc", + "objc2 0.6.4", + "objc2-cloud-kit 0.3.2", + "objc2-core-data 0.3.2", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-core-image 0.3.2", + "objc2-core-text", + "objc2-core-video", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.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.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-cloud-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-contacts" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" +dependencies = [ + "block2 0.5.1", + "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.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-data" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-foundation 0.3.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.11.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.11.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 0.5.1", + "objc2 0.5.2", + "objc2-foundation 0.2.2", + "objc2-metal", +] + +[[package]] +name = "objc2-core-image" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006" +dependencies = [ + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + +[[package]] +name = "objc2-core-location" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" +dependencies = [ + "block2 0.5.1", + "objc2 0.5.2", + "objc2-contacts", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "objc2-core-text" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-core-graphics", +] + +[[package]] +name = "objc2-core-video" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-core-graphics", + "objc2-io-surface", +] + +[[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.11.0", + "block2 0.5.1", + "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.11.0", + "block2 0.6.2", + "libc", + "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.11.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 0.5.1", + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "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.11.0", + "block2 0.5.1", + "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.11.0", + "block2 0.5.1", + "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.11.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.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-cloud-kit 0.2.2", + "objc2-core-data 0.2.2", + "objc2-core-image 0.2.2", + "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 0.5.1", + "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.11.0", + "block2 0.5.1", + "objc2 0.5.2", + "objc2-core-location", + "objc2-foundation 0.2.2", +] + +[[package]] +name = "once_cell" +version = "1.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" + +[[package]] +name = "once_cell_polyfill" +version = "1.70.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" + +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + +[[package]] +name = "orbclient" +version = "0.3.51" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59aed3b33578edcfa1bc96a321d590d31832b6ad55a26f0313362ce687e9abd6" +dependencies = [ + "libc", + "libredox", +] + +[[package]] +name = "ordered-float" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e" +dependencies = [ + "num-traits", +] + +[[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", +] + +[[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", + "serde", +] + +[[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", +] + +[[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.12.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" +dependencies = [ + "lock_api", + "parking_lot_core", +] + +[[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 0.8.5", +] + +[[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", +] + +[[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.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" +dependencies = [ + "pin-project-internal", +] + +[[package]] +name = "pin-project-internal" +version = "1.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[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.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" +dependencies = [ + "base64", + "indexmap", + "quick-xml 0.38.4", + "serde", + "time", +] + +[[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 = "pollster" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" + +[[package]] +name = "portable-atomic" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" + +[[package]] +name = "portable-atomic-util" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" +dependencies = [ + "portable-atomic", +] + +[[package]] +name = "potential_utf" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" +dependencies = [ + "zerovec", +] + +[[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 = "prettyplease" +version = "0.2.37" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" +dependencies = [ + "proc-macro2", + "syn", +] + +[[package]] +name = "proc-macro-crate" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" +dependencies = [ + "toml_edit 0.25.11+spec-1.1.0", +] + +[[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.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" + +[[package]] +name = "pulldown-cmark" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +dependencies = [ + "bitflags 2.11.0", + "getopts", + "memchr", + "pulldown-cmark-escape", + "unicase", +] + +[[package]] +name = "pulldown-cmark-escape" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" + +[[package]] +name = "quick-xml" +version = "0.38.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +dependencies = [ + "memchr", +] + +[[package]] +name = "quote" +version = "1.0.45" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +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.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha 0.3.1", + "rand_core 0.6.4", +] + +[[package]] +name = "rand" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.5", +] + +[[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 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.5", +] + +[[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 = "rand_core" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" +dependencies = [ + "getrandom 0.3.4", +] + +[[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 = "read-fonts" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" +dependencies = [ + "bytemuck", + "core_maths", + "font-types 0.10.1", +] + +[[package]] +name = "read-fonts" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5" +dependencies = [ + "bytemuck", + "font-types 0.11.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.11.0", +] + +[[package]] +name = "redox_syscall" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" +dependencies = [ + "bitflags 2.11.0", +] + +[[package]] +name = "redox_users" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" +dependencies = [ + "getrandom 0.2.17", + "libredox", + "thiserror 2.0.18", +] + +[[package]] +name = "regex" +version = "1.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +dependencies = [ + "aho-corasick", + "memchr", + "regex-automata", + "regex-syntax", +] + +[[package]] +name = "regex-automata" +version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax", +] + +[[package]] +name = "regex-syntax" +version = "0.8.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" + +[[package]] +name = "regress" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48" +dependencies = [ + "hashbrown 0.16.1", + "memchr", +] + +[[package]] +name = "renderdoc-sys" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" + +[[package]] +name = "rfd" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed" +dependencies = [ + "ashpd 0.11.1", + "block2 0.6.2", + "dispatch2", + "js-sys", + "log", + "objc2 0.6.4", + "objc2-app-kit 0.3.2", + "objc2-core-foundation", + "objc2-foundation 0.3.2", + "pollster", + "raw-window-handle", + "urlencoding", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "windows-sys 0.59.0", +] + +[[package]] +name = "ron" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc" +dependencies = [ + "bitflags 2.11.0", + "once_cell", + "serde", + "serde_derive", + "typeid", + "unicode-ident", +] + +[[package]] +name = "roxmltree" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" + +[[package]] +name = "rust-i18n" +version = "3.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fda2551fdfaf6cc5ee283adc15e157047b92ae6535cf80f6d4962d05717dc332" +dependencies = [ + "globwalk", + "once_cell", + "regex", + "rust-i18n-macro", + "rust-i18n-support", + "smallvec", +] + +[[package]] +name = "rust-i18n-macro" +version = "3.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22baf7d7f56656d23ebe24f6bb57a5d40d2bce2a5f1c503e692b5b2fa450f965" +dependencies = [ + "glob", + "once_cell", + "proc-macro2", + "quote", + "rust-i18n-support", + "serde", + "serde_json", + "serde_yaml", + "syn", +] + +[[package]] +name = "rust-i18n-support" +version = "3.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "940ed4f52bba4c0152056d771e563b7133ad9607d4384af016a134b58d758f19" +dependencies = [ + "arc-swap", + "base62", + "globwalk", + "itertools", + "lazy_static", + "normpath", + "once_cell", + "proc-macro2", + "regex", + "serde", + "serde_json", + "serde_yaml", + "siphasher", + "toml", + "triomphe", +] + +[[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.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" + +[[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.11.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.11.0", + "errno", + "libc", + "linux-raw-sys 0.12.1", + "windows-sys 0.61.2", +] + +[[package]] +name = "rustversion" +version = "1.0.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" + +[[package]] +name = "ryu" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" + +[[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 = "schemars" +version = "0.8.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" +dependencies = [ + "dyn-clone", + "schemars_derive", + "serde", + "serde_json", +] + +[[package]] +name = "schemars_derive" +version = "0.8.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" +dependencies = [ + "proc-macro2", + "quote", + "serde_derive_internals", + "syn", +] + +[[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.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +dependencies = [ + "serde", + "serde_core", +] + +[[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", +] + +[[package]] +name = "serde_derive_internals" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "serde_json" +version = "1.0.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +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", +] + +[[package]] +name = "serde_spanned" +version = "0.6.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" +dependencies = [ + "serde", +] + +[[package]] +name = "serde_tokenstream" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7c49585c52c01f13c5c2ebb333f14f6885d76daa768d8a037d28017ec538c69" +dependencies = [ + "proc-macro2", + "quote", + "serde", + "syn", +] + +[[package]] +name = "serde_yaml" +version = "0.9.34+deprecated" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" +dependencies = [ + "indexmap", + "itoa", + "ryu", + "serde", + "unsafe-libyaml", +] + +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + +[[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.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" + +[[package]] +name = "skrifa" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" +dependencies = [ + "bytemuck", + "read-fonts 0.35.0", +] + +[[package]] +name = "skrifa" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac" +dependencies = [ + "bytemuck", + "read-fonts 0.37.0", +] + +[[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.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + +[[package]] +name = "smithay-client-toolkit" +version = "0.19.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" +dependencies = [ + "bitflags 2.11.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.11.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", + "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.11.0", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" + +[[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 = "strsim" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + +[[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.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "842f3cd369c2ba38966204f983eaa5e54a8e84a7d7159ed36ade2b6c335aae64" +dependencies = [ + "skrifa 0.40.0", + "yazi", + "zeno", +] + +[[package]] +name = "syn" +version = "2.0.117" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +dependencies = [ + "proc-macro2", + "quote", + "unicode-ident", +] + +[[package]] +name = "synstructure" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "syntect" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" +dependencies = [ + "bincode", + "fancy-regex", + "flate2", + "fnv", + "once_cell", + "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.2", + "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", +] + +[[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", +] + +[[package]] +name = "time" +version = "0.3.47" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" +dependencies = [ + "deranged", + "itoa", + "num-conv", + "powerfmt", + "serde_core", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" + +[[package]] +name = "time-macros" +version = "0.2.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" +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", + "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.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e" +dependencies = [ + "as-raw-xcb-connection", + "ctor-lite", + "libloading", + "pkg-config", + "tracing", +] + +[[package]] +name = "tinystr" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" +dependencies = [ + "displaydoc", + "zerovec", +] + +[[package]] +name = "tinyvec" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" +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" +version = "0.8.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime 0.6.11", + "toml_edit 0.22.27", +] + +[[package]] +name = "toml_datetime" +version = "0.6.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" +dependencies = [ + "serde", +] + +[[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.22.27" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" +dependencies = [ + "indexmap", + "serde", + "serde_spanned", + "toml_datetime 0.6.11", + "toml_write", + "winnow 0.7.15", +] + +[[package]] +name = "toml_edit" +version = "0.25.11+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b59c4d22ed448339746c59b905d24568fcbb3ab65a500494f7b8c3e97739f2b" +dependencies = [ + "indexmap", + "toml_datetime 1.1.1+spec-1.1.0", + "toml_parser", + "winnow 1.0.1", +] + +[[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 1.0.1", +] + +[[package]] +name = "toml_write" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" + +[[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", +] + +[[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 = "triomphe" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" +dependencies = [ + "arc-swap", + "serde", + "stable_deref_trait", +] + +[[package]] +name = "ttf-parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" +dependencies = [ + "core_maths", +] + +[[package]] +name = "two-face" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39e51b6e60e545cfdae5a4639ff423818f52372211a8d9a3e892b4b0761f76b2" +dependencies = [ + "serde", + "serde_derive", + "syntect", +] + +[[package]] +name = "typeid" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" + +[[package]] +name = "typify" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4c644dda9862f0fef3a570d8ddb3c2cfb1d5ac824a1f2ddfa7bc8f071a5ad8a" +dependencies = [ + "typify-impl", + "typify-macro", +] + +[[package]] +name = "typify-impl" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d59ab345b6c0d8ae9500b9ff334a4c7c0d316c1c628dc55726b95887eb8dbd11" +dependencies = [ + "heck", + "log", + "proc-macro2", + "quote", + "regress", + "schemars", + "semver", + "serde", + "serde_json", + "syn", + "thiserror 1.0.69", + "unicode-ident", +] + +[[package]] +name = "typify-macro" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "785e2cdcef0df8160fdd762ed548a637aaec1e83704fdbc14da0df66013ee8d0" +dependencies = [ + "proc-macro2", + "quote", + "schemars", + "semver", + "serde", + "serde_json", + "serde_tokenstream", + "syn", + "typify-impl", +] + +[[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 = "unicase" +version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" + +[[package]] +name = "unicode-bidi" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" + +[[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-script" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" + +[[package]] +name = "unicode-segmentation" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" + +[[package]] +name = "unicode-width" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" + +[[package]] +name = "unicode-xid" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" + +[[package]] +name = "unsafe-libyaml" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" + +[[package]] +name = "url" +version = "2.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" +dependencies = [ + "form_urlencoded", + "idna", + "percent-encoding", + "serde", + "serde_derive", +] + +[[package]] +name = "urlencoding" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" + +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + +[[package]] +name = "utf8parse" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" + +[[package]] +name = "uuid" +version = "1.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" +dependencies = [ + "js-sys", + "serde_core", + "wasm-bindgen", +] + +[[package]] +name = "value-bag" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" + +[[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.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasip3" +version = "0.4.0+wasi-0.3.0-rc-2026-01-06" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" +dependencies = [ + "wit-bindgen", +] + +[[package]] +name = "wasm-bindgen" +version = "0.2.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" +dependencies = [ + "cfg-if", + "once_cell", + "rustversion", + "wasm-bindgen-macro", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "wasm-bindgen-macro" +version = "0.2.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" +dependencies = [ + "quote", + "wasm-bindgen-macro-support", +] + +[[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" +dependencies = [ + "bumpalo", + "proc-macro2", + "quote", + "syn", + "wasm-bindgen-shared", +] + +[[package]] +name = "wasm-bindgen-shared" +version = "0.2.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" +dependencies = [ + "unicode-ident", +] + +[[package]] +name = "wasm-encoder" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" +dependencies = [ + "leb128fmt", + "wasmparser", +] + +[[package]] +name = "wasm-metadata" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" +dependencies = [ + "anyhow", + "indexmap", + "wasm-encoder", + "wasmparser", +] + +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags 2.11.0", + "hashbrown 0.15.5", + "indexmap", + "semver", +] + +[[package]] +name = "wasmtimer" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b" +dependencies = [ + "futures", + "js-sys", + "parking_lot", + "pin-utils", + "slab", + "wasm-bindgen", +] + +[[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.11.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.11.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.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "563a85523cade2429938e790815fd7319062103b9f4a2dc806e9b53b95982d8f" +dependencies = [ + "bitflags 2.11.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.11.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.11.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.11.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.11.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.2", + "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.95" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d" +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 = "27.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77" +dependencies = [ + "arrayvec", + "bitflags 2.11.0", + "cfg-if", + "cfg_aliases", + "document-features", + "hashbrown 0.16.1", + "js-sys", + "log", + "naga", + "parking_lot", + "portable-atomic", + "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 = "27.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7" +dependencies = [ + "arrayvec", + "bit-set", + "bit-vec", + "bitflags 2.11.0", + "bytemuck", + "cfg_aliases", + "document-features", + "hashbrown 0.16.1", + "indexmap", + "log", + "naga", + "once_cell", + "parking_lot", + "portable-atomic", + "profiling", + "raw-window-handle", + "rustc-hash 1.1.0", + "smallvec", + "thiserror 2.0.18", + "wgpu-core-deps-apple", + "wgpu-core-deps-emscripten", + "wgpu-core-deps-windows-linux-android", + "wgpu-hal", + "wgpu-types", +] + +[[package]] +name = "wgpu-core-deps-apple" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-emscripten" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-windows-linux-android" +version = "27.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-hal" +version = "27.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b21cb61c57ee198bc4aff71aeadff4cbb80b927beb912506af9c780d64313ce" +dependencies = [ + "android_system_properties", + "arrayvec", + "ash", + "bit-set", + "bitflags 2.11.0", + "block", + "bytemuck", + "cfg-if", + "cfg_aliases", + "core-graphics-types 0.2.0", + "glow", + "glutin_wgl_sys", + "gpu-alloc", + "gpu-allocator", + "gpu-descriptor", + "hashbrown 0.16.1", + "js-sys", + "khronos-egl", + "libc", + "libloading", + "log", + "metal", + "naga", + "ndk-sys", + "objc", + "once_cell", + "ordered-float", + "parking_lot", + "portable-atomic", + "portable-atomic-util", + "profiling", + "range-alloc", + "raw-window-handle", + "renderdoc-sys", + "smallvec", + "thiserror 2.0.18", + "wasm-bindgen", + "web-sys", + "wgpu-types", + "windows 0.58.0", + "windows-core 0.58.0", +] + +[[package]] +name = "wgpu-types" +version = "27.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb" +dependencies = [ + "bitflags 2.11.0", + "bytemuck", + "js-sys", + "log", + "thiserror 2.0.18", + "web-sys", +] + +[[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 = "window_clipboard" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5654226305eaf2dde8853fb482861d28e5dcecbbd40cb88e8393d94bb80d733" +dependencies = [ + "clipboard-win", + "clipboard_macos", + "clipboard_wayland", + "clipboard_x11", + "raw-window-handle", + "thiserror 2.0.18", +] + +[[package]] +name = "windows" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +dependencies = [ + "windows-core 0.58.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" +dependencies = [ + "windows-collections", + "windows-core 0.62.2", + "windows-future", + "windows-numerics", +] + +[[package]] +name = "windows-collections" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" +dependencies = [ + "windows-core 0.62.2", +] + +[[package]] +name = "windows-core" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +dependencies = [ + "windows-implement 0.58.0", + "windows-interface 0.58.0", + "windows-result 0.2.0", + "windows-strings 0.1.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" +dependencies = [ + "windows-implement 0.60.2", + "windows-interface 0.59.3", + "windows-link", + "windows-result 0.4.1", + "windows-strings 0.5.1", +] + +[[package]] +name = "windows-future" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" +dependencies = [ + "windows-core 0.62.2", + "windows-link", + "windows-threading", +] + +[[package]] +name = "windows-implement" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "windows-implement" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "windows-interface" +version = "0.58.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "windows-interface" +version = "0.59.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + +[[package]] +name = "windows-numerics" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" +dependencies = [ + "windows-core 0.62.2", + "windows-link", +] + +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result 0.2.0", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets 0.42.2", +] + +[[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" +dependencies = [ + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" +dependencies = [ + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", +] + +[[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" +dependencies = [ + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", +] + +[[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +dependencies = [ + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", +] + +[[package]] +name = "windows-threading" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" +dependencies = [ + "windows-link", +] + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + +[[package]] +name = "windows_aarch64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + +[[package]] +name = "windows_i686_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + +[[package]] +name = "windows_i686_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + +[[package]] +name = "windows_x86_64_gnu" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" + +[[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.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + +[[package]] +name = "windows_x86_64_msvc" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" + +[[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", + "android-activity", + "atomic-waker", + "bitflags 2.11.0", + "block2 0.5.1", + "bytemuck", + "calloop 0.13.0", + "cfg_aliases", + "concurrent-queue", + "core-foundation 0.9.4", + "core-graphics", + "cursor-icon", + "dpi", + "js-sys", + "libc", + "memmap2", + "ndk", + "objc2 0.5.2", + "objc2-app-kit 0.2.2", + "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 = "0.7.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" +dependencies = [ + "memchr", +] + +[[package]] +name = "winreg" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +dependencies = [ + "wit-bindgen-rust-macro", +] + +[[package]] +name = "wit-bindgen-core" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" +dependencies = [ + "anyhow", + "heck", + "wit-parser", +] + +[[package]] +name = "wit-bindgen-rust" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" +dependencies = [ + "anyhow", + "heck", + "indexmap", + "prettyplease", + "syn", + "wasm-metadata", + "wit-bindgen-core", + "wit-component", +] + +[[package]] +name = "wit-bindgen-rust-macro" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" +dependencies = [ + "anyhow", + "prettyplease", + "proc-macro2", "quote", - "schemars", + "syn", + "wit-bindgen-core", + "wit-bindgen-rust", +] + +[[package]] +name = "wit-component" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" +dependencies = [ + "anyhow", + "bitflags 2.11.0", + "indexmap", + "log", + "serde", + "serde_derive", + "serde_json", + "wasm-encoder", + "wasm-metadata", + "wasmparser", + "wit-parser", +] + +[[package]] +name = "wit-parser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" +dependencies = [ + "anyhow", + "id-arena", + "indexmap", + "log", "semver", "serde", + "serde_derive", "serde_json", - "serde_tokenstream", - "syn", - "typify-impl", + "unicode-xid", + "wasmparser", ] [[package]] -name = "unicode-ident" -version = "1.0.24" +name = "writeable" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" +checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" [[package]] -name = "utf8parse" -version = "0.2.2" +name = "x11-dl" +version = "2.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" +checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" +dependencies = [ + "libc", + "once_cell", + "pkg-config", +] [[package]] -name = "windows-link" +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", + "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 = "xkbcommon-dl" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" +dependencies = [ + "bitflags 2.11.0", + "dlib", + "log", + "once_cell", + "xkeysym", +] + +[[package]] +name = "xkeysym" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] -name = "windows-sys" -version = "0.61.2" +name = "xml-rs" +version = "0.8.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" + +[[package]] +name = "yaml-rust" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ - "windows-link", + "linked-hash-map", +] + +[[package]] +name = "yazi" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" + +[[package]] +name = "yoke" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" +dependencies = [ + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + +[[package]] +name = "zbus" +version = "5.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca82f95dbd3943a40a53cfded6c2d0a2ca26192011846a1810c4256ef92c60bc" +dependencies = [ + "async-broadcast", + "async-executor", + "async-io", + "async-lock", + "async-process", + "async-recursion", + "async-task", + "async-trait", + "blocking", + "enumflags2", + "event-listener 5.4.1", + "futures-core", + "futures-lite", + "hex", + "libc", + "ordered-stream", + "rustix 1.1.4", + "serde", + "serde_repr", + "tracing", + "uds_windows", + "uuid", + "windows-sys 0.61.2", + "winnow 0.7.15", + "zbus_macros", + "zbus_names", + "zvariant", +] + +[[package]] +name = "zbus_macros" +version = "5.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "897e79616e84aac4b2c46e9132a4f63b93105d54fe8c0e8f6bffc21fa8d49222" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", + "zbus_names", + "zvariant", + "zvariant_utils", +] + +[[package]] +name = "zbus_names" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" +dependencies = [ + "serde", + "winnow 0.7.15", + "zvariant", +] + +[[package]] +name = "zeno" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" + +[[package]] +name = "zerocopy" +version = "0.8.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" +dependencies = [ + "zerocopy-derive", +] + +[[package]] +name = "zerocopy-derive" +version = "0.8.48" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "zerofrom" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" +dependencies = [ + "proc-macro2", + "quote", + "syn", + "synstructure", +] + +[[package]] +name = "zerotrie" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" +dependencies = [ + "proc-macro2", + "quote", + "syn", ] [[package]] @@ -441,3 +5965,44 @@ name = "zmij" version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" + +[[package]] +name = "zvariant" +version = "5.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5708299b21903bbe348e94729f22c49c55d04720a004aa350f1f9c122fd2540b" +dependencies = [ + "endi", + "enumflags2", + "serde", + "url", + "winnow 0.7.15", + "zvariant_derive", + "zvariant_utils", +] + +[[package]] +name = "zvariant_derive" +version = "5.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b59b012ebe9c46656f9cc08d8da8b4c726510aef12559da3e5f1bf72780752c" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", + "zvariant_utils", +] + +[[package]] +name = "zvariant_utils" +version = "3.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" +dependencies = [ + "proc-macro2", + "quote", + "serde", + "syn", + "winnow 0.7.15", +] diff --git a/Cargo.toml b/Cargo.toml index 7bf69f2..5c411a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = ["crates/aegis-ip", "crates/aegis-pack", "crates/aegis-sim"] +members = ["crates/aegis-ip", "crates/aegis-pack", "crates/aegis-sim", "crates/athena"] resolver = "2" [workspace.package] @@ -11,3 +11,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" clap = { version = "4", features = ["derive"] } typify = "0.2" +iced = "0.14" +dark-light = "2.0" +rust-i18n = "3" diff --git a/crates/athena/.envrc b/crates/athena/.envrc new file mode 100644 index 0000000..ad7ce41 --- /dev/null +++ b/crates/athena/.envrc @@ -0,0 +1 @@ +use flake ../..#athena diff --git a/crates/athena/Cargo.toml b/crates/athena/Cargo.toml new file mode 100644 index 0000000..14c9797 --- /dev/null +++ b/crates/athena/Cargo.toml @@ -0,0 +1,32 @@ +[package] +name = "athena" +version.workspace = true +edition.workspace = true +description = "Graphical EDA IDE for Aegis FPGAs" + +[[bin]] +name = "athena" +path = "src/main.rs" + +[features] +default = [] +dart = [] +cosmic = ["dep:ron", "dep:palette"] + +[dependencies] +aegis-ip = { path = "../aegis-ip" } +aegis-pack = { path = "../aegis-pack" } +aegis-sim = { path = "../aegis-sim" } +clap = { workspace = true } +iced = { workspace = true } +iced-code-editor = "0.3" +iced_aw = { version = "0.13", features = ["menu"] } +dark-light = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } +dirs = "6" +rust-i18n = { workspace = true } +toml = "0.8" +rfd = "0.15" +ron = { version = "0.12", optional = true } +palette = { version = "0.7", features = ["serializing"], optional = true } diff --git a/crates/athena/locales/de.yml b/crates/athena/locales/de.yml new file mode 100644 index 0000000..8c2c637 --- /dev/null +++ b/crates/athena/locales/de.yml @@ -0,0 +1,78 @@ +app: + title: "Athena" +first_run: + welcome: "Willkommen bei Athena" + select_language: "Sprache auswahlen:" + continue: "Weiter" +menu: + file: "Datei" + edit: "Bearbeiten" + project: "Projekt" + tools: "Werkzeuge" + help: "Hilfe" + new_project: "Neues Projekt" + open_project: "Projekt offnen" + save: "Speichern" + close_project: "Projekt schliessen" + settings: "Einstellungen" + quit: "Beenden" + undo: "Ruckgangig" + redo: "Wiederholen" + cut: "Ausschneiden" + copy: "Kopieren" + paste: "Einfugen" + find: "Suchen" + new_file: "Neue Quelldatei..." + add_existing: "Vorhandene Datei hinzufugen..." + project_settings: "Projekteinstellungen" + synthesize: "Synthese" + place_route: "Platzierung & Verdrahtung" + simulate: "Simulation" + generate_bitstream: "Bitstream generieren" + about: "Uber Athena" + data_packs: "Datenpakete" +console: + title: "Konsole" + clear: "Leeren" + empty: "Keine Ausgabe" +about: + description: "Grafische EDA-IDE fur Aegis-FPGAs. Bietet Synthese, Platzierung und Verdrahtung, Simulation und Bitstream-Generierung." + license: "Lizenziert unter der Apache-Lizenz 2.0" + website: "https://github.com/Midstall/aegis" + close: "Schliessen" +settings: + title: "Einstellungen" + general: "Allgemein" + toolchain_data_packs: "Werkzeugkette / Datenpakete" + language: "Sprache" + data_pack_dir: "Datenpaketverzeichnis" + close: "Schliessen" +sidebar: + navigator: "Navigator" + project_loaded: "Projekt geladen" + no_project: "Kein Projekt geoffnet" + sources: "Quellen" + add_file: "+ Datei hinzufugen" +home: + welcome: "Willkommen bei Athena" + subtitle: "Erstellen oder offnen Sie ein Projekt, um zu beginnen" + recent_projects: "Letzte Projekte" +content: + get_started: "Offnen Sie ein Projekt, um zu beginnen" +status: + ready: "Bereit" + project: "Projekt: %{path}" +project: + new_title: "Neues Projekt" + name_label: "Projektname" + device_label: "Gerat" + top_module_label: "Top-Modul" + directory_label: "Verzeichnis" + no_directory: "Kein Verzeichnis ausgewahlt" + browse: "Durchsuchen..." + create: "Erstellen" + cancel: "Abbrechen" +data_packs: + title: "Datenpakete" + empty: "Keine Datenpakete installiert. Fugen Sie Geratebeschreibungs-JSON-Dateien zum Datenpaketverzeichnis hinzu." + back: "Zuruck" diff --git a/crates/athena/locales/en.yml b/crates/athena/locales/en.yml new file mode 100644 index 0000000..b80038b --- /dev/null +++ b/crates/athena/locales/en.yml @@ -0,0 +1,78 @@ +app: + title: "Athena" +first_run: + welcome: "Welcome to Athena" + select_language: "Select your language:" + continue: "Continue" +menu: + file: "File" + edit: "Edit" + project: "Project" + tools: "Tools" + help: "Help" + new_project: "New Project" + open_project: "Open Project" + save: "Save" + close_project: "Close Project" + settings: "Settings" + quit: "Quit" + undo: "Undo" + redo: "Redo" + cut: "Cut" + copy: "Copy" + paste: "Paste" + find: "Find" + new_file: "New Source File..." + add_existing: "Add Existing File..." + project_settings: "Project Settings" + synthesize: "Synthesize" + place_route: "Place & Route" + simulate: "Simulate" + generate_bitstream: "Generate Bitstream" + about: "About Athena" + data_packs: "Data Packs" +console: + title: "Console" + clear: "Clear" + empty: "No output" +about: + description: "Graphical EDA IDE for Aegis FPGAs. Provides synthesis, place-and-route, simulation, and bitstream generation." + license: "Licensed under the Apache License 2.0" + website: "https://github.com/Midstall/aegis" + close: "Close" +settings: + title: "Settings" + general: "General" + toolchain_data_packs: "Toolchain / Data Packs" + language: "Language" + data_pack_dir: "Data Pack Directory" + close: "Close" +sidebar: + navigator: "Navigator" + project_loaded: "Project loaded" + no_project: "No project open" + sources: "Sources" + add_file: "+ Add File" +home: + welcome: "Welcome to Athena" + subtitle: "Create or open a project to get started" + recent_projects: "Recent Projects" +content: + get_started: "Open a project to get started" +status: + ready: "Ready" + project: "Project: %{path}" +project: + new_title: "New Project" + name_label: "Project Name" + device_label: "Device" + top_module_label: "Top Module" + directory_label: "Directory" + no_directory: "No directory selected" + browse: "Browse..." + create: "Create" + cancel: "Cancel" +data_packs: + title: "Data Packs" + empty: "No data packs installed. Add device descriptor JSON files to the data packs directory." + back: "Back" diff --git a/crates/athena/locales/es.yml b/crates/athena/locales/es.yml new file mode 100644 index 0000000..ac17f0c --- /dev/null +++ b/crates/athena/locales/es.yml @@ -0,0 +1,78 @@ +app: + title: "Athena" +first_run: + welcome: "Bienvenido a Athena" + select_language: "Seleccione su idioma:" + continue: "Continuar" +menu: + file: "Archivo" + edit: "Editar" + project: "Proyecto" + tools: "Herramientas" + help: "Ayuda" + new_project: "Nuevo proyecto" + open_project: "Abrir proyecto" + save: "Guardar" + close_project: "Cerrar proyecto" + settings: "Configuracion" + quit: "Salir" + undo: "Deshacer" + redo: "Rehacer" + cut: "Cortar" + copy: "Copiar" + paste: "Pegar" + find: "Buscar" + new_file: "Nuevo archivo fuente..." + add_existing: "Agregar archivo existente..." + project_settings: "Configuracion del proyecto" + synthesize: "Sintetizar" + place_route: "Ubicar y enrutar" + simulate: "Simular" + generate_bitstream: "Generar bitstream" + about: "Acerca de Athena" + data_packs: "Paquetes de datos" +console: + title: "Consola" + clear: "Limpiar" + empty: "Sin salida" +about: + description: "IDE EDA grafico para FPGAs Aegis. Proporciona sintesis, ubicacion y enrutamiento, simulacion y generacion de bitstream." + license: "Licenciado bajo la licencia Apache 2.0" + website: "https://github.com/Midstall/aegis" + close: "Cerrar" +settings: + title: "Configuracion" + general: "General" + toolchain_data_packs: "Herramientas / Paquetes de datos" + language: "Idioma" + data_pack_dir: "Directorio de paquetes de datos" + close: "Cerrar" +sidebar: + navigator: "Navegador" + project_loaded: "Proyecto cargado" + no_project: "Sin proyecto abierto" + sources: "Fuentes" + add_file: "+ Agregar archivo" +home: + welcome: "Bienvenido a Athena" + subtitle: "Cree o abra un proyecto para comenzar" + recent_projects: "Proyectos recientes" +content: + get_started: "Abra un proyecto para comenzar" +status: + ready: "Listo" + project: "Proyecto: %{path}" +project: + new_title: "Nuevo proyecto" + name_label: "Nombre del proyecto" + device_label: "Dispositivo" + top_module_label: "Modulo principal" + directory_label: "Directorio" + no_directory: "Ningun directorio seleccionado" + browse: "Examinar..." + create: "Crear" + cancel: "Cancelar" +data_packs: + title: "Paquetes de datos" + empty: "No hay paquetes de datos instalados. Agregue archivos JSON de descriptores de dispositivos al directorio de paquetes de datos." + back: "Volver" diff --git a/crates/athena/locales/fr.yml b/crates/athena/locales/fr.yml new file mode 100644 index 0000000..4849bd2 --- /dev/null +++ b/crates/athena/locales/fr.yml @@ -0,0 +1,78 @@ +app: + title: "Athena" +first_run: + welcome: "Bienvenue dans Athena" + select_language: "Choisissez votre langue :" + continue: "Continuer" +menu: + file: "Fichier" + edit: "Edition" + project: "Projet" + tools: "Outils" + help: "Aide" + new_project: "Nouveau projet" + open_project: "Ouvrir un projet" + save: "Enregistrer" + close_project: "Fermer le projet" + settings: "Parametres" + quit: "Quitter" + undo: "Annuler" + redo: "Retablir" + cut: "Couper" + copy: "Copier" + paste: "Coller" + find: "Rechercher" + new_file: "Nouveau fichier source..." + add_existing: "Ajouter un fichier existant..." + project_settings: "Parametres du projet" + synthesize: "Synthetiser" + place_route: "Placement et routage" + simulate: "Simuler" + generate_bitstream: "Generer le bitstream" + about: "A propos d'Athena" + data_packs: "Paquets de donnees" +console: + title: "Console" + clear: "Effacer" + empty: "Aucune sortie" +about: + description: "IDE EDA graphique pour les FPGAs Aegis. Fournit la synthese, le placement et routage, la simulation et la generation de bitstream." + license: "Sous licence Apache 2.0" + website: "https://github.com/Midstall/aegis" + close: "Fermer" +settings: + title: "Parametres" + general: "General" + toolchain_data_packs: "Outils / Paquets de donnees" + language: "Langue" + data_pack_dir: "Repertoire des paquets de donnees" + close: "Fermer" +sidebar: + navigator: "Navigateur" + project_loaded: "Projet charge" + no_project: "Aucun projet ouvert" + sources: "Sources" + add_file: "+ Ajouter un fichier" +home: + welcome: "Bienvenue dans Athena" + subtitle: "Creez ou ouvrez un projet pour commencer" + recent_projects: "Projets recents" +content: + get_started: "Ouvrez un projet pour commencer" +status: + ready: "Pret" + project: "Projet : %{path}" +project: + new_title: "Nouveau projet" + name_label: "Nom du projet" + device_label: "Appareil" + top_module_label: "Module principal" + directory_label: "Repertoire" + no_directory: "Aucun repertoire selectionne" + browse: "Parcourir..." + create: "Creer" + cancel: "Annuler" +data_packs: + title: "Paquets de donnees" + empty: "Aucun paquet de donnees installe. Ajoutez des fichiers JSON de descripteurs de peripheriques au repertoire des paquets de donnees." + back: "Retour" diff --git a/crates/athena/locales/ja.yml b/crates/athena/locales/ja.yml new file mode 100644 index 0000000..0ecd142 --- /dev/null +++ b/crates/athena/locales/ja.yml @@ -0,0 +1,78 @@ +app: + title: "Athena" +first_run: + welcome: "Athena へようこそ" + select_language: "言語を選択してください:" + continue: "続行" +menu: + file: "ファイル" + edit: "編集" + project: "プロジェクト" + tools: "ツール" + help: "ヘルプ" + new_project: "新規プロジェクト" + open_project: "プロジェクトを開く" + save: "保存" + close_project: "プロジェクトを閉じる" + settings: "設定" + quit: "終了" + undo: "元に戻す" + redo: "やり直し" + cut: "切り取り" + copy: "コピー" + paste: "貼り付け" + find: "検索" + new_file: "新規ソースファイル..." + add_existing: "既存ファイルを追加..." + project_settings: "プロジェクト設定" + synthesize: "合成" + place_route: "配置配線" + simulate: "シミュレーション" + generate_bitstream: "ビットストリーム生成" + about: "Athena について" + data_packs: "データパック" +console: + title: "コンソール" + clear: "クリア" + empty: "出力なし" +about: + description: "Aegis FPGA用グラフィカルEDA IDE。合成、配置配線、シミュレーション、ビットストリーム生成を提供します。" + license: "Apache License 2.0 の下で公開" + website: "https://github.com/Midstall/aegis" + close: "閉じる" +settings: + title: "設定" + general: "一般" + toolchain_data_packs: "ツールチェーン / データパック" + language: "言語" + data_pack_dir: "データパックディレクトリ" + close: "閉じる" +sidebar: + navigator: "ナビゲーター" + project_loaded: "プロジェクト読み込み済み" + no_project: "プロジェクトが開かれていません" + sources: "ソース" + add_file: "+ ファイルを追加" +home: + welcome: "Athena へようこそ" + subtitle: "プロジェクトを作成または開いて開始してください" + recent_projects: "最近のプロジェクト" +content: + get_started: "プロジェクトを開いて開始してください" +status: + ready: "準備完了" + project: "プロジェクト: %{path}" +project: + new_title: "新規プロジェクト" + name_label: "プロジェクト名" + device_label: "デバイス" + top_module_label: "トップモジュール" + directory_label: "ディレクトリ" + no_directory: "ディレクトリが選択されていません" + browse: "参照..." + create: "作成" + cancel: "キャンセル" +data_packs: + title: "データパック" + empty: "データパックがインストールされていません。デバイス記述子 JSON ファイルをデータパックディレクトリに追加してください。" + back: "戻る" diff --git a/crates/athena/locales/zh-CN.yml b/crates/athena/locales/zh-CN.yml new file mode 100644 index 0000000..44f860a --- /dev/null +++ b/crates/athena/locales/zh-CN.yml @@ -0,0 +1,78 @@ +app: + title: "Athena" +first_run: + welcome: "欢迎使用 Athena" + select_language: "选择您的语言:" + continue: "继续" +menu: + file: "文件" + edit: "编辑" + project: "项目" + tools: "工具" + help: "帮助" + new_project: "新建项目" + open_project: "打开项目" + save: "保存" + close_project: "关闭项目" + settings: "设置" + quit: "退出" + undo: "撤销" + redo: "重做" + cut: "剪切" + copy: "复制" + paste: "粘贴" + find: "查找" + new_file: "新建源文件..." + add_existing: "添加现有文件..." + project_settings: "项目设置" + synthesize: "综合" + place_route: "布局布线" + simulate: "仿真" + generate_bitstream: "生成比特流" + about: "关于 Athena" + data_packs: "数据包" +console: + title: "控制台" + clear: "清除" + empty: "无输出" +about: + description: "Aegis FPGA 图形化 EDA IDE。提供综合、布局布线、仿真和比特流生成。" + license: "基于 Apache 2.0 许可证" + website: "https://github.com/Midstall/aegis" + close: "关闭" +settings: + title: "设置" + general: "常规" + toolchain_data_packs: "工具链 / 数据包" + language: "语言" + data_pack_dir: "数据包目录" + close: "关闭" +sidebar: + navigator: "导航器" + project_loaded: "项目已加载" + no_project: "未打开项目" + sources: "源文件" + add_file: "+ 添加文件" +home: + welcome: "欢迎使用 Athena" + subtitle: "创建或打开项目以开始" + recent_projects: "最近的项目" +content: + get_started: "打开项目以开始" +status: + ready: "就绪" + project: "项目: %{path}" +project: + new_title: "新建项目" + name_label: "项目名称" + device_label: "设备" + top_module_label: "顶层模块" + directory_label: "目录" + no_directory: "未选择目录" + browse: "浏览..." + create: "创建" + cancel: "取消" +data_packs: + title: "数据包" + empty: "未安装数据包。请将设备描述符 JSON 文件添加到数据包目录。" + back: "返回" diff --git a/crates/athena/src/app.rs b/crates/athena/src/app.rs new file mode 100644 index 0000000..e246d1e --- /dev/null +++ b/crates/athena/src/app.rs @@ -0,0 +1,582 @@ +use std::path::PathBuf; +use std::sync::Mutex; + +use iced::widget::{column, container, row, rule}; +use iced::{Element, Length, Size, Subscription, Task, Theme}; +use rust_i18n::t; + +use crate::config::AppConfig; +use crate::data_packs::DataPackManager; +use crate::editor::EditorTabs; +use crate::project::{ProjectManifest, ProjectState}; +use crate::ui::new_project::NewProjectForm; +use crate::ui::settings::SettingsSection; +use crate::{first_run, ui}; + +static STARTUP_ACTION: Mutex> = Mutex::new(None); + +enum StartupAction { + OpenProject(PathBuf), + NewProject { + path: PathBuf, + device: String, + top_module: String, + }, +} + +#[derive(Debug, Clone)] +pub enum Message { + // Project + NewProject, + NewProjectName(String), + NewProjectDevice(String), + NewProjectTopModule(String), + NewProjectBrowse, + CreateProject, + CancelNewProject, + OpenProject, + OpenProjectPath(std::path::PathBuf), + ProjectError(String), + SelectSource(usize), + OpenManifest, + NewSourceFile, + AddExistingFile, + CloseProject, + // Editor / Tabs + EditorEvent(iced_code_editor::Message), + SwitchTab(usize), + CloseTab(usize), + SaveFile, + // Tools + Synthesize, + PlaceRoute, + GenerateBitstream, + Simulate, + ToolchainDone(Vec), + ClearConsole, + ConsoleAction(iced::widget::text_editor::Action), + ConsoleResize(f32), + // Settings + OpenSettings, + CloseSettings, + SettingsSection(SettingsSection), + // App + ShowAbout, + CloseAbout, + Quit, + SetLanguage(String), + FinishFirstRun, + ShowDataPacks, + HideDataPacks, + Noop, +} + +enum View { + FirstRun, + Main, + DataPacks, + NewProject, + Settings, + About, +} + +pub struct Athena { + config: AppConfig, + project: Option, + data_packs: DataPackManager, + view: View, + system_theme: Theme, + new_project_form: NewProjectForm, + editor: EditorTabs, + settings_section: SettingsSection, + toolchain_log: Vec, + console_content: iced::widget::text_editor::Content, + console_height: f32, + error: Option, +} + +impl Athena { + fn set_console_log(&mut self, log: Vec) { + self.toolchain_log = log; + self.rebuild_console(); + } + + fn rebuild_console(&mut self) { + if self.toolchain_log.is_empty() { + self.console_content = iced::widget::text_editor::Content::new(); + } else { + let text: String = self + .toolchain_log + .iter() + .map(|r| { + let status = if r.success { "OK" } else { "FAIL" }; + format!("[{}] {}\n{}", status, r.stage, r.log) + }) + .collect::>() + .join("\n\n"); + self.console_content = iced::widget::text_editor::Content::with_text(&text); + } + } +} + +fn boot() -> (Athena, Task) { + let mut config = AppConfig::load(); + rust_i18n::set_locale(&config.language); + let data_packs = DataPackManager::scan(&config.data_pack_dir); + let system_theme = crate::theme::detect(); + + let view = if config.first_run_complete { + View::Main + } else { + View::FirstRun + }; + + // Handle startup action (CLI subcommand) or auto-open last project + let startup = STARTUP_ACTION.lock().unwrap().take(); + let project = match startup { + Some(StartupAction::OpenProject(path)) => ProjectState::open(&path, &data_packs).ok(), + Some(StartupAction::NewProject { + path, + device, + top_module, + }) => { + let name = path + .file_name() + .map(|n| n.to_string_lossy().to_string()) + .unwrap_or_else(|| "untitled".to_string()); + let manifest = ProjectManifest { + name, + device, + sources: Vec::new(), + constraints: None, + top_module: Some(top_module), + }; + ProjectState::create(&path, manifest, &data_packs).ok() + } + None => config + .last_project + .as_ref() + .and_then(|path| ProjectState::open(path, &data_packs).ok()), + }; + + if let Some(ref proj) = project { + config.add_recent_project(proj.project_dir.clone()); + let _ = config.save(); + } + + ( + Athena { + config, + project, + data_packs, + view, + system_theme, + new_project_form: NewProjectForm::default(), + editor: EditorTabs::new(), + settings_section: SettingsSection::default(), + toolchain_log: Vec::new(), + console_content: iced::widget::text_editor::Content::new(), + console_height: 200.0, + error: None, + }, + Task::none(), + ) +} + +fn update(state: &mut Athena, message: Message) -> Task { + state.error = None; + + match message { + // New project form + Message::NewProject => { + state.new_project_form = NewProjectForm::default(); + state.view = View::NewProject; + Task::none() + } + Message::NewProjectName(name) => { + state.new_project_form.name = name; + Task::none() + } + Message::NewProjectDevice(device) => { + state.new_project_form.device = Some(device); + Task::none() + } + Message::NewProjectTopModule(module) => { + state.new_project_form.top_module = module; + Task::none() + } + Message::NewProjectBrowse => { + if let Some(dir) = rfd::FileDialog::new().pick_folder() { + state.new_project_form.directory = Some(dir); + } + Task::none() + } + Message::CreateProject => { + let form = &state.new_project_form; + if let (Some(device), Some(dir)) = (&form.device, &form.directory) { + let manifest = ProjectManifest { + name: form.name.clone(), + device: device.clone(), + sources: Vec::new(), + constraints: None, + top_module: if form.top_module.is_empty() { + None + } else { + Some(form.top_module.clone()) + }, + }; + let project_dir = dir.join(&form.name); + match ProjectState::create(&project_dir, manifest, &state.data_packs) { + Ok(proj) => { + state.config.add_recent_project(proj.project_dir.clone()); + let _ = state.config.save(); + state.project = Some(proj); + state.view = View::Main; + } + Err(e) => { + state.error = Some(e); + } + } + } + Task::none() + } + Message::CancelNewProject => { + state.view = View::Main; + Task::none() + } + + // Open project + Message::OpenProject => { + if let Some(dir) = rfd::FileDialog::new().pick_folder() { + match ProjectState::open(&dir, &state.data_packs) { + Ok(proj) => { + state.config.add_recent_project(proj.project_dir.clone()); + let _ = state.config.save(); + state.project = Some(proj); + } + Err(e) => { + state.error = Some(e); + } + } + } + Task::none() + } + Message::OpenProjectPath(dir) => { + match ProjectState::open(&dir, &state.data_packs) { + Ok(proj) => { + state.config.add_recent_project(proj.project_dir.clone()); + let _ = state.config.save(); + state.project = Some(proj); + } + Err(e) => { + state.error = Some(e); + } + } + Task::none() + } + Message::ProjectError(e) => { + state.error = Some(e); + Task::none() + } + Message::SelectSource(idx) => { + if let Some(ref mut proj) = state.project { + proj.selected_source = Some(idx); + proj.manifest_open = false; + let source = &proj.manifest.sources[idx]; + let path = proj.project_dir.join(source); + if let Err(e) = state.editor.open(&path) { + state.error = Some(e); + } + } + Task::none() + } + Message::OpenManifest => { + if let Some(ref mut proj) = state.project { + proj.selected_source = None; + proj.manifest_open = true; + let path = proj.project_dir.join("athena.toml"); + if let Err(e) = state.editor.open(&path) { + state.error = Some(e); + } + } + Task::none() + } + Message::NewSourceFile => { + if let Some(ref mut proj) = state.project { + if let Some(path) = rfd::FileDialog::new() + .set_directory(&proj.project_dir) + .add_filter("Verilog", &["v", "vh"]) + .save_file() + { + // Create the empty file + let _ = std::fs::write(&path, ""); + + let relative = path + .strip_prefix(&proj.project_dir) + .map(|p| p.to_string_lossy().to_string()) + .unwrap_or_else(|_| path.to_string_lossy().to_string()); + + if !proj.manifest.sources.contains(&relative) { + proj.manifest.sources.push(relative.clone()); + let _ = proj.save(); + } + + // Open the new file in the editor + let idx = proj.manifest.sources.iter().position(|s| s == &relative); + proj.selected_source = idx; + proj.manifest_open = false; + if let Err(e) = state.editor.open(&path) { + state.error = Some(e); + } + } + } + Task::none() + } + Message::AddExistingFile => { + if let Some(ref mut proj) = state.project { + if let Some(path) = rfd::FileDialog::new() + .set_directory(&proj.project_dir) + .add_filter("Verilog", &["v", "vh"]) + .add_filter("All files", &["*"]) + .pick_file() + { + let relative = path + .strip_prefix(&proj.project_dir) + .map(|p| p.to_string_lossy().to_string()) + .unwrap_or_else(|_| path.to_string_lossy().to_string()); + + if !proj.manifest.sources.contains(&relative) { + proj.manifest.sources.push(relative); + let _ = proj.save(); + } + } + } + Task::none() + } + Message::EditorEvent(event) => { + let is_edit = matches!( + event, + iced_code_editor::Message::CharacterInput(_) + | iced_code_editor::Message::Backspace + | iced_code_editor::Message::Delete + | iced_code_editor::Message::DeleteSelection + | iced_code_editor::Message::Enter + | iced_code_editor::Message::Tab + | iced_code_editor::Message::Paste(_) + | iced_code_editor::Message::Undo + | iced_code_editor::Message::Redo + | iced_code_editor::Message::ReplaceNext + | iced_code_editor::Message::ReplaceAll + ); + if let Some(tab) = state.editor.active_tab_mut() { + let task = tab.editor.update(&event); + if is_edit { + tab.dirty = true; + } + return task.map(Message::EditorEvent); + } + Task::none() + } + Message::SwitchTab(idx) => { + state.editor.active = Some(idx); + Task::none() + } + Message::CloseTab(idx) => { + state.editor.close(idx); + Task::none() + } + Message::SaveFile => { + if let Err(e) = state.editor.save_active() { + state.error = Some(e); + } + Task::none() + } + Message::CloseProject => { + state.project = None; + state.config.last_project = None; + let _ = state.config.save(); + Task::none() + } + + // Tools + Message::Synthesize => { + if let Some(ref proj) = state.project { + let result = crate::toolchain::synthesize(proj); + state.set_console_log(vec![result]); + } + Task::none() + } + Message::PlaceRoute => { + if let Some(ref proj) = state.project { + let result = crate::toolchain::place_route(proj); + state.set_console_log(vec![result]); + } + Task::none() + } + Message::GenerateBitstream => { + if let Some(ref proj) = state.project { + let results = crate::toolchain::generate_bitstream(proj); + state.set_console_log(results); + } + Task::none() + } + Message::Simulate => { + if let Some(ref proj) = state.project { + let result = crate::toolchain::simulate(proj, 1000); + state.set_console_log(vec![result]); + } + Task::none() + } + Message::ToolchainDone(results) => { + state.set_console_log(results); + Task::none() + } + Message::ConsoleAction(action) => { + // Allow selection and navigation but ignore edits + if !action.is_edit() { + state.console_content.perform(action); + } + Task::none() + } + Message::ClearConsole => { + state.set_console_log(Vec::new()); + Task::none() + } + Message::ConsoleResize(delta) => { + state.console_height = (state.console_height - delta).clamp(80.0, 600.0); + Task::none() + } + + // App + Message::ShowAbout => { + state.view = View::About; + Task::none() + } + Message::CloseAbout => { + state.view = View::Main; + Task::none() + } + Message::Quit => { + std::process::exit(0); + } + Message::SetLanguage(code) => { + state.config.language = code.clone(); + rust_i18n::set_locale(&code); + Task::none() + } + Message::FinishFirstRun => { + state.config.first_run_complete = true; + let _ = state.config.save(); + state.view = View::Main; + Task::none() + } + Message::ShowDataPacks => { + state.settings_section = SettingsSection::DataPacks; + state.view = View::Settings; + Task::none() + } + Message::Noop => Task::none(), + Message::HideDataPacks => { + state.data_packs = DataPackManager::scan(&state.config.data_pack_dir); + state.view = View::Main; + Task::none() + } + Message::OpenSettings => { + state.settings_section = SettingsSection::General; + state.view = View::Settings; + Task::none() + } + Message::CloseSettings => { + state.data_packs = DataPackManager::scan(&state.config.data_pack_dir); + state.view = View::Main; + Task::none() + } + Message::SettingsSection(section) => { + state.settings_section = section; + Task::none() + } + } +} + +fn view(state: &Athena) -> Element<'_, Message> { + match state.view { + View::FirstRun => first_run::view(&state.config.language), + View::DataPacks => ui::data_pack_view::view(&state.data_packs), + View::NewProject => { + ui::new_project::view(&state.new_project_form, state.data_packs.device_names()) + } + View::Settings => { + ui::settings::view(state.settings_section, &state.config, &state.data_packs) + } + View::About => ui::about::view(), + View::Main => view_main(state), + } +} + +fn view_main(state: &Athena) -> Element<'_, Message> { + let menu_bar = ui::menu_bar::view(state.project.is_some()); + + let body: Element<'_, Message> = if state.project.is_some() { + let sidebar = ui::sidebar::view(&state.project); + let content = ui::content::view(&state.project, &state.editor); + let console = ui::console::view(&state.console_content, state.console_height); + let status_bar = ui::status_bar::view(&state.project); + + let main_area = row![sidebar, container(content).width(Length::Fill),]; + + column![ + main_area, + rule::horizontal(1), + console, + rule::horizontal(1), + status_bar, + ] + .into() + } else { + ui::home::view(&state.config.recent_projects) + }; + + column![menu_bar, rule::horizontal(1), body,].into() +} + +fn theme(state: &Athena) -> Theme { + state.system_theme.clone() +} + +fn title(_state: &Athena) -> String { + t!("app.title").to_string() +} + +const MIN_WINDOW_SIZE: Size = Size::new(800.0, 600.0); + +fn subscription(_state: &Athena) -> Subscription { + Subscription::none() +} + +pub fn run() -> iced::Result { + iced::application(boot, update, view) + .subscription(subscription) + .title(title) + .theme(theme) + .window_size(Size::new(1200.0, 800.0)) + .window(iced::window::Settings { + min_size: Some(MIN_WINDOW_SIZE), + ..Default::default() + }) + .centered() + .run() +} + +pub fn run_with_project(path: PathBuf) -> iced::Result { + *STARTUP_ACTION.lock().unwrap() = Some(StartupAction::OpenProject(path)); + run() +} + +pub fn run_new_project(path: PathBuf, device: String, top_module: String) -> iced::Result { + *STARTUP_ACTION.lock().unwrap() = Some(StartupAction::NewProject { + path, + device, + top_module, + }); + run() +} diff --git a/crates/athena/src/config.rs b/crates/athena/src/config.rs new file mode 100644 index 0000000..08fb1e4 --- /dev/null +++ b/crates/athena/src/config.rs @@ -0,0 +1,69 @@ +use serde::{Deserialize, Serialize}; +use std::path::{Path, PathBuf}; + +const MAX_RECENT_PROJECTS: usize = 10; + +#[derive(Debug, Clone, Serialize, Deserialize)] +pub struct AppConfig { + pub language: String, + pub data_pack_dir: PathBuf, + pub last_project: Option, + #[serde(default)] + pub recent_projects: Vec, + pub first_run_complete: bool, +} + +impl Default for AppConfig { + fn default() -> Self { + Self { + language: "en".to_string(), + data_pack_dir: Self::default_data_pack_dir(), + last_project: None, + recent_projects: Vec::new(), + first_run_complete: false, + } + } +} + +impl AppConfig { + pub fn config_path() -> PathBuf { + dirs::config_dir() + .unwrap_or_else(|| PathBuf::from(".")) + .join("athena") + .join("config.json") + } + + pub fn default_data_pack_dir() -> PathBuf { + dirs::data_dir() + .unwrap_or_else(|| PathBuf::from(".")) + .join("athena") + .join("data-packs") + } + + pub fn load() -> Self { + let path = Self::config_path(); + Self::load_from(&path).unwrap_or_default() + } + + pub fn load_from(path: &Path) -> Option { + let contents = std::fs::read_to_string(path).ok()?; + serde_json::from_str(&contents).ok() + } + + pub fn save(&self) -> Result<(), Box> { + let path = Self::config_path(); + if let Some(parent) = path.parent() { + std::fs::create_dir_all(parent)?; + } + let contents = serde_json::to_string_pretty(self)?; + std::fs::write(path, contents)?; + Ok(()) + } + + pub fn add_recent_project(&mut self, path: PathBuf) { + self.recent_projects.retain(|p| p != &path); + self.recent_projects.insert(0, path.clone()); + self.recent_projects.truncate(MAX_RECENT_PROJECTS); + self.last_project = Some(path); + } +} diff --git a/crates/athena/src/data_packs.rs b/crates/athena/src/data_packs.rs new file mode 100644 index 0000000..cd4ecf8 --- /dev/null +++ b/crates/athena/src/data_packs.rs @@ -0,0 +1,83 @@ +use aegis_ip::AegisFpgaDeviceDescriptor; +use std::collections::HashMap; +use std::path::{Path, PathBuf}; + +#[derive(Debug, Clone)] +pub struct DataPack { + pub name: String, + pub path: PathBuf, + pub descriptor: AegisFpgaDeviceDescriptor, +} + +#[derive(Debug, Default)] +pub struct DataPackManager { + pub packs: Vec, +} + +impl DataPackManager { + /// Scan both the user data pack directory and the bundled system directory. + /// User packs take precedence over bundled packs with the same name. + pub fn scan(user_dir: &Path) -> Self { + let mut packs_by_name: HashMap = HashMap::new(); + + // Bundled data packs (next to the binary: ../share/athena/data-packs/) + if let Some(bundled_dir) = bundled_data_pack_dir() { + for pack in scan_dir(&bundled_dir) { + packs_by_name.insert(pack.name.clone(), pack); + } + } + + // User data packs override bundled ones + for pack in scan_dir(user_dir) { + packs_by_name.insert(pack.name.clone(), pack); + } + + let mut packs: Vec = packs_by_name.into_values().collect(); + packs.sort_by(|a, b| a.name.cmp(&b.name)); + Self { packs } + } + + pub fn find_device(&self, name: &str) -> Option<&DataPack> { + self.packs.iter().find(|p| p.name == name) + } + + pub fn device_names(&self) -> Vec { + self.packs.iter().map(|p| p.name.clone()).collect() + } +} + +fn bundled_data_pack_dir() -> Option { + let exe = std::env::current_exe().ok()?; + // exe is at /bin/athena, data packs at /share/athena/data-packs/ + let prefix = exe.parent()?.parent()?; + let dir = prefix.join("share").join("athena").join("data-packs"); + dir.exists().then_some(dir) +} + +fn scan_dir(dir: &Path) -> Vec { + let mut packs = Vec::new(); + + if let Ok(entries) = std::fs::read_dir(dir) { + for entry in entries.flatten() { + let path = entry.path(); + if path.extension().is_some_and(|e| e == "json") { + if let Some(pack) = load_pack(&path) { + packs.push(pack); + } + } + } + } + + packs +} + +fn load_pack(path: &Path) -> Option { + let contents = std::fs::read_to_string(path).ok()?; + let descriptor: AegisFpgaDeviceDescriptor = serde_json::from_str(&contents).ok()?; + let name = descriptor.device.clone(); + Some(DataPack { + name, + path: path.to_path_buf(), + descriptor, + }) +} diff --git a/crates/athena/src/editor.rs b/crates/athena/src/editor.rs new file mode 100644 index 0000000..3415a36 --- /dev/null +++ b/crates/athena/src/editor.rs @@ -0,0 +1,103 @@ +use iced_code_editor::CodeEditor; +use std::path::{Path, PathBuf}; + +pub struct Tab { + pub editor: CodeEditor, + pub file_path: PathBuf, + pub dirty: bool, +} + +impl Tab { + fn open(path: &Path) -> Result { + let contents = + std::fs::read_to_string(path).map_err(|e| format!("Failed to read file: {e}"))?; + let extension = path.extension().and_then(|e| e.to_str()).unwrap_or("txt"); + + Ok(Self { + editor: CodeEditor::new(&contents, extension), + file_path: path.to_path_buf(), + dirty: false, + }) + } + + pub fn save(&mut self) -> Result<(), String> { + let text = self.editor.content(); + std::fs::write(&self.file_path, text).map_err(|e| format!("Failed to write file: {e}"))?; + self.dirty = false; + Ok(()) + } + + pub fn label(&self) -> String { + let name = self + .file_path + .file_name() + .map(|n| n.to_string_lossy().to_string()) + .unwrap_or_else(|| "untitled".to_string()); + if self.dirty { + format!("{name} *") + } else { + name + } + } +} + +pub struct EditorTabs { + pub tabs: Vec, + pub active: Option, +} + +impl EditorTabs { + pub fn new() -> Self { + Self { + tabs: Vec::new(), + active: None, + } + } + + pub fn open(&mut self, path: &Path) -> Result<(), String> { + // If already open, just switch to it + if let Some(idx) = self.tabs.iter().position(|t| t.file_path == path) { + self.active = Some(idx); + return Ok(()); + } + + let tab = Tab::open(path)?; + self.tabs.push(tab); + self.active = Some(self.tabs.len() - 1); + Ok(()) + } + + pub fn close(&mut self, idx: usize) { + if idx < self.tabs.len() { + self.tabs.remove(idx); + self.active = if self.tabs.is_empty() { + None + } else if let Some(active) = self.active { + if active >= self.tabs.len() { + Some(self.tabs.len() - 1) + } else if active > idx { + Some(active - 1) + } else { + Some(active) + } + } else { + None + }; + } + } + + pub fn active_tab(&self) -> Option<&Tab> { + self.active.and_then(|i| self.tabs.get(i)) + } + + pub fn active_tab_mut(&mut self) -> Option<&mut Tab> { + self.active.and_then(|i| self.tabs.get_mut(i)) + } + + pub fn save_active(&mut self) -> Result<(), String> { + match self.active_tab_mut() { + Some(tab) => tab.save(), + None => Ok(()), + } + } +} diff --git a/crates/athena/src/first_run.rs b/crates/athena/src/first_run.rs new file mode 100644 index 0000000..2ef523a --- /dev/null +++ b/crates/athena/src/first_run.rs @@ -0,0 +1,46 @@ +use iced::widget::{button, column, container, pick_list, text}; +use iced::{Center, Element, Fill}; +use rust_i18n::t; + +use crate::app::Message; + +const LANGUAGES: &[(&str, &str)] = &[ + ("en", "English"), + ("de", "Deutsch"), + ("es", "Espanol"), + ("fr", "Francais"), + ("ja", "Japanese"), + ("zh-CN", "Chinese (Simplified)"), +]; + +pub fn view<'a>(selected_language: &str) -> Element<'a, Message> { + let language_options: Vec = + LANGUAGES.iter().map(|(_, name)| name.to_string()).collect(); + + let selected = LANGUAGES + .iter() + .find(|(code, _)| *code == selected_language) + .map(|(_, name)| name.to_string()); + + let content = column![ + text(t!("first_run.welcome").to_string()).size(28), + text(t!("first_run.select_language").to_string()).size(16), + pick_list(language_options, selected, |name| { + let code = LANGUAGES + .iter() + .find(|(_, n)| *n == name) + .map(|(c, _)| c.to_string()) + .unwrap_or_else(|| "en".to_string()); + Message::SetLanguage(code) + }), + button(text(t!("first_run.continue").to_string())).on_press(Message::FinishFirstRun), + ] + .spacing(16) + .align_x(Center); + + container(content) + .width(Fill) + .height(Fill) + .center(Fill) + .into() +} diff --git a/crates/athena/src/lib.rs b/crates/athena/src/lib.rs new file mode 100644 index 0000000..20d991a --- /dev/null +++ b/crates/athena/src/lib.rs @@ -0,0 +1,48 @@ +#[macro_use] +extern crate rust_i18n; + +i18n!("locales", fallback = "en"); + +mod app; +mod config; +mod data_packs; +mod editor; +mod first_run; +mod project; +mod theme; +mod toolchain; +mod ui; + +pub use app::{run, run_new_project, run_with_project}; + +pub fn build(path: std::path::PathBuf) { + let config = config::AppConfig::load(); + let data_packs = data_packs::DataPackManager::scan(&config.data_pack_dir); + + match project::ProjectState::open(&path, &data_packs) { + Ok(proj) => { + eprintln!( + "Building project '{}' for device '{}'...", + proj.manifest.name, proj.manifest.device + ); + let results = toolchain::generate_bitstream(&proj); + for result in &results { + if result.success { + eprintln!("[{}] OK", result.stage); + } else { + eprintln!("[{}] FAILED", result.stage); + } + eprintln!("{}", result.log); + } + if results.iter().all(|r| r.success) { + eprintln!("Build complete."); + } else { + std::process::exit(1); + } + } + Err(e) => { + eprintln!("Error: {e}"); + std::process::exit(1); + } + } +} diff --git a/crates/athena/src/main.rs b/crates/athena/src/main.rs new file mode 100644 index 0000000..5f5279b --- /dev/null +++ b/crates/athena/src/main.rs @@ -0,0 +1,62 @@ +use clap::{Parser, Subcommand}; +use std::path::PathBuf; + +#[derive(Parser)] +#[command(name = "athena", about = "Graphical EDA IDE for Aegis FPGAs")] +struct Cli { + #[command(subcommand)] + command: Option, +} + +#[derive(Subcommand)] +enum Command { + /// Create a new Athena project + New { + /// Project directory path + path: PathBuf, + /// Target device name + #[arg(short, long)] + device: String, + /// Top module name + #[arg(short, long, default_value = "top")] + top_module: String, + }, + /// Open an existing project (path to directory or athena.toml) + Open { + /// Path to project directory or athena.toml file + path: PathBuf, + }, + /// Build the current project + Build { + /// Project directory path (defaults to current directory) + #[arg(default_value = ".")] + path: PathBuf, + }, +} + +fn main() -> iced::Result { + let cli = Cli::parse(); + + match cli.command { + Some(Command::Open { path }) => { + // If passed athena.toml directly, use its parent directory + let project_dir = + if path.is_file() && path.file_name().is_some_and(|f| f == "athena.toml") { + path.parent().unwrap_or(&path).to_path_buf() + } else { + path + }; + athena::run_with_project(project_dir) + } + Some(Command::New { + path, + device, + top_module, + }) => athena::run_new_project(path, device, top_module), + Some(Command::Build { path }) => { + athena::build(path); + Ok(()) + } + None => athena::run(), + } +} diff --git a/crates/athena/src/project.rs b/crates/athena/src/project.rs new file mode 100644 index 0000000..689fc4e --- /dev/null +++ b/crates/athena/src/project.rs @@ -0,0 +1,93 @@ +use aegis_ip::AegisFpgaDeviceDescriptor; +use serde::{Deserialize, Serialize}; +use std::path::{Path, PathBuf}; + +use crate::data_packs::DataPackManager; + +const MANIFEST_FILE: &str = "athena.toml"; + +#[derive(Debug, Clone, Serialize, Deserialize)] +pub struct ProjectManifest { + pub name: String, + pub device: String, + #[serde(default)] + pub sources: Vec, + #[serde(default)] + pub constraints: Option, + #[serde(default)] + pub top_module: Option, +} + +#[derive(Debug)] +pub struct ProjectState { + pub manifest: ProjectManifest, + pub project_dir: PathBuf, + pub descriptor: AegisFpgaDeviceDescriptor, + pub descriptor_path: Option, + pub selected_source: Option, + pub manifest_open: bool, +} + +impl ProjectState { + pub fn create( + dir: &Path, + manifest: ProjectManifest, + data_packs: &DataPackManager, + ) -> Result { + let pack = data_packs + .find_device(&manifest.device) + .ok_or_else(|| format!("Device '{}' not found in data packs", manifest.device))?; + let descriptor = pack.descriptor.clone(); + let descriptor_path = Some(pack.path.clone()); + + std::fs::create_dir_all(dir) + .map_err(|e| format!("Failed to create project directory: {e}"))?; + + let manifest_path = dir.join(MANIFEST_FILE); + let contents = toml::to_string_pretty(&manifest) + .map_err(|e| format!("Failed to serialize manifest: {e}"))?; + std::fs::write(&manifest_path, contents) + .map_err(|e| format!("Failed to write manifest: {e}"))?; + + Ok(Self { + manifest, + project_dir: dir.to_path_buf(), + descriptor, + descriptor_path, + selected_source: None, + manifest_open: false, + }) + } + + pub fn open(dir: &Path, data_packs: &DataPackManager) -> Result { + let manifest_path = dir.join(MANIFEST_FILE); + let contents = std::fs::read_to_string(&manifest_path) + .map_err(|e| format!("Failed to read {MANIFEST_FILE}: {e}"))?; + let manifest: ProjectManifest = toml::from_str(&contents) + .map_err(|e| format!("Failed to parse {MANIFEST_FILE}: {e}"))?; + + let pack = data_packs + .find_device(&manifest.device) + .ok_or_else(|| format!("Device '{}' not found in data packs", manifest.device))?; + let descriptor = pack.descriptor.clone(); + let descriptor_path = Some(pack.path.clone()); + + Ok(Self { + manifest, + project_dir: dir.to_path_buf(), + descriptor, + descriptor_path, + selected_source: None, + manifest_open: false, + }) + } + + pub fn save(&self) -> Result<(), String> { + let manifest_path = self.project_dir.join(MANIFEST_FILE); + let contents = toml::to_string_pretty(&self.manifest) + .map_err(|e| format!("Failed to serialize manifest: {e}"))?; + std::fs::write(&manifest_path, contents) + .map_err(|e| format!("Failed to write manifest: {e}"))?; + Ok(()) + } +} diff --git a/crates/athena/src/theme.rs b/crates/athena/src/theme.rs new file mode 100644 index 0000000..eaf0413 --- /dev/null +++ b/crates/athena/src/theme.rs @@ -0,0 +1,186 @@ +use iced::Theme; + +/// Detect the system theme and return an appropriate iced Theme. +/// +/// With the `cosmic` feature enabled, this checks if COSMIC is the active +/// desktop and reads its full theme config from disk. Otherwise, falls back +/// to basic dark/light detection via `dark-light`. +pub fn detect() -> Theme { + #[cfg(feature = "cosmic")] + if let Some(theme) = cosmic::detect() { + return theme; + } + + detect_fallback() +} + +fn detect_fallback() -> Theme { + match dark_light::detect() { + Ok(dark_light::Mode::Light) => Theme::Light, + _ => Theme::Dark, + } +} + +#[cfg(feature = "cosmic")] +mod cosmic { + use iced::Theme; + use serde::Deserialize; + use std::path::PathBuf; + + /// RGBA color as stored in COSMIC config Ron files. + #[derive(Debug, Clone, Deserialize)] + struct Rgba { + red: f32, + green: f32, + blue: f32, + alpha: f32, + } + + impl Rgba { + fn to_iced(&self) -> iced::Color { + iced::Color::from_rgba(self.red, self.green, self.blue, self.alpha) + } + } + + /// A COSMIC Component (interactive element with state colors). + #[derive(Debug, Clone, Deserialize)] + #[allow(dead_code)] + struct Component { + base: Rgba, + hover: Rgba, + pressed: Rgba, + on: Rgba, + selected: Rgba, + focus: Rgba, + disabled: Rgba, + on_disabled: Rgba, + divider: Rgba, + selected_text: Rgba, + border: Rgba, + disabled_border: Rgba, + } + + /// A COSMIC Container (background layer with component and text colors). + #[derive(Debug, Clone, Deserialize)] + #[allow(dead_code)] + struct Container { + base: Rgba, + on: Rgba, + component: Component, + divider: Rgba, + small_widget: Rgba, + } + + fn cosmic_config_dir() -> Option { + dirs::config_dir().map(|d| d.join("cosmic")) + } + + fn read_ron Deserialize<'de>>(path: &std::path::Path) -> Option { + let contents = std::fs::read_to_string(path).ok()?; + ron::from_str(&contents).ok() + } + + fn is_dark_mode() -> bool { + let Some(config_dir) = cosmic_config_dir() else { + return true; + }; + let mode_file = config_dir + .join("com.system76.CosmicTheme.Mode") + .join("v1") + .join("is_dark"); + match std::fs::read_to_string(&mode_file) { + Ok(s) => s.trim() == "true", + Err(_) => true, // default to dark + } + } + + pub fn detect() -> Option { + let desktop = std::env::var("XDG_CURRENT_DESKTOP").ok()?; + if !desktop.split(':').any(|d| d == "COSMIC") { + return None; + } + + let config_dir = cosmic_config_dir()?; + let is_dark = is_dark_mode(); + + let theme_dir = if is_dark { + config_dir.join("com.system76.CosmicTheme.Dark").join("v1") + } else { + config_dir.join("com.system76.CosmicTheme.Light").join("v1") + }; + + if !theme_dir.exists() { + return None; + } + + let accent: Component = read_ron(&theme_dir.join("accent"))?; + let background: Container = read_ron(&theme_dir.join("background"))?; + let success: Component = read_ron(&theme_dir.join("success"))?; + let warning: Component = read_ron(&theme_dir.join("warning"))?; + let destructive: Component = read_ron(&theme_dir.join("destructive"))?; + + let primary: Option = read_ron(&theme_dir.join("primary")); + let secondary: Option = read_ron(&theme_dir.join("secondary")); + + let palette = iced::theme::Palette { + background: background.base.to_iced(), + text: background.on.to_iced(), + primary: accent.base.to_iced(), + success: success.base.to_iced(), + warning: warning.base.to_iced(), + danger: destructive.base.to_iced(), + }; + + let theme = Theme::custom_with_fn("COSMIC".to_string(), palette, move |palette| { + use iced::theme::palette::{Background, Extended, Pair, Primary}; + + let mut extended = Extended::generate(palette); + + let bg = background.base.to_iced(); + let bg_text = background.on.to_iced(); + + if let Some(ref primary_c) = primary { + extended.background = Background { + base: Pair { + color: bg, + text: bg_text, + }, + weak: Pair { + color: primary_c.base.to_iced(), + text: primary_c.on.to_iced(), + }, + strong: if let Some(ref secondary_c) = secondary { + Pair { + color: secondary_c.base.to_iced(), + text: secondary_c.on.to_iced(), + } + } else { + extended.background.strong + }, + ..extended.background + }; + } + + extended.primary = Primary { + base: Pair { + color: accent.base.to_iced(), + text: accent.on.to_iced(), + }, + weak: Pair { + color: accent.hover.to_iced(), + text: accent.on.to_iced(), + }, + strong: Pair { + color: accent.pressed.to_iced(), + text: accent.on.to_iced(), + }, + }; + + extended.is_dark = is_dark; + + extended + }); + + Some(theme) + } +} diff --git a/crates/athena/src/toolchain.rs b/crates/athena/src/toolchain.rs new file mode 100644 index 0000000..e8fe9ba --- /dev/null +++ b/crates/athena/src/toolchain.rs @@ -0,0 +1,334 @@ +use std::path::PathBuf; +use std::process::Command; + +use crate::project::ProjectState; + +#[derive(Debug, Clone)] +pub struct ToolchainResult { + pub success: bool, + pub stage: String, + pub log: String, +} + +/// Find a device support file (TCL, Verilog, rules) in the data pack directory. +fn find_device_file(proj: &ProjectState, suffix: &str) -> Option { + let pack_dir = proj.descriptor_path.as_ref()?.parent()?; + let path = pack_dir.join(format!("{}{suffix}", proj.manifest.device)); + path.exists().then_some(path) +} + +pub fn synthesize(proj: &ProjectState) -> ToolchainResult { + let build_dir = proj.project_dir.join("build"); + let _ = std::fs::create_dir_all(&build_dir); + + if proj.manifest.sources.is_empty() { + return ToolchainResult { + success: false, + stage: "Synthesis".to_string(), + log: "No source files in project.".to_string(), + }; + } + + let top_module = proj + .manifest + .top_module + .clone() + .unwrap_or_else(|| "top".to_string()); + + let device_name = &proj.manifest.device; + let synth_tcl = build_dir.join("synth.tcl"); + + // Quote a path for TCL (brace-quoting handles Unicode and spaces) + let tcl_path = |p: &std::path::Path| format!("{{{}}}", p.display()); + + // Source files are project_dir/foo.v, build_dir is project_dir/build/, + // so relative paths are ../foo.v + let sources_rel: Vec = proj + .manifest + .sources + .iter() + .map(|s| format!("../{s}")) + .collect(); + + let synth_script = if let Some(device_script) = find_device_file(proj, "-synth-aegis.tcl") { + // Use the device-provided synth script, setting the required TCL variables + // Device files are in the Nix store (ASCII paths), so tcl_path is fine for those + let verilog_files: String = sources_rel.iter().map(|s| format!(" {{{s}}}")).collect(); + let cells_v = find_device_file(proj, "_cells.v") + .map(|p| tcl_path(&p)) + .unwrap_or_default(); + let techmap_v = find_device_file(proj, "_techmap.v") + .map(|p| tcl_path(&p)) + .unwrap_or_default(); + let bram_rules = find_device_file(proj, "_bram.rules") + .map(|p| tcl_path(&p)) + .unwrap_or_default(); + + format!( + "set VERILOG_FILES [list{verilog_files}]\n\ + set TOP_MODULE {top_module}\n\ + set CELLS_V {cells_v}\n\ + set TECHMAP_V {techmap_v}\n\ + set BRAM_RULES {bram_rules}\n\ + set DEVICE_NAME {device_name}\n\ + source {}\n", + tcl_path(&device_script) + ) + } else { + // Fallback: basic synthesis without device-specific script + let read_cmds: String = sources_rel + .iter() + .map(|s| format!("read_verilog {{{s}}}\n")) + .collect(); + + format!( + "{read_cmds}\ + synth -top {top_module} -flatten\n\ + abc -lut 4\n\ + opt_clean -purge\n\ + write_json synth.json\n" + ) + }; + + if let Err(e) = std::fs::write(&synth_tcl, &synth_script) { + return ToolchainResult { + success: false, + stage: "Synthesis".to_string(), + log: format!( + "Failed to write synth script at {}: {e}", + synth_tcl.display() + ), + }; + } + + let output = Command::new("yosys") + .arg("-c") + .arg("synth.tcl") + .current_dir(&build_dir) + .output(); + + match output { + Ok(out) => { + let log = format!( + "{}\n{}", + String::from_utf8_lossy(&out.stdout), + String::from_utf8_lossy(&out.stderr) + ); + + // The device script writes to {device_name}_pnr.json, copy to synth.json + let device_output = build_dir.join(format!("{device_name}_pnr.json")); + let synth_json = build_dir.join("synth.json"); + if device_output.exists() { + let _ = std::fs::copy(&device_output, &synth_json); + } + + ToolchainResult { + success: out.status.success(), + stage: "Synthesis".to_string(), + log, + } + } + Err(e) => ToolchainResult { + success: false, + stage: "Synthesis".to_string(), + log: format!("Failed to run yosys: {e}"), + }, + } +} + +pub fn place_route(proj: &ProjectState) -> ToolchainResult { + let build_dir = proj.project_dir.join("build"); + let synth_json = build_dir.join("synth.json"); + let routed_json = build_dir.join("routed.json"); + + if !synth_json.exists() { + return ToolchainResult { + success: false, + stage: "Place & Route".to_string(), + log: "No synthesis output found. Run Synthesize first.".to_string(), + }; + } + + let device_arg = format!( + "{}x{}t{}", + proj.descriptor.fabric.width, proj.descriptor.fabric.height, proj.descriptor.fabric.tracks + ); + + let mut cmd = Command::new("nextpnr-generic"); + cmd.arg("--uarch") + .arg("aegis") + .arg("-o") + .arg(format!("device={device_arg}")) + .arg("--json") + .arg(&synth_json) + .arg("--write") + .arg(&routed_json); + + // Add constraints if present + if let Some(ref constraints) = proj.manifest.constraints { + let pcf = proj.project_dir.join(constraints); + if pcf.exists() { + cmd.arg("-o").arg(format!("pcf={}", pcf.display())); + } + } + + let output = cmd.current_dir(&proj.project_dir).output(); + + match output { + Ok(out) => { + let log = format!( + "{}\n{}", + String::from_utf8_lossy(&out.stdout), + String::from_utf8_lossy(&out.stderr) + ); + ToolchainResult { + success: out.status.success(), + stage: "Place & Route".to_string(), + log, + } + } + Err(e) => ToolchainResult { + success: false, + stage: "Place & Route".to_string(), + log: format!("Failed to run nextpnr: {e}"), + }, + } +} + +pub fn pack(proj: &ProjectState) -> ToolchainResult { + let build_dir = proj.project_dir.join("build"); + let routed_json = build_dir.join("routed.json"); + let bitstream_path = build_dir.join("bitstream.bin"); + + if !routed_json.exists() { + return ToolchainResult { + success: false, + stage: "Pack".to_string(), + log: "No PnR output found. Run Place & Route first.".to_string(), + }; + } + + let pnr_json = match std::fs::read_to_string(&routed_json) { + Ok(s) => s, + Err(e) => { + return ToolchainResult { + success: false, + stage: "Pack".to_string(), + log: format!("Failed to read routed.json: {e}"), + }; + } + }; + + let pnr: aegis_pack::PnrOutput = match serde_json::from_str(&pnr_json) { + Ok(p) => p, + Err(e) => { + return ToolchainResult { + success: false, + stage: "Pack".to_string(), + log: format!("Failed to parse routed.json: {e}"), + }; + } + }; + + let bitstream = aegis_pack::pack(&proj.descriptor, &pnr); + + match std::fs::write(&bitstream_path, &bitstream) { + Ok(_) => ToolchainResult { + success: true, + stage: "Pack".to_string(), + log: format!( + "Bitstream generated: {} ({} bytes)", + bitstream_path.display(), + bitstream.len() + ), + }, + Err(e) => ToolchainResult { + success: false, + stage: "Pack".to_string(), + log: format!("Failed to write bitstream: {e}"), + }, + } +} + +pub fn simulate(proj: &ProjectState, cycles: u64) -> ToolchainResult { + let build_dir = proj.project_dir.join("build"); + let bitstream_path = build_dir.join("bitstream.bin"); + + if !bitstream_path.exists() { + return ToolchainResult { + success: false, + stage: "Simulate".to_string(), + log: "No bitstream found. Run Generate Bitstream first.".to_string(), + }; + } + + let bitstream = match std::fs::read(&bitstream_path) { + Ok(b) => b, + Err(e) => { + return ToolchainResult { + success: false, + stage: "Simulate".to_string(), + log: format!("Failed to read bitstream: {e}"), + }; + } + }; + + let mut sim = aegis_sim::Simulator::new(&proj.descriptor, &bitstream); + sim.run(cycles); + + let vcd_path = build_dir.join("simulation.vcd"); + let mut vcd = aegis_sim::VcdWriter::new("1ns"); + // Add basic IO signals + let total_pads = proj.descriptor.io.total_pads; + let mut pad_ids = Vec::new(); + for i in 0..total_pads { + let id = vcd.add_signal(&format!("io_{i}")); + pad_ids.push(id); + } + vcd.finish_header(); + + // Re-simulate with VCD capture + let mut sim = aegis_sim::Simulator::new(&proj.descriptor, &bitstream); + for cycle in 0..cycles { + sim.step(); + vcd.timestamp(cycle); + for (i, &id) in pad_ids.iter().enumerate() { + vcd.set_value(id, sim.get_io(i)); + } + } + + let vcd_data = vcd.finish(); + let _ = std::fs::write(&vcd_path, &vcd_data); + + ToolchainResult { + success: true, + stage: "Simulate".to_string(), + log: format!( + "Simulation complete: {cycles} cycles\nVCD output: {}", + vcd_path.display() + ), + } +} + +pub fn generate_bitstream(proj: &ProjectState) -> Vec { + let mut results = Vec::new(); + + let synth = synthesize(proj); + let ok = synth.success; + results.push(synth); + if !ok { + return results; + } + + let pnr = place_route(proj); + let ok = pnr.success; + results.push(pnr); + if !ok { + return results; + } + + let pack = pack(proj); + results.push(pack); + + results +} diff --git a/crates/athena/src/ui/about.rs b/crates/athena/src/ui/about.rs new file mode 100644 index 0000000..2290b03 --- /dev/null +++ b/crates/athena/src/ui/about.rs @@ -0,0 +1,29 @@ +use iced::widget::{button, column, container, rule, text}; +use iced::{Center, Element, Fill}; +use rust_i18n::t; + +use crate::app::Message; + +pub fn view<'a>() -> Element<'a, Message> { + let content = column![ + text("Athena").size(32), + text(format!("v{}", env!("CARGO_PKG_VERSION"))).size(14), + rule::horizontal(1), + text(t!("about.description").to_string()).size(14), + text(t!("about.license").to_string()).size(12), + text(t!("about.website").to_string()).size(12), + rule::horizontal(1), + button(text(t!("about.close").to_string()).size(13)) + .on_press(Message::CloseAbout) + .padding([6, 16]), + ] + .spacing(12) + .align_x(Center) + .max_width(400); + + container(content) + .width(Fill) + .height(Fill) + .center(Fill) + .into() +} diff --git a/crates/athena/src/ui/console.rs b/crates/athena/src/ui/console.rs new file mode 100644 index 0000000..83e5ced --- /dev/null +++ b/crates/athena/src/ui/console.rs @@ -0,0 +1,46 @@ +use iced::widget::{button, column, container, mouse_area, row, rule, text, text_editor}; +use iced::{Element, Length}; +use rust_i18n::t; + +use crate::app::Message; + +pub fn view<'a>(content: &'a text_editor::Content, height: f32) -> Element<'a, Message> { + let header = row![ + text(t!("console.title").to_string()).size(12), + iced::widget::space().width(Length::Fill), + button(text(t!("console.clear").to_string()).size(11)) + .on_press(Message::ClearConsole) + .padding([2, 8]), + ] + .align_y(iced::Center); + + let editor = text_editor(content) + .on_action(Message::ConsoleAction) + .size(11) + .height(Length::Fill); + + let resize_handle = mouse_area( + container(rule::horizontal(2)) + .width(Length::Fill) + .padding([2, 0]), + ) + .on_scroll(|delta| { + let y = match delta { + iced::mouse::ScrollDelta::Lines { y, .. } => y * 20.0, + iced::mouse::ScrollDelta::Pixels { y, .. } => y, + }; + Message::ConsoleResize(y) + }); + + column![ + resize_handle, + container( + column![header, rule::horizontal(1), editor] + .spacing(4) + .padding(8), + ) + .width(Length::Fill) + .height(Length::Fixed(height)), + ] + .into() +} diff --git a/crates/athena/src/ui/content.rs b/crates/athena/src/ui/content.rs new file mode 100644 index 0000000..d20da20 --- /dev/null +++ b/crates/athena/src/ui/content.rs @@ -0,0 +1,66 @@ +use iced::widget::{button, center, column, container, row, rule, scrollable, text}; +use iced::{Element, Length}; +use rust_i18n::t; + +use crate::app::Message; +use crate::editor::EditorTabs; +use crate::project::ProjectState; + +fn tab_bar<'a>(editor: &EditorTabs) -> Element<'a, Message> { + let tabs: Vec> = editor + .tabs + .iter() + .enumerate() + .map(|(i, tab)| { + let is_active = editor.active == Some(i); + let label = tab.label(); + + let tab_btn = button(text(label).size(12)).padding([4, 8]); + let tab_btn = if is_active { + tab_btn + } else { + tab_btn.on_press(Message::SwitchTab(i)) + }; + + let close_btn = button(text("x").size(10)) + .on_press(Message::CloseTab(i)) + .padding([2, 6]); + + row![tab_btn, close_btn].spacing(2).into() + }) + .collect(); + + container( + scrollable(row(tabs).spacing(4)).direction(scrollable::Direction::Horizontal( + scrollable::Scrollbar::default(), + )), + ) + .padding([4, 4]) + .width(Length::Fill) + .into() +} + +pub fn view<'a>(project: &Option, editor: &'a EditorTabs) -> Element<'a, Message> { + match project { + Some(proj) if !editor.tabs.is_empty() => { + let tabs = tab_bar(editor); + + let content: Element<'a, Message> = match editor.active_tab() { + Some(tab) => tab.editor.view().map(Message::EditorEvent), + None => center(text("")).into(), + }; + + column![tabs, rule::horizontal(1), content].into() + } + Some(proj) => { + let name = proj.manifest.name.clone(); + let device = format!("{}: {}", t!("project.device_label"), &proj.manifest.device); + let source_count = format!("{} source file(s)", proj.manifest.sources.len()); + column![text(name).size(20), text(device), text(source_count),] + .spacing(8) + .padding(16) + .into() + } + None => center(text(t!("content.get_started").to_string())).into(), + } +} diff --git a/crates/athena/src/ui/data_pack_view.rs b/crates/athena/src/ui/data_pack_view.rs new file mode 100644 index 0000000..5ed1c0a --- /dev/null +++ b/crates/athena/src/ui/data_pack_view.rs @@ -0,0 +1,42 @@ +use iced::widget::{button, column, container, row, scrollable, text}; +use iced::{Element, Length}; +use rust_i18n::t; + +use crate::app::Message; +use crate::data_packs::DataPackManager; + +pub fn view<'a>(manager: &'a DataPackManager) -> Element<'a, Message> { + let header = text(t!("data_packs.title").to_string()).size(20); + + let pack_list: Element<'a, Message> = if manager.packs.is_empty() { + text(t!("data_packs.empty").to_string()).into() + } else { + let items: Vec> = manager + .packs + .iter() + .map(|pack| { + row![ + text(&pack.name).width(Length::Fill), + text(pack.path.display().to_string()).size(11), + ] + .spacing(8) + .padding(4) + .into() + }) + .collect(); + + scrollable(column(items).spacing(4)).into() + }; + + let back_button = + button(text(t!("data_packs.back").to_string())).on_press(Message::HideDataPacks); + + container( + column![header, pack_list, back_button] + .spacing(12) + .padding(16), + ) + .width(Length::Fill) + .height(Length::Fill) + .into() +} diff --git a/crates/athena/src/ui/home.rs b/crates/athena/src/ui/home.rs new file mode 100644 index 0000000..5a2b442 --- /dev/null +++ b/crates/athena/src/ui/home.rs @@ -0,0 +1,55 @@ +use iced::widget::{button, column, container, row, rule, scrollable, text}; +use iced::{Center, Element, Fill, Length}; +use rust_i18n::t; + +use crate::app::Message; +use std::path::PathBuf; + +pub fn view<'a>(recent_projects: &[PathBuf]) -> Element<'a, Message> { + let mut content = column![ + text(t!("home.welcome").to_string()).size(28), + text(t!("home.subtitle").to_string()).size(14), + row![ + button(text(t!("menu.new_project").to_string()).size(14)) + .on_press(Message::NewProject) + .padding([8, 16]), + button(text(t!("menu.open_project").to_string()).size(14)) + .on_press(Message::OpenProject) + .padding([8, 16]), + ] + .spacing(8), + ] + .spacing(12) + .align_x(Center); + + if !recent_projects.is_empty() { + content = content.push(rule::horizontal(1)); + content = content.push(text(t!("home.recent_projects").to_string()).size(18)); + + let items: Vec> = recent_projects + .iter() + .map(|path| { + let dir_name = path + .file_name() + .map(|n| n.to_string_lossy().to_string()) + .unwrap_or_else(|| path.display().to_string()); + let full_path = path.display().to_string(); + + button(column![text(dir_name).size(14), text(full_path).size(11),].spacing(2)) + .on_press(Message::OpenProjectPath(path.clone())) + .width(Length::Fill) + .padding([8, 12]) + .into() + }) + .collect(); + + content = content.push(scrollable(column(items).spacing(4)).height(Length::Fill)); + } + + container(content.max_width(600)) + .width(Fill) + .height(Fill) + .center(Fill) + .padding(32) + .into() +} diff --git a/crates/athena/src/ui/menu_bar.rs b/crates/athena/src/ui/menu_bar.rs new file mode 100644 index 0000000..9d7850a --- /dev/null +++ b/crates/athena/src/ui/menu_bar.rs @@ -0,0 +1,115 @@ +use iced::widget::{button, text}; +use iced::{Element, Length}; +use rust_i18n::t; + +use iced_aw::menu::{Item, Menu}; +use iced_aw::{menu_bar, menu_items}; + +use crate::app::Message; + +fn menu_button<'a>(label: String) -> Element<'a, Message> { + button(text(label).size(13)) + .padding([4, 12]) + .width(Length::Fill) + .into() +} + +fn menu_action<'a>(label: String, message: Message) -> Element<'a, Message> { + button(text(label).size(13)) + .on_press(message) + .padding([4, 12]) + .width(Length::Fill) + .into() +} + +fn top_button<'a>(label: String) -> Element<'a, Message> { + button(text(label).size(13)).padding([4, 10]).into() +} + +pub fn view<'a>(has_project: bool) -> Element<'a, Message> { + let menu_tpl = |items| Menu::new(items).width(220.0).offset(4.0); + + // File + let file_menu = if has_project { + menu_tpl(menu_items!( + (menu_action(t!("menu.new_project").to_string(), Message::NewProject)), + (menu_action(t!("menu.open_project").to_string(), Message::OpenProject)), + (menu_action(t!("menu.save").to_string(), Message::SaveFile)), + (menu_action(t!("menu.close_project").to_string(), Message::CloseProject)), + (menu_action(t!("menu.settings").to_string(), Message::OpenSettings)), + (menu_action(t!("menu.quit").to_string(), Message::Quit)), + )) + } else { + menu_tpl(menu_items!( + (menu_action(t!("menu.new_project").to_string(), Message::NewProject)), + (menu_action(t!("menu.open_project").to_string(), Message::OpenProject)), + (menu_action(t!("menu.settings").to_string(), Message::OpenSettings)), + (menu_action(t!("menu.quit").to_string(), Message::Quit)), + )) + }; + + // Edit + let edit_menu = menu_tpl(menu_items!( + (menu_button(t!("menu.undo").to_string())), + (menu_button(t!("menu.redo").to_string())), + (menu_button(t!("menu.cut").to_string())), + (menu_button(t!("menu.copy").to_string())), + (menu_button(t!("menu.paste").to_string())), + (menu_button(t!("menu.find").to_string())), + )); + + // Project + let project_menu = if has_project { + menu_tpl(menu_items!( + (menu_action(t!("menu.new_file").to_string(), Message::NewSourceFile)), + (menu_action( + t!("menu.add_existing").to_string(), + Message::AddExistingFile + )), + (menu_action( + t!("menu.project_settings").to_string(), + Message::OpenManifest + )), + )) + } else { + menu_tpl(menu_items!( + (menu_button(t!("menu.new_file").to_string())), + (menu_button(t!("menu.add_existing").to_string())), + (menu_button(t!("menu.project_settings").to_string())), + )) + }; + + // Tools + let tools_menu = if has_project { + menu_tpl(menu_items!( + (menu_action(t!("menu.synthesize").to_string(), Message::Synthesize)), + (menu_action(t!("menu.place_route").to_string(), Message::PlaceRoute)), + (menu_action( + t!("menu.generate_bitstream").to_string(), + Message::GenerateBitstream + )), + (menu_action(t!("menu.simulate").to_string(), Message::Simulate)), + )) + } else { + menu_tpl(menu_items!( + (menu_button(t!("menu.synthesize").to_string())), + (menu_button(t!("menu.place_route").to_string())), + (menu_button(t!("menu.generate_bitstream").to_string())), + (menu_button(t!("menu.simulate").to_string())), + )) + }; + + // Help + let help_menu = menu_tpl(menu_items!( + (menu_action(t!("menu.about").to_string(), Message::ShowAbout)), + )); + + menu_bar!( + (top_button(t!("menu.file").to_string()), file_menu), + (top_button(t!("menu.edit").to_string()), edit_menu), + (top_button(t!("menu.project").to_string()), project_menu), + (top_button(t!("menu.tools").to_string()), tools_menu), + (top_button(t!("menu.help").to_string()), help_menu), + ) + .into() +} diff --git a/crates/athena/src/ui/mod.rs b/crates/athena/src/ui/mod.rs new file mode 100644 index 0000000..9c8c155 --- /dev/null +++ b/crates/athena/src/ui/mod.rs @@ -0,0 +1,10 @@ +pub mod about; +pub mod console; +pub mod content; +pub mod data_pack_view; +pub mod home; +pub mod menu_bar; +pub mod new_project; +pub mod settings; +pub mod sidebar; +pub mod status_bar; diff --git a/crates/athena/src/ui/new_project.rs b/crates/athena/src/ui/new_project.rs new file mode 100644 index 0000000..7603c91 --- /dev/null +++ b/crates/athena/src/ui/new_project.rs @@ -0,0 +1,72 @@ +use iced::widget::{button, column, container, pick_list, row, text, text_input}; +use iced::{Center, Element, Fill}; +use rust_i18n::t; + +use crate::app::Message; + +pub struct NewProjectForm { + pub name: String, + pub device: Option, + pub top_module: String, + pub directory: Option, +} + +impl Default for NewProjectForm { + fn default() -> Self { + Self { + name: String::new(), + device: None, + top_module: "top".to_string(), + directory: None, + } + } +} + +impl NewProjectForm { + pub fn is_valid(&self) -> bool { + !self.name.is_empty() && self.device.is_some() && self.directory.is_some() + } +} + +pub fn view<'a>(form: &NewProjectForm, device_names: Vec) -> Element<'a, Message> { + let dir_label = match &form.directory { + Some(p) => p.display().to_string(), + None => t!("project.no_directory").to_string(), + }; + + let create_button = if form.is_valid() { + button(text(t!("project.create").to_string())).on_press(Message::CreateProject) + } else { + button(text(t!("project.create").to_string())) + }; + + let content = column![ + text(t!("project.new_title").to_string()).size(24), + text(t!("project.name_label").to_string()).size(14), + text_input("", &form.name).on_input(Message::NewProjectName), + text(t!("project.device_label").to_string()).size(14), + pick_list(device_names, form.device.clone(), Message::NewProjectDevice), + text(t!("project.top_module_label").to_string()).size(14), + text_input("top", &form.top_module).on_input(Message::NewProjectTopModule), + text(t!("project.directory_label").to_string()).size(14), + row![ + text(dir_label), + button(text(t!("project.browse").to_string())).on_press(Message::NewProjectBrowse), + ] + .spacing(8), + row![ + create_button, + button(text(t!("project.cancel").to_string())).on_press(Message::CancelNewProject), + ] + .spacing(8), + ] + .spacing(8) + .align_x(Center) + .max_width(500); + + container(content) + .width(Fill) + .height(Fill) + .center(Fill) + .into() +} diff --git a/crates/athena/src/ui/settings.rs b/crates/athena/src/ui/settings.rs new file mode 100644 index 0000000..50f0007 --- /dev/null +++ b/crates/athena/src/ui/settings.rs @@ -0,0 +1,132 @@ +use iced::widget::{button, column, container, row, rule, scrollable, text}; +use iced::{Element, Length}; +use rust_i18n::t; + +use crate::app::Message; +use crate::config::AppConfig; +use crate::data_packs::DataPackManager; + +#[derive(Debug, Clone, Copy, PartialEq, Eq)] +pub enum SettingsSection { + General, + DataPacks, +} + +impl Default for SettingsSection { + fn default() -> Self { + Self::General + } +} + +fn section_button<'a>( + label: String, + section: SettingsSection, + current: SettingsSection, +) -> Element<'a, Message> { + let btn = button(text(label).size(13)) + .width(Length::Fill) + .padding([6, 12]); + if section == current { + btn.into() + } else { + btn.on_press(Message::SettingsSection(section)).into() + } +} + +pub fn view<'a>( + section: SettingsSection, + config: &AppConfig, + data_packs: &'a DataPackManager, +) -> Element<'a, Message> { + let sidebar = container( + column![ + text(t!("settings.title").to_string()).size(20), + rule::horizontal(1), + section_button( + t!("settings.general").to_string(), + SettingsSection::General, + section, + ), + section_button( + t!("settings.toolchain_data_packs").to_string(), + SettingsSection::DataPacks, + section, + ), + ] + .spacing(4) + .padding(12), + ) + .width(Length::Fixed(220.0)) + .height(Length::Fill); + + let content: Element<'a, Message> = match section { + SettingsSection::General => view_general(config), + SettingsSection::DataPacks => view_data_packs(data_packs), + }; + + let main = row![ + sidebar, + rule::vertical(1), + container(content) + .width(Length::Fill) + .height(Length::Fill) + .padding(16), + ]; + + column![ + main, + rule::horizontal(1), + container( + row![ + iced::widget::space().width(Length::Fill), + button(text(t!("settings.close").to_string()).size(13)) + .on_press(Message::CloseSettings) + .padding([6, 16]), + ] + .padding(8), + ), + ] + .into() +} + +fn view_general<'a>(config: &AppConfig) -> Element<'a, Message> { + column![ + text(t!("settings.general").to_string()).size(18), + text(format!("{}: {}", t!("settings.language"), &config.language)).size(14), + text(format!( + "{}: {}", + t!("settings.data_pack_dir"), + config.data_pack_dir.display() + )) + .size(14), + ] + .spacing(8) + .into() +} + +fn view_data_packs<'a>(manager: &'a DataPackManager) -> Element<'a, Message> { + let header = text(t!("settings.toolchain_data_packs").to_string()).size(18); + + let pack_list: Element<'a, Message> = if manager.packs.is_empty() { + text(t!("data_packs.empty").to_string()).into() + } else { + let items: Vec> = manager + .packs + .iter() + .map(|pack| { + let device = &pack.name; + let path = pack.path.display().to_string(); + column![text(device).size(14), text(path).size(11),] + .spacing(2) + .padding(6) + .into() + }) + .collect(); + + scrollable(column(items).spacing(4)).into() + }; + + column![header, rule::horizontal(1), pack_list] + .spacing(8) + .into() +} diff --git a/crates/athena/src/ui/sidebar.rs b/crates/athena/src/ui/sidebar.rs new file mode 100644 index 0000000..7b10d9f --- /dev/null +++ b/crates/athena/src/ui/sidebar.rs @@ -0,0 +1,64 @@ +use iced::widget::{button, column, container, rule, scrollable, text}; +use iced::{Element, Length}; +use rust_i18n::t; + +use crate::app::Message; +use crate::project::ProjectState; + +pub fn view<'a>(project: &'a Option) -> Element<'a, Message> { + let content: Element<'a, Message> = match project { + Some(proj) => { + let mut items: Vec> = vec![ + text(&proj.manifest.name).size(16).into(), + text(&proj.manifest.device).size(12).into(), + rule::horizontal(1).into(), + ]; + + // Project manifest + let manifest_selected = proj.selected_source.is_none() && proj.manifest_open; + let manifest_btn = if manifest_selected { + button(text("athena.toml").size(13)) + } else { + button(text("athena.toml").size(13)).on_press(Message::OpenManifest) + }; + items.push(manifest_btn.into()); + + // Source files header + add button + if !proj.manifest.sources.is_empty() { + items.push(text(t!("sidebar.sources").to_string()).size(12).into()); + } + + for (i, source) in proj.manifest.sources.iter().enumerate() { + let label = source.clone(); + let is_selected = proj.selected_source == Some(i); + let btn = if is_selected { + button(text(label).size(13)) + } else { + button(text(label).size(13)).on_press(Message::SelectSource(i)) + }; + items.push(btn.into()); + } + + items.push(rule::horizontal(1).into()); + + // Add file button + items.push( + button(text(t!("sidebar.add_file").to_string()).size(12)) + .on_press(Message::NewSourceFile) + .into(), + ); + + scrollable(column(items).spacing(4)).into() + } + None => text(t!("sidebar.no_project").to_string()).into(), + }; + + container( + column![text(t!("sidebar.navigator").to_string()).size(14), content,] + .spacing(8) + .padding(8), + ) + .width(Length::Fixed(200.0)) + .height(Length::Fill) + .into() +} diff --git a/crates/athena/src/ui/status_bar.rs b/crates/athena/src/ui/status_bar.rs new file mode 100644 index 0000000..4c7e7d8 --- /dev/null +++ b/crates/athena/src/ui/status_bar.rs @@ -0,0 +1,24 @@ +use iced::Element; +use iced::Length; +use iced::widget::{container, row, text}; +use rust_i18n::t; + +use crate::app::Message; +use crate::project::ProjectState; + +pub fn view<'a>(project: &Option) -> Element<'a, Message> { + let status = match project { + Some(proj) => format!( + "{} - {} ({})", + proj.manifest.name, + proj.manifest.device, + proj.project_dir.display() + ), + None => t!("status.ready").to_string(), + }; + + container(row![text(status).size(12)]) + .width(Length::Fill) + .padding([2, 8]) + .into() +} diff --git a/flake.nix b/flake.nix index 26315cc..ed023d9 100644 --- a/flake.nix +++ b/flake.nix @@ -50,6 +50,7 @@ systems = [ "aarch64-linux" "x86_64-linux" + "aarch64-darwin" ]; perSystem = @@ -92,6 +93,11 @@ aegis-ip-tools = pkgs.callPackage ./pkgs/aegis-ip-tools { }; aegis-pack = pkgs.callPackage ./pkgs/aegis-pack { inherit craneLib; }; aegis-sim = pkgs.callPackage ./pkgs/aegis-sim { inherit craneLib; }; + athena = pkgs.callPackage ./pkgs/athena { inherit craneLib; }; + athena-cosmic = pkgs.callPackage ./pkgs/athena { + inherit craneLib; + enableCosmic = true; + }; nextpnr-aegis = pkgs.callPackage ./pkgs/nextpnr-aegis { }; gf180mcu-pdk = pkgs.callPackage ./pkgs/gf180mcu-pdk { }; sky130-pdk = pkgs.callPackage ./pkgs/sky130-pdk { }; @@ -116,6 +122,13 @@ { default = pkgs.aegis-ip-tools; ip-tools = pkgs.aegis-ip-tools; + athena = pkgs.athena.override { + dataPacks = [ self.packages.${system}.terra-1 ]; + }; + athena-cosmic = pkgs.athena-cosmic.override { + dataPacks = [ self.packages.${system}.terra-1 ]; + }; + athena-deb = self.packages.${system}.athena.passthru.deb; } // lib.foldl' (acc: name: acc // mkDevicePackages name devices.${name}) { } ( builtins.attrNames devices @@ -186,6 +199,7 @@ { default = pkgs.aegis-ip-tools.shell; ip-tools = pkgs.aegis-ip-tools.shell; + athena = pkgs.athena.shell; } // lib.foldl' (acc: name: acc // mkDeviceShells name) { } (builtins.attrNames devices); }; diff --git a/pkgs/athena/deb.nix b/pkgs/athena/deb.nix new file mode 100644 index 0000000..b636f4e --- /dev/null +++ b/pkgs/athena/deb.nix @@ -0,0 +1,96 @@ +{ + lib, + stdenvNoCC, + dpkg, + patchelf, + removeReferencesTo, + athena, + flakever, +}: + +let + system = stdenvNoCC.hostPlatform.system; + + archMap = { + "x86_64-linux" = { + deb = "amd64"; + interpreter = "/lib64/ld-linux-x86-64.so.2"; + libDir = "/usr/lib/x86_64-linux-gnu"; + }; + "aarch64-linux" = { + deb = "arm64"; + interpreter = "/lib/ld-linux-aarch64.so.1"; + libDir = "/usr/lib/aarch64-linux-gnu"; + }; + }; + + arch = archMap.${system}; + + version = flakever.version; +in + +stdenvNoCC.mkDerivation { + pname = "athena-deb"; + inherit version; + + dontUnpack = true; + dontConfigure = true; + + nativeBuildInputs = [ + dpkg + patchelf + removeReferencesTo + ]; + + allowedReferences = [ ]; + + buildPhase = '' + runHook preBuild + + pkg=$TMPDIR/pkg + mkdir -p $pkg/DEBIAN + mkdir -p $pkg/usr/bin + mkdir -p $pkg/usr/share/applications + mkdir -p $pkg/usr/share/metainfo + + # DEBIAN/control + cat > $pkg/DEBIAN/control < + Description: Graphical EDA IDE for Aegis FPGAs + Athena is a graphical electronic design automation IDE for designing + on Aegis FPGAs. Provides synthesis, place-and-route, simulation, and + floorplan visualization in a single integrated environment. + Depends: libc6, libvulkan1, libwayland-client0, libxkbcommon0, libgl1, aegis-terra-1 + Priority: optional + Section: electronics + CONTROL + + # Strip leading whitespace from control file (heredoc indentation) + sed -i 's/^ //' $pkg/DEBIAN/control + + # Patch and install the binary + cp ${athena}/bin/athena $pkg/usr/bin/athena + chmod u+w $pkg/usr/bin/athena + patchelf --set-interpreter ${arch.interpreter} $pkg/usr/bin/athena + patchelf --set-rpath ${arch.libDir} $pkg/usr/bin/athena + remove-references-to -t ${athena} $pkg/usr/bin/athena + + # Install desktop entry and metainfo + cp ${./flatpak/com.midstall.athena.desktop} $pkg/usr/share/applications/ + cp ${./flatpak/com.midstall.athena.metainfo.xml} $pkg/usr/share/metainfo/ + + # Build the .deb + dpkg-deb --build $pkg $TMPDIR/athena_${version}_${arch.deb}.deb + + runHook postBuild + ''; + + installPhase = '' + runHook preInstall + cp $TMPDIR/athena_${version}_${arch.deb}.deb $out + runHook postInstall + ''; +} diff --git a/pkgs/athena/default.nix b/pkgs/athena/default.nix new file mode 100644 index 0000000..653a337 --- /dev/null +++ b/pkgs/athena/default.nix @@ -0,0 +1,135 @@ +{ + lib, + stdenv, + callPackage, + craneLib, + mkShell, + flakever, + pkg-config, + vulkan-loader, + wayland, + libxkbcommon, + libx11, + libxcursor, + libxrandr, + libxi, + libGL, + darwin, + libiconv, + makeWrapper, + yosys, + nextpnr-aegis, + enableCosmic ? false, + dataPacks ? [ ], +}: + +let + src = lib.fileset.toSource { + root = ../..; + fileset = lib.fileset.unions [ + ../../Cargo.toml + ../../Cargo.lock + ../../crates + ../../ip/data/descriptor.schema.json + ]; + }; + + nativeBuildInputsLinux = lib.optionals stdenv.isLinux [ + pkg-config + ]; + + buildInputsLinux = lib.optionals stdenv.isLinux [ + vulkan-loader + wayland + libxkbcommon + libx11 + libxcursor + libxrandr + libxi + libGL + ]; + + buildInputsDarwin = lib.optionals stdenv.isDarwin [ + darwin.apple_sdk.frameworks.Metal + darwin.apple_sdk.frameworks.AppKit + darwin.apple_sdk.frameworks.QuartzCore + darwin.apple_sdk.frameworks.CoreGraphics + libiconv + ]; + + runtimeLibPath = lib.makeLibraryPath buildInputsLinux; + + cargoFeatures = lib.optionalString enableCosmic "--features cosmic"; + + commonArgs = { + inherit src; + pname = "athena"; + strictDeps = true; + cargoExtraArgs = "--package athena ${cargoFeatures}"; + + nativeBuildInputs = nativeBuildInputsLinux; + buildInputs = buildInputsLinux ++ buildInputsDarwin; + }; + + cargoArtifacts = craneLib.buildDepsOnly commonArgs; + + shell = craneLib.devShell { + name = "athena-dev-shell"; + + inputsFrom = [ (craneLib.buildPackage (commonArgs // { inherit cargoArtifacts; })) ]; + + LD_LIBRARY_PATH = lib.optionalString stdenv.isLinux (lib.makeLibraryPath buildInputsLinux); + }; +in +craneLib.buildPackage ( + commonArgs + // { + inherit cargoArtifacts; + + # Work around rustc ICE on aarch64 with opt-level=3 + typify proc macro + CARGO_PROFILE_RELEASE_OPT_LEVEL = "2"; + + nativeBuildInputs = commonArgs.nativeBuildInputs ++ [ makeWrapper ]; + + postInstall = lib.optionalString (dataPacks != [ ]) '' + mkdir -p $out/share/athena/data-packs + ${lib.concatMapStringsSep "\n" (pack: '' + for f in ${pack}/*.json ${pack}/*.tcl ${pack}/*.v ${pack}/*.rules; do + [ -f "$f" ] && install -Dm644 "$f" $out/share/athena/data-packs/ + done + '') dataPacks} + ''; + + postFixup = '' + ${lib.optionalString stdenv.isLinux '' + patchelf --add-rpath "${runtimeLibPath}" $out/bin/athena + ''} + wrapProgram $out/bin/athena \ + --prefix PATH : ${ + lib.makeBinPath [ + yosys + nextpnr-aegis + ] + } + ''; + + passthru = { + inherit shell src; + deb = callPackage ./deb.nix { + athena = craneLib.buildPackage ( + commonArgs + // { + inherit cargoArtifacts; + CARGO_PROFILE_RELEASE_OPT_LEVEL = "2"; + } + ); + inherit flakever; + }; + }; + + meta = { + description = "Graphical EDA IDE for Aegis FPGAs"; + mainProgram = "athena"; + }; + } +) diff --git a/pkgs/athena/flatpak/com.midstall.athena.desktop b/pkgs/athena/flatpak/com.midstall.athena.desktop new file mode 100644 index 0000000..8104881 --- /dev/null +++ b/pkgs/athena/flatpak/com.midstall.athena.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Athena +Comment=Graphical EDA IDE for Aegis FPGAs +Exec=athena open %f +Icon=com.midstall.athena +Terminal=false +Type=Application +Categories=Development;Electronics;Engineering; +Keywords=FPGA;EDA;HDL;synthesis; +MimeType=application/x-athena-project; diff --git a/pkgs/athena/flatpak/com.midstall.athena.metainfo.xml b/pkgs/athena/flatpak/com.midstall.athena.metainfo.xml new file mode 100644 index 0000000..2301e98 --- /dev/null +++ b/pkgs/athena/flatpak/com.midstall.athena.metainfo.xml @@ -0,0 +1,25 @@ + + + com.midstall.athena + Athena + Graphical EDA IDE for Aegis FPGAs + CC0-1.0 + Apache-2.0 + +

+ Athena is a graphical electronic design automation (EDA) IDE for designing + on Aegis FPGAs. It provides synthesis, place-and-route, simulation, and + floorplan visualization in a single integrated environment. +

+
+ https://github.com/Midstall/aegis + https://github.com/Midstall/aegis/issues + + + + +

Initial release.

+
+
+
+
diff --git a/pkgs/athena/flatpak/com.midstall.athena.mime.xml b/pkgs/athena/flatpak/com.midstall.athena.mime.xml new file mode 100644 index 0000000..bb920a1 --- /dev/null +++ b/pkgs/athena/flatpak/com.midstall.athena.mime.xml @@ -0,0 +1,7 @@ + + + + Athena FPGA Project + + + diff --git a/pkgs/athena/flatpak/com.midstall.athena.yml b/pkgs/athena/flatpak/com.midstall.athena.yml new file mode 100644 index 0000000..1a97fbd --- /dev/null +++ b/pkgs/athena/flatpak/com.midstall.athena.yml @@ -0,0 +1,106 @@ +app-id: com.midstall.athena +runtime: org.freedesktop.Platform +runtime-version: '24.08' +sdk: org.freedesktop.Sdk +sdk-extensions: + - org.freedesktop.Sdk.Extension.rust-stable + +command: athena + +finish-args: + - --socket=wayland + - --socket=fallback-x11 + - --device=dri + - --filesystem=home + +build-options: + append-path: /usr/lib/sdk/rust-stable/bin + env: + CARGO_HOME: /run/build/athena/cargo + RUSTUP_HOME: /usr/lib/sdk/rust-stable + +modules: + # TCL (needed by yosys build) + - name: tcl + buildsystem: autotools + subdir: unix + no-debuginfo: true + config-opts: + - --prefix=/app + post-install: + - chmod u+w /app/lib/libtcl8.6.so + - ln -s tclsh8.6 /app/bin/tclsh + sources: + - type: archive + url: https://prdownloads.sourceforge.net/tcl/tcl8.6.16-src.tar.gz + sha256: 91cb8fa61771c63c262efb553059b7c7ad6757afa5857af6265e4b0bdc2a14a5 + + # Yosys synthesis tool + - name: yosys + buildsystem: simple + build-commands: + - make config-gcc PREFIX=/app + - make -j$FLATPAK_BUILDER_N_JOBS + - make install + sources: + - type: archive + url: https://github.com/YosysHQ/yosys/releases/download/v0.64/yosys.tar.gz + sha256: 1faf20509c21039b6e88136677cc2fcb296e2023dda8d89bc8215367c37f9ca7 + + # Boost headers (needed by nextpnr) + - name: boost + buildsystem: simple + build-commands: + - ./bootstrap.sh --prefix=/app --with-libraries=filesystem,program_options,thread,iostreams + - ./b2 install --prefix=/app -j$FLATPAK_BUILDER_N_JOBS + sources: + - type: archive + url: https://github.com/boostorg/boost/releases/download/boost-1.87.0/boost-1.87.0-b2-nodocs.tar.gz + sha256: d6c69e4459eb5d6ec208250291221e7ff4a2affde9af6e49c9303b89c687461f + + # Eigen3 (needed by nextpnr) + - name: eigen3 + buildsystem: cmake-ninja + builddir: true + config-opts: + - -DCMAKE_INSTALL_PREFIX=/app + sources: + - type: archive + url: https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz + sha256: 8586084f71f9bde545ee7fa6d00288b264a2b7ac3607b974e54d13e7162c1c72 + + # nextpnr with Aegis viaduct plugin + - name: nextpnr-aegis + buildsystem: cmake-ninja + builddir: true + config-opts: + - -DCMAKE_INSTALL_PREFIX=/app + - -DARCH=generic + build-commands: + # Inject Aegis viaduct sources before build + - mkdir -p ../generic/viaduct/aegis + - cp ../aegis-viaduct/aegis.cc ../generic/viaduct/aegis/aegis.cc + - cp ../aegis-viaduct/aegis_test.cc ../generic/viaduct/aegis/aegis_test.cc + - sed -i '/viaduct\/example\/example.cc/a\ viaduct/aegis/aegis.cc' ../generic/CMakeLists.txt + - cmake --build . -j$FLATPAK_BUILDER_N_JOBS + - cmake --install . + sources: + - type: archive + url: https://github.com/YosysHQ/nextpnr/archive/refs/tags/nextpnr-0.9.tar.gz + sha256: 8cebc65049ff91c411d963ea2304b1a3dd42036f79de2eb3e9834c842f934495 + - type: dir + path: ../../../nextpnr-aegis + dest: aegis-viaduct + + # Athena IDE + - name: athena + buildsystem: simple + build-commands: + - cargo build --release --package athena + - install -Dm755 target/release/athena /app/bin/athena + - install -Dm644 pkgs/athena/flatpak/com.midstall.athena.desktop /app/share/applications/com.midstall.athena.desktop + - install -Dm644 pkgs/athena/flatpak/com.midstall.athena.metainfo.xml /app/share/metainfo/com.midstall.athena.metainfo.xml + - install -Dm644 pkgs/athena/flatpak/com.midstall.athena.mime.xml /app/share/mime/packages/com.midstall.athena.mime.xml + sources: + - type: dir + path: ../../..