this repo has no description
3
fork

Configure Feed

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

๐Ÿ‘ฉโ€๐Ÿ’ปโ€ Remove hotpath from default deps as it's not working on Windows

+1 -1
+1 -1
Cargo.toml
··· 25 25 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 26 26 27 27 [features] 28 - default = ["vst", "video", "video-server", "hotpath"] 28 + default = ["vst", "video", "video-server"] 29 29 vst = [ 30 30 "rand/thread_rng", 31 31 "dep:env_logger",