Skip to content

Commit fc50f18

Browse files
committed
cargo for example
1 parent 6ebe1be commit fc50f18

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

example/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "example_plugin"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]
7+
rustsynth = { path = "../rustsynth", features = ["vapoursynth-functions"] }
8+
rustsynth-derive = {path = "../rustsynth-derive" }
9+
10+
[features]
11+
plugin = []
12+
13+
[lib]
14+
name = "example_plugin"
15+
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)