This commit is contained in:
FelipeCN
2026-03-03 13:51:26 -03:00
parent a5605de6a3
commit 2c96e99ccc
7 changed files with 166 additions and 27 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ fn main() -> eframe::Result {
.with_min_inner_size([800.0, 600.0]),
..Default::default()
};
eframe::run_native(
"Comparador de Notas",
native_options,