19 lines
377 B
TOML
19 lines
377 B
TOML
[package]
|
|
name = "cub"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
arrayvec = "0.7.6"
|
|
rawloader = { git = "https://github.com/andreytkachenko/rawloader" }
|
|
cubecl = { git = "https://github.com/tracel-ai/cubecl.git", features = [
|
|
# "wgpu-spirv",
|
|
"wgpu",
|
|
# "cuda",
|
|
] }
|
|
smallvec = "1.13.2"
|
|
bytemuck = "1.19.0"
|
|
image = "0.25.5"
|
|
thiserror = "2.0.4"
|
|
log = "0.4.22"
|