experimental SVG-based video rendering engine made for music videos. React to MIDI or arbitrary signals from your DAW through "probe" VSTs
3
fork

Configure Feed

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

⬆️ Update Rust crate hotpath to 0.10.1 (#159)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
2a3ed412 ad2ef8be

+5 -5
+4 -4
Cargo.lock
··· 1292 1292 1293 1293 [[package]] 1294 1294 name = "hotpath" 1295 - version = "0.9.3" 1295 + version = "0.10.1" 1296 1296 source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "3554f9fc054c95f68e9f31196ca3aa77c6ce299f2e5877788e68168d01b7cfab" 1297 + checksum = "2dc168af8ef9f2f803292b6eca3bba81daca09df4f019f1d589d4392cc4a84e9" 1298 1298 dependencies = [ 1299 1299 "arc-swap", 1300 1300 "base64", ··· 1320 1320 1321 1321 [[package]] 1322 1322 name = "hotpath-macros" 1323 - version = "0.9.3" 1323 + version = "0.10.1" 1324 1324 source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "9e8cf5fa828dd9b99de52bb85f9027c0d5205971cb3c45842b4bf6d7c7f6c679" 1325 + checksum = "b2bcbc49dbb85d4226c95a61ab989247ceddb4901c679bcfcab39e586c3e26ad" 1326 1326 dependencies = [ 1327 1327 "proc-macro2", 1328 1328 "quote",
+1 -1
Cargo.toml
··· 100 100 quick-xml = "0.39.0" 101 101 num = "0.4.3" 102 102 serde-wasm-bindgen = { version = "0.6.5", optional = true } 103 - hotpath = { version = "0.9.3", optional = true } 103 + hotpath = { version = "0.10.1", optional = true } 104 104 105 105 [dev-dependencies] 106 106 insta = "1.46.3"