diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-05 21:50:56 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-05 21:50:56 +0200 |
| commit | e5d67bf7e36671d290b19064f58bc11616c05b8b (patch) | |
| tree | a529b876e4198bb470113837bfd6dca3fda3409e /engine/src/lib.rs | |
| parent | 87015a4abcd45d6c69b289467c9e37426e1f0930 (diff) | |
Diffstat (limited to 'engine/src/lib.rs')
| -rw-r--r-- | engine/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/lib.rs b/engine/src/lib.rs index d6ca6df..b1c41d6 100644 --- a/engine/src/lib.rs +++ b/engine/src/lib.rs @@ -37,6 +37,7 @@ pub mod rendering; pub mod shader; pub mod texture; pub mod transform; +pub mod ui; pub mod windowing; pub extern crate engine_ecs as ecs; |
