output: update README

This commit is contained in:
🪞👃🪞 2025-08-23 12:42:51 +03:00
parent d92e5efdd0
commit 3e2b07158c
5 changed files with 28 additions and 79 deletions

View file

@ -10,7 +10,7 @@ pub(crate) use tengri_core::*;
#[cfg(feature = "dsl")] pub(crate) use ::tengri_dsl::*;
mod space; pub use self::space::*;
mod ops; pub use self::ops::*;
mod layout; pub use self::layout::*;
mod output; pub use self::output::*;
#[cfg(test)] mod test;