[package] name = "wgebra" authors = ["Sébastien Crozet "] description = "Composable WGSL shaders for linear algebra." homepage = "https://wgmath.rs" repository = "https://github.com/dimforge/wgmath" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" [dependencies] wgpu = { workspace = true } bytemuck = { workspace = true } anyhow = { workspace = true } async-channel = { workspace = true } naga_oil = { workspace = true } nalgebra = { workspace = true } wgcore = { version = "0.1", path = "../wgcore", features = ["derive"] } [dev-dependencies] nalgebra = { version = "0.33", features = ["rand"] } futures-test = "0.3" serial_test = "3" approx = "0.5"