Skip to content

Commit 445f823

Browse files
authored
Merge pull request #16 from ardura/new_aux_updates
Added ability for 6 total inputs, cleaned up ui, made slim checkbox
2 parents 8fff54f + 4afa243 commit 445f823

File tree

4 files changed

+1016
-295
lines changed

4 files changed

+1016
-295
lines changed

Cargo.lock

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrollscope"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
edition = "2021"
55
authors = ["Ardura <azviscarra@gmail.com>"]
66
license = "GPL-3.0-or-later"
@@ -16,6 +16,8 @@ crate-type = ["cdylib","lib"]
1616
[dependencies]
1717
atomic_float = "0.1"
1818
egui = "0.21.0"
19+
itertools = "0.12.1"
20+
# This is copied from Actuate, technically it could point to Robbert's Git too, doesn't matter
1921
nih_plug = { git = "https://github.com/ardura/nih-plug.git", rev = "e59dc33aaf0c06c834dba0821f6e269e6377f362", features = ["assert_process_allocs"] }
2022
nih_plug_egui = { git = "https://github.com/ardura/nih-plug.git", rev = "e59dc33aaf0c06c834dba0821f6e269e6377f362" }
2123

0 commit comments

Comments
 (0)