implement installer as library and use it in gui

This commit is contained in:
Markus Unterwaditzer
2025-11-08 15:14:09 +01:00
committed by Markus Unterwaditzer
parent 9e9fe4d392
commit 3b44234ae1
19 changed files with 285 additions and 151 deletions
Generated
+1
View File
@@ -2738,6 +2738,7 @@ name = "installer-gui"
version = "0.7.1"
dependencies = [
"anyhow",
"installer",
"serde",
"serde_json",
"tauri",