Skip to content

Commit

Permalink
Revert nannou_egui_demo_app and nannou_isf crates to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jan 17, 2024
1 parent 624a596 commit 0e68c63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hrtf = "0.2"
nannou = { version ="0.19.0", path = "../nannou" }
nannou_audio = { version ="0.19.0", path = "../nannou_audio" }
nannou_egui = { version ="0.19.0", path = "../nannou_egui" }
nannou_isf = { version ="0.19.0", path = "../nannou_isf" }
nannou_isf = { version ="0.1.0", path = "../nannou_isf" }
nannou_laser = { version ="0.19.0", features = ["ffi", "ilda-idtf"], path = "../nannou_laser" }
nannou_osc = { version ="0.19.0", path = "../nannou_osc" }
pitch_calc = { version = "0.12", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion nannou_egui_demo_app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nannou_egui_demo_app"
version ="0.19.0"
version ="0.1.0"
authors = ["mitchmindtree <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion nannou_isf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nannou_isf"
version ="0.19.0"
version ="0.1.0"
authors = ["mitchmindtree <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 0e68c63

Please sign in to comment.