This commit is contained in:
2025-07-10 20:21:27 +02:00
parent ea708dfe85
commit 2e61e5b629
2 changed files with 25 additions and 13 deletions

View File

@@ -2,6 +2,7 @@ use iced::Color;
#[derive(Debug, Clone)]
pub enum Message {
None,
ChangeNbPerSec(String),
Tick,
AddPolygon(String),