(misc) Add window-shadows for rounded corners on Windows and a shadow on all other platforms

This commit is contained in:
KingRainbow44
2023-11-30 11:47:38 -05:00
parent 3c43ba04e3
commit 3e0ffc19b9
3 changed files with 90 additions and 13 deletions

View File

@@ -13,11 +13,11 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = [ "api-all"] }
tauri = { version = "1.5", features = ["api-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = "0.11.22"
window-shadows = "0.2.2"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem