Rust shaders

This commit is contained in:
2026-01-11 13:07:57 +01:00
parent 255c2097d5
commit f55812a3c0
388 changed files with 1790 additions and 61 deletions

View File

@ -6,8 +6,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
bytemuck = "1.24.0"
cgmath = "0.18.0"
crevice = {version = "0.18.0", features = ["cgmath"]}
crevice = {version = "0.18.0"}
egui = "0.33.3"
egui-wgpu = "0.33.3"
egui-winit = "0.33.3"
@ -20,6 +19,8 @@ rand = "0.9.2"
tiff = "0.10.3"
wgpu = {version = "27.0.1", features = ["spirv"]}
winit = "0.30.12"
gpu_shared = {path = "gpu_shared/"}
glam = {version = "0.30.10", features = ["bytemuck"]}
[build-dependencies]
spirv-builder = {git = "https://github.com/rust-gpu/rust-gpu"}