This commit is contained in:
2025-12-08 20:24:55 -07:00
parent 792c75c2a3
commit 50bffb7668
82 changed files with 6967 additions and 2649 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "berry-dash-ultimate"
version = "1.1.1"
version = "1.2.0"
authors = ["Lncvrt"]
edition = "2024"
@@ -9,10 +9,10 @@ name = "berry_dash_ultimate_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.2", features = [] }
tauri-build = { version = "2.5.3", features = [] }
[dependencies]
tauri = { version = "2.9.3", features = [] }
tauri = { version = "2.9.4", features = [] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"