summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2026-05-12 19:01:27 -0400
committerJon Santmyer <jon@jonsantmyer.com>2026-05-12 19:01:27 -0400
commita0a3b3974cab754c10a1517d82762b99482970ce (patch)
tree8aeb0ca1e007bacecc8e12a263bd5aa321b8f69a /Cargo.toml
parent7f63ec5c10eb7e8dd4edaabd1a6a437328911d39 (diff)
downloadsystemic4x-main.tar.gz
systemic4x-main.tar.bz2
systemic4x-main.zip
update packages to latest versionsHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95edc86..6b84c4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,17 +4,18 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+wgpu = "29.0.3"
+winit = { version = "0.30.13", features = ["wayland"]}
bytemuck = { version = "1.25.0", features = ["derive"]}
cgmath = "0.18.0"
csv = "1.4.0"
-egui = "0.33.3"
-egui-wgpu = { version = "0.33.3", features = [ "winit" ]}
-egui-winit = "0.33.3"
+egui = "0.34.2"
+egui-wgpu = { version = "0.34.2", features = [ "winit" ]}
+egui-winit = "0.34.2"
env_logger = "0.11.8"
log = "0.4.29"
phf = { version = "0.13.1", features = ["macros"]}
pollster = "0.4.0"
serde = { version = "1.0.228", features = ["derive"]}
stringreader = "0.1.1"
-wgpu = "27.0.1"
-winit = { version = "0.30.12", features = ["wayland"]}
+egui_extras = "0.34.2"