diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-14 00:59:05 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-14 00:59:05 -0700 |
| commit | ab2d7e3150eb28f9a8fc4ce83c6477753bdbcee3 (patch) | |
| tree | 6407a935237b37f903101f7c00addd22920a8a0f /Cargo.toml | |
| parent | b0d9202a97d2843477c5abbaa491f298c70a55a3 (diff) | |
pixel pipeline working
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |
