From b74a69d8e2995aeaafe1b5da93658dc5ac42b4b2 Mon Sep 17 00:00:00 2001 From: Dukantic Date: Tue, 3 Jun 2025 16:06:22 +0200 Subject: [PATCH] fix --- README.md | 2 ++ src/main.rs | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b7becd..0f3f052 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Polymusic + + diff --git a/src/main.rs b/src/main.rs index 69b8760..26bca8a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -129,6 +129,7 @@ impl MyApp { fn view(&self) -> iced::Element { let txt_nb_rev = format!("Revolution per second : {}", self.nb_sec_for_rev); let mut i = 0; + //Create all polygon options let polygon_rows: Vec> = self .poly_frame .polygons