This commit is contained in:
2026-02-12 19:50:40 -07:00
parent 45586031e1
commit fa6020f1ea
274 changed files with 17058 additions and 9158 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "berry-dash-ultimate"
version = "1.4.0"
version = "1.5.0"
authors = ["Lncvrt"]
edition = "2024"
@@ -9,9 +9,9 @@ name = "berry_dash_ultimate_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.3", features = [] }
tauri-build = { version = "2.5.5", features = [] }
[dependencies]
tauri = { version = "2.9.5", features = [] }
tauri = { version = "2.10.2", features = [] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"