Feat: make some stuff optional for the CLAP/VST version

This commit is contained in:
2026-02-21 13:23:43 +01:00
parent baa2aba381
commit f85a20d9a7
9 changed files with 42 additions and 19 deletions

View File

@@ -15,5 +15,8 @@ pub mod theme;
pub mod views;
pub mod widgets;
#[cfg(feature = "block-renderer")]
pub mod block_renderer;
#[cfg(feature = "desktop")]
pub mod input_egui;