Skip to content

Commit

Permalink
Use upstream clap-sys, CLAP 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justcfx2u committed Jan 11, 2025
1 parent 16c6c58 commit 1f9c0cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ atomic_refcell = "0.1"
backtrace = "0.3.65"
bitflags = "1.3"
cfg-if = "1.0"
# This supports CLAP 1.1.8
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys.git", branch = "feature/cstr-macro" }
# This supports CLAP 1.2.2
clap-sys = { git = "https://github.com/micahrj/clap-sys.git", rev = "25d7f53fdb6363ad63fbd80049cb7a42a97ac156" }
crossbeam = "0.8"
log = { version = "0.4", features = ["std", "release_max_level_info"] }
midi-consts = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/wrapper/clap/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use atomic_refcell::AtomicRefMut;
use clap_sys::ext::draft::remote_controls::{
use clap_sys::ext::remote_controls::{
clap_remote_controls_page, CLAP_REMOTE_CONTROLS_COUNT,
};
use clap_sys::id::{clap_id, CLAP_INVALID_ID};
Expand Down
2 changes: 1 addition & 1 deletion src/wrapper/clap/wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use clap_sys::ext::audio_ports::{
use clap_sys::ext::audio_ports_config::{
clap_audio_ports_config, clap_plugin_audio_ports_config, CLAP_EXT_AUDIO_PORTS_CONFIG,
};
use clap_sys::ext::draft::remote_controls::{
use clap_sys::ext::remote_controls::{
clap_plugin_remote_controls, clap_remote_controls_page, CLAP_EXT_REMOTE_CONTROLS,
};
use clap_sys::ext::gui::{
Expand Down

0 comments on commit 1f9c0cd

Please sign in to comment.