diff options
Diffstat (limited to 'engine/src')
| -rw-r--r-- | engine/src/ui.rs | 2 | ||||
| -rw-r--r-- | engine/src/ui/dear_imgui.rs (renamed from engine/src/ui/imgui.rs) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/src/ui.rs b/engine/src/ui.rs index 9dd3280..939c408 100644 --- a/engine/src/ui.rs +++ b/engine/src/ui.rs @@ -1 +1 @@ -pub mod imgui; +pub mod dear_imgui; diff --git a/engine/src/ui/imgui.rs b/engine/src/ui/dear_imgui.rs index f9b4130..7c5dbc3 100644 --- a/engine/src/ui/imgui.rs +++ b/engine/src/ui/dear_imgui.rs @@ -90,7 +90,7 @@ pub static SHADER_ASSET_LABEL: LazyLock<AssetLabel> = LazyLock::new(|| AssetLabe name: Some("imgui_shader".into()), }); -/// Imgui context +/// Dear Imgui context #[derive(Sole)] pub struct Context { |
