Feat: clean the codebase as much as possible
Some checks failed
Deploy Website / deploy (push) Failing after 4m51s

This commit is contained in:
2026-02-21 14:46:53 +01:00
parent f85a20d9a7
commit a1190af494
17 changed files with 233 additions and 368 deletions

View File

@@ -1,6 +1,7 @@
pub use cagire_forth as forth;
pub mod app;
#[cfg(feature = "cli")]
pub mod init;
pub mod commands;
pub mod engine;
@@ -18,5 +19,5 @@ pub mod widgets;
#[cfg(feature = "block-renderer")]
pub mod block_renderer;
#[cfg(feature = "desktop")]
#[cfg(feature = "block-renderer")]
pub mod input_egui;