chore(deps): bump egui_extras from 0.33.3 to 0.35.0

Bumps [egui_extras](https://github.com/emilk/egui) from 0.33.3 to 0.35.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.33.3...0.35.0)

---
updated-dependencies:
- dependency-name: egui_extras
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-21 17:56:06 +00:00
committed by GitHub
parent fd3d52c477
commit 9bd70cd76f
2 changed files with 264 additions and 24 deletions
Generated
+263 -23
View File
@@ -24,13 +24,22 @@ version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf203f9d3bd8f29f98833d1fbef628df18f759248a547e7e01cfbf63cda36a99"
[[package]]
name = "accesskit"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b7f7f85a7e5f68090000ed7622545829afd484d210358702ae4cb97dd0c320"
dependencies = [
"uuid",
]
[[package]]
name = "accesskit_atspi_common"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "890d241cf51fc784f0ac5ac34dfc847421f8d39da6c7c91a0fcc987db62a8267"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"accesskit_consumer",
"atspi-common",
"serde",
@@ -44,7 +53,7 @@ version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db81010a6895d8707f9072e6ce98070579b43b717193d2614014abd5cb17dd43"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"hashbrown 0.15.5",
]
@@ -54,7 +63,7 @@ version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0089e5c0ac0ca281e13ea374773898d9354cc28d15af9f0f7394d44a495b575"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"accesskit_consumer",
"hashbrown 0.15.5",
"objc2 0.5.2",
@@ -68,7 +77,7 @@ version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301e55b39cfc15d9c48943ce5f572204a551646700d0e8efa424585f94fec528"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"accesskit_atspi_common",
"async-channel",
"async-executor",
@@ -86,7 +95,7 @@ version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d63dd5041e49c363d83f5419a896ecb074d309c414036f616dc0b04faca971"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"accesskit_consumer",
"hashbrown 0.15.5",
"static_assertions",
@@ -100,7 +109,7 @@ version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8cfabe59d0eaca7412bfb1f70198dd31e3b0496fee7e15b066f9c36a1a140a0"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"accesskit_macos",
"accesskit_unix",
"accesskit_windows",
@@ -642,7 +651,7 @@ name = "base16-egui-themes"
version = "0.1.0"
source = "git+https://github.com/LGUG2Z/base16-egui-themes?rev=3f157904c641f0dc80f043449fe0214fc4182425#3f157904c641f0dc80f043449fe0214fc4182425"
dependencies = [
"egui",
"egui 0.33.3",
"schemars 1.2.1",
"serde",
"strum",
@@ -930,7 +939,7 @@ name = "catppuccin-egui"
version = "5.6.0"
source = "git+https://github.com/LGUG2Z/catppuccin-egui?rev=b2f95cbf441d1dd99f3c955ef10dcb84ce23c20a#b2f95cbf441d1dd99f3c955ef10dcb84ce23c20a"
dependencies = [
"egui",
"egui 0.33.3",
]
[[package]]
@@ -1087,6 +1096,15 @@ dependencies = [
"unicode-width 0.2.2",
]
[[package]]
name = "color"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ec7c5eb7a16992b1904d76c517d170ab353b0e0b3d5a0c81a8a0cd1037893cf"
dependencies = [
"bytemuck",
]
[[package]]
name = "color-eyre"
version = "0.6.5"
@@ -1600,7 +1618,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71ddb8ac7643d1dba1bb02110e804406dd459a838efcb14011ced10556711a8e"
dependencies = [
"bytemuck",
"emath",
"emath 0.33.3",
]
[[package]]
name = "ecolor"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6758be723a3f298bbfda4db75748bc2ba0abafe096b6383c7c32da264764fbc3"
dependencies = [
"emath 0.35.0",
]
[[package]]
@@ -1636,7 +1663,7 @@ dependencies = [
"ahash",
"bytemuck",
"document-features",
"egui",
"egui 0.33.3",
"egui-wgpu",
"egui-winit",
"egui_glow",
@@ -1668,11 +1695,30 @@ version = "0.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9b567d356674e9a5121ed3fedfb0a7c31e059fe71f6972b691bcd0bfc284e3"
dependencies = [
"accesskit",
"accesskit 0.21.1",
"ahash",
"bitflags 2.13.1",
"emath",
"epaint",
"emath 0.33.3",
"epaint 0.33.3",
"log",
"nohash-hasher",
"profiling",
"smallvec",
"unicode-segmentation",
]
[[package]]
name = "egui"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2796c98d50b79631281d516343a6f6e93c0666462ca36e2c93b39f25d7793325"
dependencies = [
"accesskit 0.24.1",
"ahash",
"bitflags 2.13.1",
"emath 0.35.0",
"epaint 0.35.0",
"itertools",
"log",
"nohash-hasher",
"profiling",
@@ -1685,7 +1731,7 @@ name = "egui-phosphor"
version = "0.10.0"
source = "git+https://github.com/amPerl/egui-phosphor?rev=d13688738478ecd12b426e3e74c59d6577a85b59#d13688738478ecd12b426e3e74c59d6577a85b59"
dependencies = [
"egui",
"egui 0.33.3",
]
[[package]]
@@ -1697,8 +1743,8 @@ dependencies = [
"ahash",
"bytemuck",
"document-features",
"egui",
"epaint",
"egui 0.33.3",
"epaint 0.33.3",
"log",
"profiling",
"thiserror 2.0.19",
@@ -1717,7 +1763,7 @@ dependencies = [
"accesskit_winit",
"arboard",
"bytemuck",
"egui",
"egui 0.33.3",
"log",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
@@ -1732,13 +1778,14 @@ dependencies = [
[[package]]
name = "egui_extras"
version = "0.33.3"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01d34e845f01c62e3fded726961092e70417d66570c499b9817ab24674ca4ed"
checksum = "e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957"
dependencies = [
"ahash",
"egui",
"egui 0.35.0",
"enum-map",
"itertools",
"log",
"mime_guess2",
"profiling",
@@ -1751,7 +1798,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6420863ea1d90e750f75075231a260030ad8a9f30a7cef82cdc966492dc4c4eb"
dependencies = [
"bytemuck",
"egui",
"egui 0.33.3",
"glow",
"log",
"memoffset",
@@ -1776,6 +1823,12 @@ dependencies = [
"bytemuck",
]
[[package]]
name = "emath"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd4ec073c9898516584d8c6cfdcee95b530b3d941cd5031ef4050aa36812308b"
[[package]]
name = "encoding_rs"
version = "0.8.35"
@@ -1841,8 +1894,8 @@ dependencies = [
"ab_glyph",
"ahash",
"bytemuck",
"ecolor",
"emath",
"ecolor 0.33.3",
"emath 0.33.3",
"epaint_default_fonts",
"log",
"nohash-hasher",
@@ -1850,6 +1903,29 @@ dependencies = [
"profiling",
]
[[package]]
name = "epaint"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e60a8888b51da911df23918fd7301359b1d43a406a0ff3b8863af093dd7fc6c"
dependencies = [
"ahash",
"ecolor 0.35.0",
"emath 0.35.0",
"font-types",
"harfrust",
"log",
"nohash-hasher",
"parking_lot",
"profiling",
"self_cell",
"skrifa",
"smallvec",
"unicode-general-category",
"unicode-segmentation",
"vello_cpu",
]
[[package]]
name = "epaint_default_fonts"
version = "0.33.3"
@@ -1898,6 +1974,15 @@ version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
[[package]]
name = "euclid"
version = "0.22.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
dependencies = [
"num-traits",
]
[[package]]
name = "event-listener"
version = "5.4.1"
@@ -1983,6 +2068,12 @@ dependencies = [
"simd-adler32",
]
[[package]]
name = "fearless_simd"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97b65636e5b9ef369943878ac74335ba1c55c1cb6adbf1e2c293c624248d693"
[[package]]
name = "fiat-crypto"
version = "0.2.9"
@@ -2083,6 +2174,15 @@ dependencies = [
"winapi",
]
[[package]]
name = "font-types"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7"
dependencies = [
"bytemuck",
]
[[package]]
name = "foreign-types"
version = "0.3.2"
@@ -2369,6 +2469,22 @@ dependencies = [
"xml-rs",
]
[[package]]
name = "glifo"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d99fc21d493812643aae86d53b7bbd02f376434a90317e8a790bc209fdd6605e"
dependencies = [
"bytemuck",
"foldhash 0.2.0",
"hashbrown 0.17.1",
"log",
"peniko",
"skrifa",
"smallvec",
"vello_common",
]
[[package]]
name = "glob"
version = "0.3.4"
@@ -2504,6 +2620,15 @@ dependencies = [
"bitflags 2.13.1",
]
[[package]]
name = "guillotiere"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b17e70c989c36bad147b27a58d148c0741c51448aa5653436547323e524d0ab"
dependencies = [
"euclid",
]
[[package]]
name = "h2"
version = "0.4.15"
@@ -2535,6 +2660,18 @@ dependencies = [
"zerocopy",
]
[[package]]
name = "harfrust"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0431e8e389aa0f1e72bb9d1c2db8957a1a7a3580e8ed97db819c14837aac9b3e"
dependencies = [
"bitflags 2.13.1",
"bytemuck",
"read-fonts",
"smallvec",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
@@ -2574,6 +2711,9 @@ name = "hashbrown"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
dependencies = [
"foldhash 0.2.0",
]
[[package]]
name = "heck"
@@ -3381,6 +3521,18 @@ dependencies = [
"libc",
]
[[package]]
name = "kurbo"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b60dfc32f652b926df6192e55525b16d186c69d47876c3ead4da5cc9f8450e2"
dependencies = [
"arrayvec",
"euclid",
"polycool",
"smallvec",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
@@ -3467,6 +3619,12 @@ dependencies = [
"vcpkg",
]
[[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"
@@ -4772,6 +4930,19 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
[[package]]
name = "peniko"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839c8299360d2e998bdb106dc0a6cd71dcc5f4df51df1b620361bf50e283cca6"
dependencies = [
"bytemuck",
"color",
"kurbo",
"linebender_resource_handle",
"smallvec",
]
[[package]]
name = "percent-encoding"
version = "2.3.2"
@@ -4961,6 +5132,15 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "polycool"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6"
dependencies = [
"arrayvec",
]
[[package]]
name = "portable-atomic"
version = "1.14.0"
@@ -5334,6 +5514,16 @@ dependencies = [
"crossbeam-utils",
]
[[package]]
name = "read-fonts"
version = "0.39.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81"
dependencies = [
"bytemuck",
"font-types",
]
[[package]]
name = "reborrow"
version = "0.5.5"
@@ -5722,6 +5912,12 @@ dependencies = [
"libc",
]
[[package]]
name = "self_cell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
[[package]]
name = "semver"
version = "1.0.28"
@@ -6015,6 +6211,16 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
[[package]]
name = "skrifa"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564"
dependencies = [
"bytemuck",
"read-fonts",
]
[[package]]
name = "slab"
version = "0.4.12"
@@ -6865,6 +7071,12 @@ version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
[[package]]
name = "unicode-general-category"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
[[package]]
name = "unicode-ident"
version = "1.0.24"
@@ -6982,6 +7194,34 @@ version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vello_common"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750"
dependencies = [
"bytemuck",
"fearless_simd",
"guillotiere",
"hashbrown 0.17.1",
"log",
"peniko",
"smallvec",
"thiserror 2.0.19",
]
[[package]]
name = "vello_cpu"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23"
dependencies = [
"bytemuck",
"glifo",
"hashbrown 0.17.1",
"vello_common",
]
[[package]]
name = "version_check"
version = "0.9.5"
+1 -1
View File
@@ -21,7 +21,7 @@ crossbeam-channel = "0.5"
crossbeam-utils = "0.8"
color-eyre = "0.6"
eframe = "0.33"
egui_extras = "0.33"
egui_extras = "0.35"
dirs = "6"
dunce = "1"
hotwatch = "0.5"