fix by cargo

This commit is contained in:
2025-07-10 15:09:45 +02:00
parent 607cf17888
commit 9f59e68b2c
3 changed files with 4 additions and 9 deletions

View File

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