summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-14 00:59:05 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-14 00:59:05 -0700
commitab2d7e3150eb28f9a8fc4ce83c6477753bdbcee3 (patch)
tree6407a935237b37f903101f7c00addd22920a8a0f /Cargo.toml
parentb0d9202a97d2843477c5abbaa491f298c70a55a3 (diff)
pixel pipeline working
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 = []