Fixed scrollbar color

This commit is contained in:
Gregory Schier
2023-02-16 10:25:52 -08:00
parent c70ecdc330
commit 507aee40f7
25 changed files with 302 additions and 41 deletions

View File

@@ -13,13 +13,14 @@ edition = "2021"
tauri-build = { version = "1.2", features = [] }
[dependencies]
serde_json = "1.0"
serde_json = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2", features = ["shell-open"] }
http = "0.2.8"
tauri = { version = "1.2", features = ["devtools", "shell-open"] }
http = { version = "0.2.8" }
reqwest = { version = "0.11.14", features = ["json"] }
tokio = { version = "1.25.0", features = ["full"] }
futures = "0.3.26"
futures = { version = "0.3.26" }
deno_core = { version = "0.171.0" }
[features]
# by default Tauri runs in production mode