This commit is contained in:
griffi-gh 2023-11-23 11:11:04 +01:00
parent cf56bf29fe
commit 4b840c5ff0

View file

@ -6,7 +6,8 @@ use crate::{
state::StateRepo
};
#[cfg(feature = "builtin")] mod builtin {
#[cfg(feature = "builtin")]
mod builtin {
pub mod rect;
pub mod container;
pub mod spacer;