Fix rfd portal runtime feature
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ music-dht = "0.4.0"
|
||||
serde_json = "1.0.150"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rusqlite = { version = "0.32.1", features = ["bundled"] }
|
||||
rfd = { version = "0.15.4", default-features = false, features = ["xdg-portal"] }
|
||||
rfd = { version = "0.15.4", default-features = false, features = ["xdg-portal", "tokio"] }
|
||||
rodio = { version = "0.22.2", default-features = false, features = [
|
||||
"playback",
|
||||
"mp3",
|
||||
|
||||
Reference in New Issue
Block a user