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