Initial implementation of imgui support

This commit is contained in:
reo 2025-09-06 11:52:49 +03:00
parent 1a200e62ef
commit 3fd5b09a94
6 changed files with 95 additions and 4 deletions

View file

@ -1,2 +1,4 @@
mod basic;
pub mod debug_ui;
pub use basic::BasicMeshRenderingSystem;