chore: removed AppMessage enum

This commit is contained in:
lisk77 2025-04-19 20:11:37 +02:00
parent 45fffba528
commit 6afa254e9d

View file

@ -32,13 +32,6 @@ pub enum ApplicationType {
App3D App3D
} }
pub enum AppMessage {
Resize(PhysicalSize<u32>),
Input(InputManager),
UpdateCompleted(f32),
Quit
}
pub struct App { pub struct App {
title: String, title: String,
icon: Option<Icon>, icon: Option<Icon>,