mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
14 lines
203 B
TOML
14 lines
203 B
TOML
[package]
|
|
name = "gpu"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.25.0", features = ["derive"] }
|
|
thiserror = "2.0.18"
|
|
wgpu = "29.0.1"
|
|
|
|
[features]
|
|
default = []
|
|
wasm = []
|