summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-15 11:36:10 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-15 11:36:10 -0700
commitb510f5fcf5335c5e26d65ca96d7ec16c2f050f5d (patch)
tree697d6b6991bec52e5041c8cc35cc98e12197edcb /Cargo.toml
parentab2d7e3150eb28f9a8fc4ce83c6477753bdbcee3 (diff)
wip
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d12c62..78e993e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
wgpu = "29.0.4"
+wgpu-types = "29.0.4"
egui = {version = "0.35.0", features = ["default_fonts"]}
egui-winit = "0.35.0"
egui-wgpu = "0.35.0"