mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
for now, make frame non-pub
This commit is contained in:
parent
85810a2e59
commit
d347f8f7e9
|
@ -22,6 +22,8 @@ pub mod state;
|
||||||
pub mod text;
|
pub mod text;
|
||||||
pub mod color;
|
pub mod color;
|
||||||
pub mod signal;
|
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;
|
pub use instance::UiInstance;
|
||||||
|
|
Loading…
Reference in a new issue