Skip to content

Commit d8efa0b

Browse files
committed
Update to the latest Vizia
1 parent b3038b4 commit d8efa0b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nih_plug_vizia/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nih_plug_assets = { git = "https://github.com/robbert-vdh/nih_plug_assets.git" }
1414
baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "2c1b1a7b0fef1a29a5150a6a8f6fef6a0cbab8c4" }
1515
# This contains an as of writing not yet merged patch for rounding errors when
1616
# resizing, and a workaround for certain events not firing when resizing
17-
vizia = { git = "https://github.com/robbert-vdh/vizia.git", tag = "patched-2023-12-30", default-features = false, features = ["baseview", "clipboard", "x11"] }
17+
vizia = { git = "https://github.com/robbert-vdh/vizia.git", tag = "patched-2024-05-05", default-features = false, features = ["baseview", "clipboard", "x11"] }
1818

1919
crossbeam = "0.8"
2020
# To make the state persistable

0 commit comments

Comments
 (0)