clap_clap/
version.rs

1//! CLAP version.
2
3/// CLAP 1.2.5
4pub use crate::ffi::CLAP_VERSION;
5pub use crate::ffi::clap_version as ClapVersion;