Skip to content

Commit 02d0225

Browse files
committed
baseview and egui_file and nih_plug updates
1 parent 3038220 commit 02d0225

2 files changed

Lines changed: 28 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Actuate"
3-
version = "1.3.91"
3+
version = "1.4.0"
44
edition = "2021"
55
authors = ["Ardura <azviscarra@gmail.com>"]
66
license = "GPL-3.0-or-later"
@@ -18,11 +18,11 @@ hound = "3.5.0"
1818
lazy_static = "1.4.0"
1919

2020
# Nih plug fork for actuate
21-
nih_plug = { git = "https://github.com/Ardura/nih-plug.git", rev = "32e4e96d0d9820f28bcfd22a6cde4c05b5c71a51", features = ["assert_process_allocs"] }
22-
nih_plug_egui = { git = "https://github.com/Ardura/nih-plug.git", rev = "32e4e96d0d9820f28bcfd22a6cde4c05b5c71a51" }
21+
nih_plug = { git = "https://github.com/Ardura/nih-plug.git", rev = "ce77d8c6daeebcdcc15e84a178ddce617ee6a3d3", features = ["assert_process_allocs"] }
22+
nih_plug_egui = { git = "https://github.com/Ardura/nih-plug.git", rev = "ce77d8c6daeebcdcc15e84a178ddce617ee6a3d3" }
2323

2424
# egui_file fork for nih-plug/Actuate
25-
egui_file = { git = "https://github.com/Ardura/egui_file.git", rev = "409258b8858ac1fb881ae2b5e40ff6d4a5cd474a" }
25+
egui_file = { git = "https://github.com/Barugon/egui_file.git", rev = "28a242a7e921144e9ac442cc00fad6eca01b59e6" }
2626

2727
num-complex = "0.4.4"
2828
num-traits = "0.2.17"

0 commit comments

Comments
 (0)