Files
enkou/Cargo.toml
bspeice 64b2863fc2
CI / cargo test (GPU) (push) Failing after 20s
CI / cargo fmt (push) Successful in 11m1s
CI / cargo test (push) Failing after 10m13s
Initial commit
2026-06-19 11:42:50 -04:00

27 lines
710 B
TOML

[workspace]
members = [
"enkou-shaders",
"enkou-shaders-tests",
]
resolver = "3"
[workspace.package]
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2024"
license = "MIT"
repository = ""
[workspace.lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(target_arch, values("spirv"))'] }
[workspace.dependencies]
cargo-gpu-install = { git = "https://github.com/Rust-GPU/rust-gpu.git", rev = "67f1ff2" }
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu.git", rev = "67f1ff2" }
anyhow = "1.0.102"
bytemuck = { version = "1.25.0", features = ["derive"] }
glam = { version = "0.33.1", default-features = false, features = ["libm"] }
rspirv = "0.13.0"