Skip to content

Commit

Permalink
Release of version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slerpyyy committed Sep 18, 2021
1 parent 6904549 commit c5eb68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit c5eb68a

Please sign in to comment.