Add API key generator application with Slint UI

This commit is contained in:
2026-01-15 16:49:20 -06:00
commit 73c1f58a8f
5 changed files with 190 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
slint_build::compile("src/ui.slint").unwrap();
}