chore(deps): bump the egui-stack group with 5 updates (#184)

* chore(deps): bump the egui-stack group with 5 updates

Bumps the egui-stack group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [egui](https://github.com/emilk/egui) | `0.35.0` | `0.36.0` |
| [eframe](https://github.com/emilk/egui) | `0.35.0` | `0.36.0` |
| [egui_extras](https://github.com/emilk/egui) | `0.35.0` | `0.36.0` |
| [egui_material_icons](https://github.com/lucasmerlin/hello_egui) | `0.7.0` | `0.8.0` |
| [egui_dnd](https://github.com/lucasmerlin/hello_egui) | `0.16.0` | `0.17.0` |


Updates `egui` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.35.0...0.36.0)

Updates `eframe` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.35.0...0.36.0)

Updates `egui_extras` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emilk/egui/compare/0.35.0...0.36.0)

Updates `egui_material_icons` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/lucasmerlin/hello_egui/releases)
- [Changelog](https://github.com/lucasmerlin/hello_egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lucasmerlin/hello_egui/compare/egui_material_icons-v0.7.0...egui_material_icons-v0.8.0)

Updates `egui_dnd` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/lucasmerlin/hello_egui/releases)
- [Changelog](https://github.com/lucasmerlin/hello_egui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lucasmerlin/hello_egui/compare/egui_dnd-v0.16.0...egui_dnd-v0.17.0)

---
updated-dependencies:
- dependency-name: egui
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: egui-stack
- dependency-name: eframe
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: egui-stack
- dependency-name: egui_extras
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: egui-stack
- dependency-name: egui_material_icons
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: egui-stack
- dependency-name: egui_dnd
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: egui-stack
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(flatpak): automatically update cargo-sources.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-10 16:30:28 +03:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent b939709047
commit 2b544d2e63
3 changed files with 250 additions and 313 deletions
Generated
+87 -111
View File
@@ -379,9 +379,9 @@ dependencies = [
[[package]] [[package]]
name = "bit-set" name = "bit-set"
version = "0.9.1" version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd" checksum = "09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d"
dependencies = [ dependencies = [
"bit-vec", "bit-vec",
] ]
@@ -957,9 +957,9 @@ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
[[package]] [[package]]
name = "ecolor" name = "ecolor"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6758be723a3f298bbfda4db75748bc2ba0abafe096b6383c7c32da264764fbc3" checksum = "fc883f505d446814c0226bef4b64564b9adb9966fc00c88c57ce6d827dd152d6"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"emath", "emath",
@@ -967,9 +967,9 @@ dependencies = [
[[package]] [[package]]
name = "eframe" name = "eframe"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc8234e2f681b2afd2b2e8c332fa614de2fddbdcb28d0acf5c420449682ea90" checksum = "2afc0cbcdb6896b7bfb1dbbebaf7b9af9635ff38fd01e89bdd0174c1717b1857"
dependencies = [ dependencies = [
"ahash", "ahash",
"bytemuck", "bytemuck",
@@ -993,7 +993,6 @@ dependencies = [
"raw-window-handle", "raw-window-handle",
"static_assertions", "static_assertions",
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures",
"web-sys", "web-sys",
"web-time", "web-time",
"windows-sys 0.61.2", "windows-sys 0.61.2",
@@ -1002,28 +1001,29 @@ dependencies = [
[[package]] [[package]]
name = "egui" name = "egui"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2796c98d50b79631281d516343a6f6e93c0666462ca36e2c93b39f25d7793325" checksum = "c977ac91dfaa651633fd9722e4ce9ccb32cda4c748b89a5cb57e504036e37c13"
dependencies = [ dependencies = [
"accesskit", "accesskit",
"ahash", "ahash",
"bitflags 2.13.1", "bitflags 2.13.1",
"emath", "emath",
"epaint", "epaint",
"itertools 0.14.0", "itertools 0.15.0",
"log", "log",
"nohash-hasher", "nohash-hasher",
"profiling", "profiling",
"smallvec", "smallvec",
"unicode-segmentation", "unicode-segmentation",
"web-sys",
] ]
[[package]] [[package]]
name = "egui-wgpu" name = "egui-wgpu"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e6cfac0725563555fa4f91e9f799b9d7c6c5dd831fca6abc8234afc64b7a34" checksum = "2fc362cc6bc8c1d7169c9cb0e7741ff1e03063681373d6e55cc3b25fd21213f3"
dependencies = [ dependencies = [
"ahash", "ahash",
"bytemuck", "bytemuck",
@@ -1041,9 +1041,9 @@ dependencies = [
[[package]] [[package]]
name = "egui-winit" name = "egui-winit"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea6bf3608db949588b95b8b341ee358d0c3f95cf4dc3f53d8d76717edee87db" checksum = "9327fc8edef2c57db9bcbcacc82c8a4b1e8cc64cd41a67db4419dcf643d88c83"
dependencies = [ dependencies = [
"arboard", "arboard",
"bytemuck", "bytemuck",
@@ -1056,15 +1056,14 @@ dependencies = [
"raw-window-handle", "raw-window-handle",
"smithay-clipboard", "smithay-clipboard",
"web-time", "web-time",
"webbrowser",
"winit", "winit",
] ]
[[package]] [[package]]
name = "egui_animation" name = "egui_animation"
version = "0.12.0" version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4434e99040717912350c108ffe543ef68d34147691523fb726ae99adf0935b4" checksum = "79145d8ffdabf3f75d662969cbe264171027b26c50e07ad05bcde8a119c8229c"
dependencies = [ dependencies = [
"egui", "egui",
"hello_egui_utils", "hello_egui_utils",
@@ -1073,9 +1072,9 @@ dependencies = [
[[package]] [[package]]
name = "egui_dnd" name = "egui_dnd"
version = "0.16.0" version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e40c74727cb2a7db02712604dbd293bb2a1dc8fa461e901612d280678fe56c" checksum = "dac264b017f2e4466cd7c1e11b757fe3dd7cffff17607f6da2a7817ef25c97d8"
dependencies = [ dependencies = [
"egui", "egui",
"egui_animation", "egui_animation",
@@ -1085,14 +1084,14 @@ dependencies = [
[[package]] [[package]]
name = "egui_extras" name = "egui_extras"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957" checksum = "1e651e08ddf6bb8bfd964ad70e33bc721c093f2b77ab59580e7140c008dab68c"
dependencies = [ dependencies = [
"ahash", "ahash",
"egui", "egui",
"enum-map", "enum-map",
"itertools 0.14.0", "itertools 0.15.0",
"log", "log",
"mime_guess2", "mime_guess2",
"profiling", "profiling",
@@ -1100,24 +1099,23 @@ dependencies = [
[[package]] [[package]]
name = "egui_glow" name = "egui_glow"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52274b9bfb8d8e252cd0f00c9f6214f360d75a0962baa77a2d62ddb002fe99d4" checksum = "69b65e45f8d8d7c6d848b3ec41f642b54ad828033f1511d4b4c9adc09040166a"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"egui", "egui",
"glow", "glow",
"log", "log",
"memoffset",
"profiling", "profiling",
"winit", "winit",
] ]
[[package]] [[package]]
name = "egui_material_icons" name = "egui_material_icons"
version = "0.7.0" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd64a174529ad8ad5b3fcf74bafa368ed24aacc5887c2742b1e69ce4151c1a61" checksum = "cee0067630964844d829cc80f9b9744fdf0443b2eea1e66a0934ccc1af14eb82"
dependencies = [ dependencies = [
"egui", "egui",
] ]
@@ -1130,9 +1128,9 @@ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
[[package]] [[package]]
name = "emath" name = "emath"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd4ec073c9898516584d8c6cfdcee95b530b3d941cd5031ef4050aa36812308b" checksum = "dce03cf1604f74515830012c29991beb0b58f69e4e43f5afe22fa7afed65ccd5"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
] ]
@@ -1204,9 +1202,9 @@ dependencies = [
[[package]] [[package]]
name = "epaint" name = "epaint"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e60a8888b51da911df23918fd7301359b1d43a406a0ff3b8863af093dd7fc6c" checksum = "11863a6b2b7823010c1090ddf4706947bdda46766742def0673195cbf7ff4a73"
dependencies = [ dependencies = [
"ahash", "ahash",
"bytemuck", "bytemuck",
@@ -1230,9 +1228,9 @@ dependencies = [
[[package]] [[package]]
name = "epaint_default_fonts" name = "epaint_default_fonts"
version = "0.35.0" version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13ee4e1f553a3584c301f3a56ff1a775f1384781396cea301c8d952e9b93f560" checksum = "18dee69613aac468922cf28a32025eb7d7ed6985b61f73245848e58f37876c98"
[[package]] [[package]]
name = "equivalent" name = "equivalent"
@@ -1355,9 +1353,9 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
[[package]] [[package]]
name = "font-types" name = "font-types"
version = "0.11.3" version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7" checksum = "0a7299a780854a6d391be2ae1c8521c9368471b559dbfd6a8dbd9f407eaff100"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
] ]
@@ -1553,13 +1551,13 @@ dependencies = [
[[package]] [[package]]
name = "glifo" name = "glifo"
version = "0.1.1" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99fc21d493812643aae86d53b7bbd02f376434a90317e8a790bc209fdd6605e" checksum = "ed4a1bb24121291d27230c1b1b44e07d6a9b28cefdb32fe1581dfb84e14f940a"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"foldhash", "foldhash",
"hashbrown 0.17.1", "hashbrown",
"log", "log",
"peniko", "peniko",
"skrifa", "skrifa",
@@ -1708,9 +1706,9 @@ dependencies = [
[[package]] [[package]]
name = "harfrust" name = "harfrust"
version = "0.7.0" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0431e8e389aa0f1e72bb9d1c2db8957a1a7a3580e8ed97db819c14837aac9b3e" checksum = "c03d949a14aa089bbb282f7dd76a498a7f684428e4257202efc119ec010376f9"
dependencies = [ dependencies = [
"bitflags 2.13.1", "bitflags 2.13.1",
"bytemuck", "bytemuck",
@@ -1718,15 +1716,6 @@ dependencies = [
"smallvec", "smallvec",
] ]
[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
dependencies = [
"foldhash",
]
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.17.1" version = "0.17.1"
@@ -1744,9 +1733,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]] [[package]]
name = "hello_egui_utils" name = "hello_egui_utils"
version = "0.12.0" version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e31f814d47d37c03981b24094192586560fbe490c0b4ae94e808bdf076610b6" checksum = "0d0485a9204e5b0ac282b381e041e97333ebbd1fb3ec374c0a1e67be2221d171"
dependencies = [ dependencies = [
"concat-idents", "concat-idents",
"egui", "egui",
@@ -1764,12 +1753,6 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]] [[package]]
name = "http" name = "http"
version = "1.5.0" version = "1.5.0"
@@ -2008,7 +1991,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.17.1", "hashbrown",
] ]
[[package]] [[package]]
@@ -2035,15 +2018,6 @@ dependencies = [
"either", "either",
] ]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.15.0" version = "0.15.0"
@@ -2355,9 +2329,9 @@ dependencies = [
[[package]] [[package]]
name = "naga" name = "naga"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2bf919621e7975acb27d881bae2fb993e0d45c8e0446e85e6272971e00dc8df" checksum = "23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"bit-set", "bit-set",
@@ -2366,11 +2340,11 @@ dependencies = [
"cfg_aliases", "cfg_aliases",
"codespan-reporting", "codespan-reporting",
"half", "half",
"hashbrown 0.16.1", "hashbrown",
"hexf-parse",
"indexmap", "indexmap",
"libm", "libm",
"log", "log",
"naga-types",
"num-traits", "num-traits",
"once_cell", "once_cell",
"rustc-hash 1.1.0", "rustc-hash 1.1.0",
@@ -2378,6 +2352,18 @@ dependencies = [
"unicode-ident", "unicode-ident",
] ]
[[package]]
name = "naga-types"
version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658200ddc25c6c7b860747516d132d1b284c0fafb7a380233acee9a72fb30e11"
dependencies = [
"hashbrown",
"indexmap",
"rustc-hash 1.1.0",
"thiserror 2.0.19",
]
[[package]] [[package]]
name = "native-tls" name = "native-tls"
version = "0.2.18" version = "0.2.18"
@@ -3371,12 +3357,13 @@ dependencies = [
[[package]] [[package]]
name = "read-fonts" name = "read-fonts"
version = "0.39.2" version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81" checksum = "046a7d674daf459825b32f5062056d6882db0d2f5a479fbd76ccfc870ac18709"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"font-types", "font-types",
"once_cell",
] ]
[[package]] [[package]]
@@ -3865,9 +3852,9 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
[[package]] [[package]]
name = "skrifa" name = "skrifa"
version = "0.42.1" version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564" checksum = "819ab7d62b1d3e72d9d9dea5650bac30424f9111364bb94928dbf5ecad1baa68"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"read-fonts", "read-fonts",
@@ -4700,14 +4687,13 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]] [[package]]
name = "vello_common" name = "vello_common"
version = "0.0.9" version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750" checksum = "b2e9aed918117e8152c9eddfd8362d73c465c23f26c44786aa331707b8a64fa2"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"fearless_simd", "fearless_simd",
"guillotiere", "guillotiere",
"hashbrown 0.17.1",
"log", "log",
"peniko", "peniko",
"smallvec", "smallvec",
@@ -4716,13 +4702,13 @@ dependencies = [
[[package]] [[package]]
name = "vello_cpu" name = "vello_cpu"
version = "0.0.9" version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23" checksum = "ac7349e1f55f6b801c7c277958df4ea53e7f20f21e8014910ad888b2ecda93ea"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"glifo", "glifo",
"hashbrown 0.17.1", "hashbrown",
"vello_common", "vello_common",
] ]
@@ -4993,22 +4979,6 @@ dependencies = [
"wasm-bindgen", "wasm-bindgen",
] ]
[[package]]
name = "webbrowser"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef62a3d5f7b2411119a11b6f62570dbff91d7105e011a20fb83fbf8f5761c40f"
dependencies = [
"jni",
"log",
"ndk-context",
"objc2 0.6.4",
"objc2-app-kit 0.3.2",
"objc2-foundation 0.3.2",
"url",
"web-sys",
]
[[package]] [[package]]
name = "weezl" name = "weezl"
version = "0.1.12" version = "0.1.12"
@@ -5017,9 +4987,9 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
[[package]] [[package]]
name = "wgpu" name = "wgpu"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76e8840e1ba2881d4cbb18d2147627a56af426ff064c0401eb0c8410c6325d07" checksum = "6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"bitflags 2.13.1", "bitflags 2.13.1",
@@ -5027,7 +4997,7 @@ dependencies = [
"cfg-if", "cfg-if",
"cfg_aliases", "cfg_aliases",
"document-features", "document-features",
"hashbrown 0.16.1", "hashbrown",
"js-sys", "js-sys",
"log", "log",
"portable-atomic", "portable-atomic",
@@ -5045,9 +5015,9 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-core" name = "wgpu-core"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f519832254e56965a9940c4af57dcb75f702b6f6fa4a0b172f685395843a4d7" checksum = "08763620e76fc980bca7bf84de82568614487a53172dd968d89187282eb87fa2"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"bit-set", "bit-set",
@@ -5056,10 +5026,11 @@ dependencies = [
"bytemuck", "bytemuck",
"cfg_aliases", "cfg_aliases",
"document-features", "document-features",
"hashbrown 0.16.1", "hashbrown",
"indexmap", "indexmap",
"log", "log",
"naga", "naga",
"naga-types",
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"portable-atomic", "portable-atomic",
@@ -5076,29 +5047,32 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-core-deps-windows-linux-android" name = "wgpu-core-deps-windows-linux-android"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e592c1bbef6ad047647ae6e666ebd8cee7a32bb4544d9700ec96cbf73230257" checksum = "f76bc9c1c186ff3d9054e0d224c93c8c1c79d6653907c5249a5c1ea1a2cb1e43"
dependencies = [ dependencies = [
"wgpu-hal", "wgpu-hal",
] ]
[[package]] [[package]]
name = "wgpu-hal" name = "wgpu-hal"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ace1c17727311c22a46e4e3faf56ea6de81af99dcc839bdfb54857b94d448d" checksum = "cf765132d8d5f50e192e7880464890c13f4e7457aafe8e5466e8174586e9f101"
dependencies = [ dependencies = [
"bitflags 2.13.1", "bitflags 2.13.1",
"cfg-if", "cfg-if",
"cfg_aliases", "cfg_aliases",
"hashbrown",
"libloading", "libloading",
"log", "log",
"naga", "naga",
"naga-types",
"portable-atomic", "portable-atomic",
"portable-atomic-util", "portable-atomic-util",
"raw-window-handle", "raw-window-handle",
"renderdoc-sys", "renderdoc-sys",
"static_assertions",
"thiserror 2.0.19", "thiserror 2.0.19",
"wgpu-naga-bridge", "wgpu-naga-bridge",
"wgpu-types", "wgpu-types",
@@ -5106,9 +5080,9 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-naga-bridge" name = "wgpu-naga-bridge"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95226013f547544b223281cd16a4fb549aa9dcb562adbda0faae4c73ffbbc161" checksum = "c9eaac644e5008925c78567d272b9d66ef83da55a53cc17fc7daade7bb6e66e5"
dependencies = [ dependencies = [
"naga", "naga",
"wgpu-types", "wgpu-types",
@@ -5116,15 +5090,17 @@ dependencies = [
[[package]] [[package]]
name = "wgpu-types" name = "wgpu-types"
version = "29.0.4" version = "30.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84bf84cd9ca8ca45e2b223a3868f1adf9bfc0c66aeac212e76ee7e40fdadf8f5" checksum = "1a9c93c2b35edde326df60ffdee4c0f5864eac3011d6768b70d43f028ad93565"
dependencies = [ dependencies = [
"bitflags 2.13.1", "bitflags 2.13.1",
"bytemuck", "bytemuck",
"js-sys", "js-sys",
"log", "log",
"naga-types",
"raw-window-handle", "raw-window-handle",
"static_assertions",
"web-sys", "web-sys",
] ]
+5 -5
View File
@@ -59,19 +59,19 @@ rodio = { git = "https://github.com/RustAudio/rodio.git", rev = "c5f1e94290922fe
] } ] }
pipewire = "0.10.0" pipewire = "0.10.0"
egui = { version = "0.35.0", default-features = false, features = [ egui = { version = "0.36.0", default-features = false, features = [
"default_fonts", "default_fonts",
"rayon", "rayon",
] } ] }
eframe = { version = "0.35.0", default-features = false, features = [ eframe = { version = "0.36.0", default-features = false, features = [
"default_fonts", "default_fonts",
"glow", "glow",
"x11", "x11",
"wayland", "wayland",
] } ] }
egui_extras = "0.35.0" egui_extras = "0.36.0"
egui_material_icons = "0.7.0" egui_material_icons = "0.8.0"
egui_dnd = "0.16.0" egui_dnd = "0.17.0"
reqwest = { version = "0.13.4", default-features = false, features = ["native-tls"] } reqwest = { version = "0.13.4", default-features = false, features = ["native-tls"] }
percent-encoding = "2.3.2" percent-encoding = "2.3.2"
+158 -197
View File
@@ -476,14 +476,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bit-set/bit-set-0.9.1.crate", "url": "https://static.crates.io/crates/bit-set/bit-set-0.10.0.crate",
"sha256": "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd", "sha256": "09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d",
"dest": "cargo/vendor/bit-set-0.9.1" "dest": "cargo/vendor/bit-set-0.10.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd\", \"files\": {}}", "contents": "{\"package\": \"09ec2f926cc3060f09db9ebc5b52823d85268d24bb917e472c0c4bea35780a7d\", \"files\": {}}",
"dest": "cargo/vendor/bit-set-0.9.1", "dest": "cargo/vendor/bit-set-0.10.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -1269,131 +1269,131 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ecolor/ecolor-0.35.0.crate", "url": "https://static.crates.io/crates/ecolor/ecolor-0.36.1.crate",
"sha256": "6758be723a3f298bbfda4db75748bc2ba0abafe096b6383c7c32da264764fbc3", "sha256": "fc883f505d446814c0226bef4b64564b9adb9966fc00c88c57ce6d827dd152d6",
"dest": "cargo/vendor/ecolor-0.35.0" "dest": "cargo/vendor/ecolor-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"6758be723a3f298bbfda4db75748bc2ba0abafe096b6383c7c32da264764fbc3\", \"files\": {}}", "contents": "{\"package\": \"fc883f505d446814c0226bef4b64564b9adb9966fc00c88c57ce6d827dd152d6\", \"files\": {}}",
"dest": "cargo/vendor/ecolor-0.35.0", "dest": "cargo/vendor/ecolor-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/eframe/eframe-0.35.0.crate", "url": "https://static.crates.io/crates/eframe/eframe-0.36.1.crate",
"sha256": "8dc8234e2f681b2afd2b2e8c332fa614de2fddbdcb28d0acf5c420449682ea90", "sha256": "2afc0cbcdb6896b7bfb1dbbebaf7b9af9635ff38fd01e89bdd0174c1717b1857",
"dest": "cargo/vendor/eframe-0.35.0" "dest": "cargo/vendor/eframe-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"8dc8234e2f681b2afd2b2e8c332fa614de2fddbdcb28d0acf5c420449682ea90\", \"files\": {}}", "contents": "{\"package\": \"2afc0cbcdb6896b7bfb1dbbebaf7b9af9635ff38fd01e89bdd0174c1717b1857\", \"files\": {}}",
"dest": "cargo/vendor/eframe-0.35.0", "dest": "cargo/vendor/eframe-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui/egui-0.35.0.crate", "url": "https://static.crates.io/crates/egui/egui-0.36.1.crate",
"sha256": "2796c98d50b79631281d516343a6f6e93c0666462ca36e2c93b39f25d7793325", "sha256": "c977ac91dfaa651633fd9722e4ce9ccb32cda4c748b89a5cb57e504036e37c13",
"dest": "cargo/vendor/egui-0.35.0" "dest": "cargo/vendor/egui-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"2796c98d50b79631281d516343a6f6e93c0666462ca36e2c93b39f25d7793325\", \"files\": {}}", "contents": "{\"package\": \"c977ac91dfaa651633fd9722e4ce9ccb32cda4c748b89a5cb57e504036e37c13\", \"files\": {}}",
"dest": "cargo/vendor/egui-0.35.0", "dest": "cargo/vendor/egui-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui-wgpu/egui-wgpu-0.35.0.crate", "url": "https://static.crates.io/crates/egui-wgpu/egui-wgpu-0.36.1.crate",
"sha256": "d2e6cfac0725563555fa4f91e9f799b9d7c6c5dd831fca6abc8234afc64b7a34", "sha256": "2fc362cc6bc8c1d7169c9cb0e7741ff1e03063681373d6e55cc3b25fd21213f3",
"dest": "cargo/vendor/egui-wgpu-0.35.0" "dest": "cargo/vendor/egui-wgpu-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"d2e6cfac0725563555fa4f91e9f799b9d7c6c5dd831fca6abc8234afc64b7a34\", \"files\": {}}", "contents": "{\"package\": \"2fc362cc6bc8c1d7169c9cb0e7741ff1e03063681373d6e55cc3b25fd21213f3\", \"files\": {}}",
"dest": "cargo/vendor/egui-wgpu-0.35.0", "dest": "cargo/vendor/egui-wgpu-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui-winit/egui-winit-0.35.0.crate", "url": "https://static.crates.io/crates/egui-winit/egui-winit-0.36.1.crate",
"sha256": "9ea6bf3608db949588b95b8b341ee358d0c3f95cf4dc3f53d8d76717edee87db", "sha256": "9327fc8edef2c57db9bcbcacc82c8a4b1e8cc64cd41a67db4419dcf643d88c83",
"dest": "cargo/vendor/egui-winit-0.35.0" "dest": "cargo/vendor/egui-winit-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"9ea6bf3608db949588b95b8b341ee358d0c3f95cf4dc3f53d8d76717edee87db\", \"files\": {}}", "contents": "{\"package\": \"9327fc8edef2c57db9bcbcacc82c8a4b1e8cc64cd41a67db4419dcf643d88c83\", \"files\": {}}",
"dest": "cargo/vendor/egui-winit-0.35.0", "dest": "cargo/vendor/egui-winit-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui_animation/egui_animation-0.12.0.crate", "url": "https://static.crates.io/crates/egui_animation/egui_animation-0.13.0.crate",
"sha256": "d4434e99040717912350c108ffe543ef68d34147691523fb726ae99adf0935b4", "sha256": "79145d8ffdabf3f75d662969cbe264171027b26c50e07ad05bcde8a119c8229c",
"dest": "cargo/vendor/egui_animation-0.12.0" "dest": "cargo/vendor/egui_animation-0.13.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"d4434e99040717912350c108ffe543ef68d34147691523fb726ae99adf0935b4\", \"files\": {}}", "contents": "{\"package\": \"79145d8ffdabf3f75d662969cbe264171027b26c50e07ad05bcde8a119c8229c\", \"files\": {}}",
"dest": "cargo/vendor/egui_animation-0.12.0", "dest": "cargo/vendor/egui_animation-0.13.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui_dnd/egui_dnd-0.16.0.crate", "url": "https://static.crates.io/crates/egui_dnd/egui_dnd-0.17.0.crate",
"sha256": "b1e40c74727cb2a7db02712604dbd293bb2a1dc8fa461e901612d280678fe56c", "sha256": "dac264b017f2e4466cd7c1e11b757fe3dd7cffff17607f6da2a7817ef25c97d8",
"dest": "cargo/vendor/egui_dnd-0.16.0" "dest": "cargo/vendor/egui_dnd-0.17.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"b1e40c74727cb2a7db02712604dbd293bb2a1dc8fa461e901612d280678fe56c\", \"files\": {}}", "contents": "{\"package\": \"dac264b017f2e4466cd7c1e11b757fe3dd7cffff17607f6da2a7817ef25c97d8\", \"files\": {}}",
"dest": "cargo/vendor/egui_dnd-0.16.0", "dest": "cargo/vendor/egui_dnd-0.17.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui_extras/egui_extras-0.35.0.crate", "url": "https://static.crates.io/crates/egui_extras/egui_extras-0.36.1.crate",
"sha256": "e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957", "sha256": "1e651e08ddf6bb8bfd964ad70e33bc721c093f2b77ab59580e7140c008dab68c",
"dest": "cargo/vendor/egui_extras-0.35.0" "dest": "cargo/vendor/egui_extras-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957\", \"files\": {}}", "contents": "{\"package\": \"1e651e08ddf6bb8bfd964ad70e33bc721c093f2b77ab59580e7140c008dab68c\", \"files\": {}}",
"dest": "cargo/vendor/egui_extras-0.35.0", "dest": "cargo/vendor/egui_extras-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui_glow/egui_glow-0.35.0.crate", "url": "https://static.crates.io/crates/egui_glow/egui_glow-0.36.1.crate",
"sha256": "52274b9bfb8d8e252cd0f00c9f6214f360d75a0962baa77a2d62ddb002fe99d4", "sha256": "69b65e45f8d8d7c6d848b3ec41f642b54ad828033f1511d4b4c9adc09040166a",
"dest": "cargo/vendor/egui_glow-0.35.0" "dest": "cargo/vendor/egui_glow-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"52274b9bfb8d8e252cd0f00c9f6214f360d75a0962baa77a2d62ddb002fe99d4\", \"files\": {}}", "contents": "{\"package\": \"69b65e45f8d8d7c6d848b3ec41f642b54ad828033f1511d4b4c9adc09040166a\", \"files\": {}}",
"dest": "cargo/vendor/egui_glow-0.35.0", "dest": "cargo/vendor/egui_glow-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/egui_material_icons/egui_material_icons-0.7.0.crate", "url": "https://static.crates.io/crates/egui_material_icons/egui_material_icons-0.8.0.crate",
"sha256": "bd64a174529ad8ad5b3fcf74bafa368ed24aacc5887c2742b1e69ce4151c1a61", "sha256": "cee0067630964844d829cc80f9b9744fdf0443b2eea1e66a0934ccc1af14eb82",
"dest": "cargo/vendor/egui_material_icons-0.7.0" "dest": "cargo/vendor/egui_material_icons-0.8.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"bd64a174529ad8ad5b3fcf74bafa368ed24aacc5887c2742b1e69ce4151c1a61\", \"files\": {}}", "contents": "{\"package\": \"cee0067630964844d829cc80f9b9744fdf0443b2eea1e66a0934ccc1af14eb82\", \"files\": {}}",
"dest": "cargo/vendor/egui_material_icons-0.7.0", "dest": "cargo/vendor/egui_material_icons-0.8.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -1412,14 +1412,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/emath/emath-0.35.0.crate", "url": "https://static.crates.io/crates/emath/emath-0.36.1.crate",
"sha256": "cd4ec073c9898516584d8c6cfdcee95b530b3d941cd5031ef4050aa36812308b", "sha256": "dce03cf1604f74515830012c29991beb0b58f69e4e43f5afe22fa7afed65ccd5",
"dest": "cargo/vendor/emath-0.35.0" "dest": "cargo/vendor/emath-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"cd4ec073c9898516584d8c6cfdcee95b530b3d941cd5031ef4050aa36812308b\", \"files\": {}}", "contents": "{\"package\": \"dce03cf1604f74515830012c29991beb0b58f69e4e43f5afe22fa7afed65ccd5\", \"files\": {}}",
"dest": "cargo/vendor/emath-0.35.0", "dest": "cargo/vendor/emath-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -1516,27 +1516,27 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/epaint/epaint-0.35.0.crate", "url": "https://static.crates.io/crates/epaint/epaint-0.36.1.crate",
"sha256": "4e60a8888b51da911df23918fd7301359b1d43a406a0ff3b8863af093dd7fc6c", "sha256": "11863a6b2b7823010c1090ddf4706947bdda46766742def0673195cbf7ff4a73",
"dest": "cargo/vendor/epaint-0.35.0" "dest": "cargo/vendor/epaint-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"4e60a8888b51da911df23918fd7301359b1d43a406a0ff3b8863af093dd7fc6c\", \"files\": {}}", "contents": "{\"package\": \"11863a6b2b7823010c1090ddf4706947bdda46766742def0673195cbf7ff4a73\", \"files\": {}}",
"dest": "cargo/vendor/epaint-0.35.0", "dest": "cargo/vendor/epaint-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/epaint_default_fonts/epaint_default_fonts-0.35.0.crate", "url": "https://static.crates.io/crates/epaint_default_fonts/epaint_default_fonts-0.36.1.crate",
"sha256": "13ee4e1f553a3584c301f3a56ff1a775f1384781396cea301c8d952e9b93f560", "sha256": "18dee69613aac468922cf28a32025eb7d7ed6985b61f73245848e58f37876c98",
"dest": "cargo/vendor/epaint_default_fonts-0.35.0" "dest": "cargo/vendor/epaint_default_fonts-0.36.1"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"13ee4e1f553a3584c301f3a56ff1a775f1384781396cea301c8d952e9b93f560\", \"files\": {}}", "contents": "{\"package\": \"18dee69613aac468922cf28a32025eb7d7ed6985b61f73245848e58f37876c98\", \"files\": {}}",
"dest": "cargo/vendor/epaint_default_fonts-0.35.0", "dest": "cargo/vendor/epaint_default_fonts-0.36.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -1737,14 +1737,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/font-types/font-types-0.11.3.crate", "url": "https://static.crates.io/crates/font-types/font-types-0.12.2.crate",
"sha256": "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7", "sha256": "0a7299a780854a6d391be2ae1c8521c9368471b559dbfd6a8dbd9f407eaff100",
"dest": "cargo/vendor/font-types-0.11.3" "dest": "cargo/vendor/font-types-0.12.2"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7\", \"files\": {}}", "contents": "{\"package\": \"0a7299a780854a6d391be2ae1c8521c9368471b559dbfd6a8dbd9f407eaff100\", \"files\": {}}",
"dest": "cargo/vendor/font-types-0.11.3", "dest": "cargo/vendor/font-types-0.12.2",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -2010,14 +2010,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/glifo/glifo-0.1.1.crate", "url": "https://static.crates.io/crates/glifo/glifo-0.2.0.crate",
"sha256": "d99fc21d493812643aae86d53b7bbd02f376434a90317e8a790bc209fdd6605e", "sha256": "ed4a1bb24121291d27230c1b1b44e07d6a9b28cefdb32fe1581dfb84e14f940a",
"dest": "cargo/vendor/glifo-0.1.1" "dest": "cargo/vendor/glifo-0.2.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"d99fc21d493812643aae86d53b7bbd02f376434a90317e8a790bc209fdd6605e\", \"files\": {}}", "contents": "{\"package\": \"ed4a1bb24121291d27230c1b1b44e07d6a9b28cefdb32fe1581dfb84e14f940a\", \"files\": {}}",
"dest": "cargo/vendor/glifo-0.1.1", "dest": "cargo/vendor/glifo-0.2.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -2179,27 +2179,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/harfrust/harfrust-0.7.0.crate", "url": "https://static.crates.io/crates/harfrust/harfrust-0.12.0.crate",
"sha256": "0431e8e389aa0f1e72bb9d1c2db8957a1a7a3580e8ed97db819c14837aac9b3e", "sha256": "c03d949a14aa089bbb282f7dd76a498a7f684428e4257202efc119ec010376f9",
"dest": "cargo/vendor/harfrust-0.7.0" "dest": "cargo/vendor/harfrust-0.12.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"0431e8e389aa0f1e72bb9d1c2db8957a1a7a3580e8ed97db819c14837aac9b3e\", \"files\": {}}", "contents": "{\"package\": \"c03d949a14aa089bbb282f7dd76a498a7f684428e4257202efc119ec010376f9\", \"files\": {}}",
"dest": "cargo/vendor/harfrust-0.7.0", "dest": "cargo/vendor/harfrust-0.12.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/hashbrown/hashbrown-0.16.1.crate",
"sha256": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100",
"dest": "cargo/vendor/hashbrown-0.16.1"
},
{
"type": "inline",
"contents": "{\"package\": \"841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100\", \"files\": {}}",
"dest": "cargo/vendor/hashbrown-0.16.1",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -2231,14 +2218,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/hello_egui_utils/hello_egui_utils-0.12.0.crate", "url": "https://static.crates.io/crates/hello_egui_utils/hello_egui_utils-0.13.0.crate",
"sha256": "7e31f814d47d37c03981b24094192586560fbe490c0b4ae94e808bdf076610b6", "sha256": "0d0485a9204e5b0ac282b381e041e97333ebbd1fb3ec374c0a1e67be2221d171",
"dest": "cargo/vendor/hello_egui_utils-0.12.0" "dest": "cargo/vendor/hello_egui_utils-0.13.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"7e31f814d47d37c03981b24094192586560fbe490c0b4ae94e808bdf076610b6\", \"files\": {}}", "contents": "{\"package\": \"0d0485a9204e5b0ac282b381e041e97333ebbd1fb3ec374c0a1e67be2221d171\", \"files\": {}}",
"dest": "cargo/vendor/hello_egui_utils-0.12.0", "dest": "cargo/vendor/hello_egui_utils-0.13.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -2267,19 +2254,6 @@
"dest": "cargo/vendor/hex-0.4.3", "dest": "cargo/vendor/hex-0.4.3",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/hexf-parse/hexf-parse-0.2.1.crate",
"sha256": "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df",
"dest": "cargo/vendor/hexf-parse-0.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df\", \"files\": {}}",
"dest": "cargo/vendor/hexf-parse-0.2.1",
"dest-filename": ".cargo-checksum.json"
},
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
@@ -2566,19 +2540,6 @@
"dest": "cargo/vendor/itertools-0.13.0", "dest": "cargo/vendor/itertools-0.13.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/itertools/itertools-0.14.0.crate",
"sha256": "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285",
"dest": "cargo/vendor/itertools-0.14.0"
},
{
"type": "inline",
"contents": "{\"package\": \"2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285\", \"files\": {}}",
"dest": "cargo/vendor/itertools-0.14.0",
"dest-filename": ".cargo-checksum.json"
},
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
@@ -3037,14 +2998,27 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/naga/naga-29.0.4.crate", "url": "https://static.crates.io/crates/naga/naga-30.0.0.crate",
"sha256": "b2bf919621e7975acb27d881bae2fb993e0d45c8e0446e85e6272971e00dc8df", "sha256": "23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033",
"dest": "cargo/vendor/naga-29.0.4" "dest": "cargo/vendor/naga-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"b2bf919621e7975acb27d881bae2fb993e0d45c8e0446e85e6272971e00dc8df\", \"files\": {}}", "contents": "{\"package\": \"23bf0a141a9ab6f07dbb492db53245e464bc9db42f407772d9ae03d83a2c1033\", \"files\": {}}",
"dest": "cargo/vendor/naga-29.0.4", "dest": "cargo/vendor/naga-30.0.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/naga-types/naga-types-30.0.0.crate",
"sha256": "658200ddc25c6c7b860747516d132d1b284c0fafb7a380233acee9a72fb30e11",
"dest": "cargo/vendor/naga-types-30.0.0"
},
{
"type": "inline",
"contents": "{\"package\": \"658200ddc25c6c7b860747516d132d1b284c0fafb7a380233acee9a72fb30e11\", \"files\": {}}",
"dest": "cargo/vendor/naga-types-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -4233,14 +4207,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/read-fonts/read-fonts-0.39.2.crate", "url": "https://static.crates.io/crates/read-fonts/read-fonts-0.41.0.crate",
"sha256": "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81", "sha256": "046a7d674daf459825b32f5062056d6882db0d2f5a479fbd76ccfc870ac18709",
"dest": "cargo/vendor/read-fonts-0.39.2" "dest": "cargo/vendor/read-fonts-0.41.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81\", \"files\": {}}", "contents": "{\"package\": \"046a7d674daf459825b32f5062056d6882db0d2f5a479fbd76ccfc870ac18709\", \"files\": {}}",
"dest": "cargo/vendor/read-fonts-0.39.2", "dest": "cargo/vendor/read-fonts-0.41.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -4862,14 +4836,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/skrifa/skrifa-0.42.1.crate", "url": "https://static.crates.io/crates/skrifa/skrifa-0.44.0.crate",
"sha256": "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564", "sha256": "819ab7d62b1d3e72d9d9dea5650bac30424f9111364bb94928dbf5ecad1baa68",
"dest": "cargo/vendor/skrifa-0.42.1" "dest": "cargo/vendor/skrifa-0.44.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564\", \"files\": {}}", "contents": "{\"package\": \"819ab7d62b1d3e72d9d9dea5650bac30424f9111364bb94928dbf5ecad1baa68\", \"files\": {}}",
"dest": "cargo/vendor/skrifa-0.42.1", "dest": "cargo/vendor/skrifa-0.44.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -5902,27 +5876,27 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/vello_common/vello_common-0.0.9.crate", "url": "https://static.crates.io/crates/vello_common/vello_common-0.1.0.crate",
"sha256": "19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750", "sha256": "b2e9aed918117e8152c9eddfd8362d73c465c23f26c44786aa331707b8a64fa2",
"dest": "cargo/vendor/vello_common-0.0.9" "dest": "cargo/vendor/vello_common-0.1.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750\", \"files\": {}}", "contents": "{\"package\": \"b2e9aed918117e8152c9eddfd8362d73c465c23f26c44786aa331707b8a64fa2\", \"files\": {}}",
"dest": "cargo/vendor/vello_common-0.0.9", "dest": "cargo/vendor/vello_common-0.1.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/vello_cpu/vello_cpu-0.0.9.crate", "url": "https://static.crates.io/crates/vello_cpu/vello_cpu-0.1.0.crate",
"sha256": "588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23", "sha256": "ac7349e1f55f6b801c7c277958df4ea53e7f20f21e8014910ad888b2ecda93ea",
"dest": "cargo/vendor/vello_cpu-0.0.9" "dest": "cargo/vendor/vello_cpu-0.1.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23\", \"files\": {}}", "contents": "{\"package\": \"ac7349e1f55f6b801c7c277958df4ea53e7f20f21e8014910ad888b2ecda93ea\", \"files\": {}}",
"dest": "cargo/vendor/vello_cpu-0.0.9", "dest": "cargo/vendor/vello_cpu-0.1.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@@ -6250,19 +6224,6 @@
"dest": "cargo/vendor/web-time-1.1.0", "dest": "cargo/vendor/web-time-1.1.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/webbrowser/webbrowser-1.2.2.crate",
"sha256": "ef62a3d5f7b2411119a11b6f62570dbff91d7105e011a20fb83fbf8f5761c40f",
"dest": "cargo/vendor/webbrowser-1.2.2"
},
{
"type": "inline",
"contents": "{\"package\": \"ef62a3d5f7b2411119a11b6f62570dbff91d7105e011a20fb83fbf8f5761c40f\", \"files\": {}}",
"dest": "cargo/vendor/webbrowser-1.2.2",
"dest-filename": ".cargo-checksum.json"
},
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
@@ -6279,79 +6240,79 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/wgpu/wgpu-29.0.4.crate", "url": "https://static.crates.io/crates/wgpu/wgpu-30.0.0.crate",
"sha256": "76e8840e1ba2881d4cbb18d2147627a56af426ff064c0401eb0c8410c6325d07", "sha256": "6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114",
"dest": "cargo/vendor/wgpu-29.0.4" "dest": "cargo/vendor/wgpu-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"76e8840e1ba2881d4cbb18d2147627a56af426ff064c0401eb0c8410c6325d07\", \"files\": {}}", "contents": "{\"package\": \"6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114\", \"files\": {}}",
"dest": "cargo/vendor/wgpu-29.0.4", "dest": "cargo/vendor/wgpu-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/wgpu-core/wgpu-core-29.0.4.crate", "url": "https://static.crates.io/crates/wgpu-core/wgpu-core-30.0.0.crate",
"sha256": "2f519832254e56965a9940c4af57dcb75f702b6f6fa4a0b172f685395843a4d7", "sha256": "08763620e76fc980bca7bf84de82568614487a53172dd968d89187282eb87fa2",
"dest": "cargo/vendor/wgpu-core-29.0.4" "dest": "cargo/vendor/wgpu-core-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"2f519832254e56965a9940c4af57dcb75f702b6f6fa4a0b172f685395843a4d7\", \"files\": {}}", "contents": "{\"package\": \"08763620e76fc980bca7bf84de82568614487a53172dd968d89187282eb87fa2\", \"files\": {}}",
"dest": "cargo/vendor/wgpu-core-29.0.4", "dest": "cargo/vendor/wgpu-core-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/wgpu-core-deps-windows-linux-android/wgpu-core-deps-windows-linux-android-29.0.4.crate", "url": "https://static.crates.io/crates/wgpu-core-deps-windows-linux-android/wgpu-core-deps-windows-linux-android-30.0.0.crate",
"sha256": "4e592c1bbef6ad047647ae6e666ebd8cee7a32bb4544d9700ec96cbf73230257", "sha256": "f76bc9c1c186ff3d9054e0d224c93c8c1c79d6653907c5249a5c1ea1a2cb1e43",
"dest": "cargo/vendor/wgpu-core-deps-windows-linux-android-29.0.4" "dest": "cargo/vendor/wgpu-core-deps-windows-linux-android-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"4e592c1bbef6ad047647ae6e666ebd8cee7a32bb4544d9700ec96cbf73230257\", \"files\": {}}", "contents": "{\"package\": \"f76bc9c1c186ff3d9054e0d224c93c8c1c79d6653907c5249a5c1ea1a2cb1e43\", \"files\": {}}",
"dest": "cargo/vendor/wgpu-core-deps-windows-linux-android-29.0.4", "dest": "cargo/vendor/wgpu-core-deps-windows-linux-android-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/wgpu-hal/wgpu-hal-29.0.4.crate", "url": "https://static.crates.io/crates/wgpu-hal/wgpu-hal-30.0.0.crate",
"sha256": "97ace1c17727311c22a46e4e3faf56ea6de81af99dcc839bdfb54857b94d448d", "sha256": "cf765132d8d5f50e192e7880464890c13f4e7457aafe8e5466e8174586e9f101",
"dest": "cargo/vendor/wgpu-hal-29.0.4" "dest": "cargo/vendor/wgpu-hal-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"97ace1c17727311c22a46e4e3faf56ea6de81af99dcc839bdfb54857b94d448d\", \"files\": {}}", "contents": "{\"package\": \"cf765132d8d5f50e192e7880464890c13f4e7457aafe8e5466e8174586e9f101\", \"files\": {}}",
"dest": "cargo/vendor/wgpu-hal-29.0.4", "dest": "cargo/vendor/wgpu-hal-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/wgpu-naga-bridge/wgpu-naga-bridge-29.0.4.crate", "url": "https://static.crates.io/crates/wgpu-naga-bridge/wgpu-naga-bridge-30.0.0.crate",
"sha256": "95226013f547544b223281cd16a4fb549aa9dcb562adbda0faae4c73ffbbc161", "sha256": "c9eaac644e5008925c78567d272b9d66ef83da55a53cc17fc7daade7bb6e66e5",
"dest": "cargo/vendor/wgpu-naga-bridge-29.0.4" "dest": "cargo/vendor/wgpu-naga-bridge-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"95226013f547544b223281cd16a4fb549aa9dcb562adbda0faae4c73ffbbc161\", \"files\": {}}", "contents": "{\"package\": \"c9eaac644e5008925c78567d272b9d66ef83da55a53cc17fc7daade7bb6e66e5\", \"files\": {}}",
"dest": "cargo/vendor/wgpu-naga-bridge-29.0.4", "dest": "cargo/vendor/wgpu-naga-bridge-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/wgpu-types/wgpu-types-29.0.4.crate", "url": "https://static.crates.io/crates/wgpu-types/wgpu-types-30.0.0.crate",
"sha256": "84bf84cd9ca8ca45e2b223a3868f1adf9bfc0c66aeac212e76ee7e40fdadf8f5", "sha256": "1a9c93c2b35edde326df60ffdee4c0f5864eac3011d6768b70d43f028ad93565",
"dest": "cargo/vendor/wgpu-types-29.0.4" "dest": "cargo/vendor/wgpu-types-30.0.0"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"84bf84cd9ca8ca45e2b223a3868f1adf9bfc0c66aeac212e76ee7e40fdadf8f5\", \"files\": {}}", "contents": "{\"package\": \"1a9c93c2b35edde326df60ffdee4c0f5864eac3011d6768b70d43f028ad93565\", \"files\": {}}",
"dest": "cargo/vendor/wgpu-types-29.0.4", "dest": "cargo/vendor/wgpu-types-30.0.0",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {