Update Dependencies (#150)

* Update Dependencies

* Fix non-WGPU builds

---------

Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
This commit is contained in:
NWPlayer123
2025-01-01 20:45:48 -07:00
committed by GitHub
parent c65e87c382
commit dcafe51eda
5 changed files with 320 additions and 288 deletions

View File

@@ -31,8 +31,8 @@ const_format = "0.2"
cwdemangle = "1.0"
cwextab = "1.0"
dirs = "5.0"
egui = "0.29"
egui_extras = "0.29"
egui = "0.30"
egui_extras = "0.30"
filetime = "0.2"
float-ord = "0.3"
font-kit = "0.14"
@@ -54,7 +54,7 @@ time = { version = "0.3", features = ["formatting", "local-offset"] }
# Keep version in sync with egui
[dependencies.eframe]
version = "0.29"
version = "0.30"
features = [
"default_fonts",
"persistence",
@@ -65,7 +65,7 @@ default-features = false
# Keep version in sync with eframe
[dependencies.wgpu]
version = "22.1"
version = "23.0"
features = [
"dx12",
"metal",