Drag and Drop

This commit is contained in:
2026-03-04 12:35:36 -03:00
parent 007f6c818e
commit 1f4ebb4686
5 changed files with 92 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@ use ui::app::App;
fn main() -> iced::Result {
iced::application("Comparador de Notas", App::update, App::view)
.subscription(App::subscription)
.theme(|_app| ui::theme::tema_dark())
.window(iced::window::Settings {
size: iced::Size::new(1024.0, 768.0),