this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’š Try putting nih_plug in dev deps to publish on crates.io

+4 -4
+4 -4
Cargo.toml
··· 22 22 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 23 23 24 24 [features] 25 - vst = ["dep:env_logger", "dep:nih_plug", "dep:ureq"] 25 + vst = ["dep:env_logger", "dep:ureq"] 26 26 web = ["dep:wasm-bindgen", "dep:web-sys"] 27 27 mp4 = ["dep:env_logger", "dep:ffmpeg-next", "dep:video-rs"] 28 28 29 29 [dependencies] 30 - nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = [ 31 - "assert_process_allocs", 32 - ], optional = true, version = "0.0.0" } 33 30 anyhow = "1.0.81" 34 31 chrono = "0.4.23" 35 32 docopt = "1.1.1" ··· 78 75 79 76 [dev-dependencies] 80 77 rust-analyzer = "0.0.1" 78 + nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = [ 79 + "assert_process_allocs", 80 + ]}