mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
15 lines
270 B
TOML
15 lines
270 B
TOML
[package]
|
|
name = "effects"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
path = "src/effects.rs"
|
|
crate-type = ["rlib"]
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.25.0", features = ["derive"] }
|
|
gpu = { version = "0.1.0", path = "../gpu" }
|
|
thiserror = "2.0.18"
|
|
wgpu = "29.0.1"
|