From ab2d7e3150eb28f9a8fc4ce83c6477753bdbcee3 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Fri, 14 Aug 2026 00:59:05 -0700 Subject: pixel pipeline working --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 = [] -- cgit v1.3.1