diff --git a/Cargo.lock b/Cargo.lock index 52eefb6..7c97857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1505,8 +1505,8 @@ dependencies = [ [[package]] name = "ndi" -version = "0.1.0" -source = "git+https://github.com/slerpyyy/ndi-rs?branch=main#e4973b1f1d6148370d0d3c0894afb29e8d42c71f" +version = "0.1.1" +source = "git+https://github.com/sp4ghet/ndi-rs?branch=main#5d05703eddc455dad7b60ae862955a19c81f5c34" [[package]] name = "ndk" @@ -2187,7 +2187,7 @@ dependencies = [ [[package]] name = "sh4der-jockey" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloca", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e97103f..4466481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sh4der-jockey" -version = "0.2.0" +version = "0.2.1" description = "A tool for shader coding and live performances" edition = "2018" build = "build.rs" @@ -26,7 +26,7 @@ imgui-winit-support = { git = "https://github.com/sp4ghet/imgui-rs", branch = "m lazy_static = "1.4" log = "0.4" midir = "0.7" -ndi = { git = "https://github.com/slerpyyy/ndi-rs", branch = "main" } +ndi = { git = "https://github.com/sp4ghet/ndi-rs", branch = "main" } nfd = { git = "https://github.com/saurvs/nfd-rs.git" } notify = "5.0.0-pre.7" num-complex = "0.4"