generated from nhcarrigan/template
feat: add notification sounds
This commit is contained in:
@@ -23,5 +23,15 @@ tokio = { version = "1", features = ["full"] }
|
||||
parking_lot = "0.12"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
tauri-plugin-store = "2.4.2"
|
||||
tauri-plugin-notification = "2"
|
||||
tauri-plugin-os = "2"
|
||||
tempfile = "3"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows = { version = "0.62", features = [
|
||||
"Data_Xml_Dom",
|
||||
"UI_Notifications",
|
||||
"Win32_System_Com",
|
||||
"Win32_Foundation",
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user