diff --git a/hui/src/lib.rs b/hui/src/lib.rs index 42cbe65..31cfef6 100644 --- a/hui/src/lib.rs +++ b/hui/src/lib.rs @@ -22,6 +22,8 @@ pub mod state; pub mod text; pub mod color; pub mod signal; -pub mod frame; +//TODO change this to pub once the api is ready +//pub mod frame; +mod frame; pub use instance::UiInstance;