This commit is contained in:
2026-08-10 22:06:49 +02:00
parent 2a5d9bb0fd
commit 8bff7982ff
83 changed files with 17975 additions and 4824 deletions
+12
View File
@@ -23,3 +23,15 @@ serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.11.3", features = [] }
tauri-plugin-log = "2"
# Installeur intégré (src/installer.rs) : dossiers standards + registre Windows.
dirs = "5"
[target.'cfg(windows)'.dependencies]
winreg = "0.52"
# Mises a jour automatiques (uniquement sur les plateformes de bureau).
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-updater = "2"
tauri-plugin-process = "2"