Use a patched {egui-,}baseview for X11 GL contexts

This commit is contained in:
Robbert van der Helm
2022-02-07 21:58:59 +01:00
parent 5549fd4185
commit 02115d5004
5 changed files with 27 additions and 55 deletions

View File

@@ -28,8 +28,7 @@ cfg-if = "1.0"
crossbeam = "0.8"
lazy_static = "1.4"
parking_lot = "0.12"
# 0.4.x doesn't work with baseview
raw-window-handle = "0.3"
raw-window-handle = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/atomic-reference-count" }