Add model management and macOS integration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user