summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3172fcd..1d12c62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-pixels = "0.17.2"
wgpu = "29.0.4"
egui = {version = "0.35.0", features = ["default_fonts"]}
egui-winit = "0.35.0"
@@ -15,6 +14,7 @@ puffin = "0.20.0"
puffin_http = "0.17.0"
rand = "0.10.2"
rayon = "1.12.0"
+futures = "0.3.34"
[features]
profiler = []