Get background file name

This commit is contained in:
KingRainbow44
2022-05-14 02:18:20 -04:00
parent d7cadc1603
commit 73138cb686
8 changed files with 19 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ rust-version = "1.57"
tauri-build = { version = "1.0.0-rc.8", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
@@ -26,8 +25,8 @@ lazy_static = "1.4.0"
registry = "1.2.1"
# Program opener.
open = "2.1.2"
# JSON parser.
json = "0.12.4"
# Serialization library.
serde_json = "1"
# Dependencies for the HTTP(S) proxy.
hudsucker = "0.17.2"