Add model management and macOS integration

This commit is contained in:
Georg Bauer
2026-07-24 15:18:35 +02:00
parent ec77ab94fb
commit ad7167e84a
11 changed files with 1486 additions and 251 deletions

View File

@@ -10,11 +10,15 @@ publish = false
[dependencies]
diesel = { version = "2.3.11", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
diesel_migrations = "2.3.2"
iced = { version = "0.13.1", features = ["svg"] }
iced = { version = "0.13.1", features = ["svg", "tokio"] }
png = "0.17.16"
rfd = "0.15.4"
sha2 = "0.11.0"
ureq = { version = "3.3.0", default-features = false, features = ["rustls"] }
[target.'cfg(target_os = "macos")'.dependencies]
muda = "0.15.3"
[package.metadata.packager]
product-name = "DS4Server"
identifier = "DS4Server.rfc1437.de"