Rename to Lncvrt Games Launcher

This commit is contained in:
2025-10-09 14:10:15 -07:00
parent b41ba4493b
commit abf27722a4
8 changed files with 57 additions and 55 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "berry-dash-launcher"
name = "lncvrt-games-launcher"
version = "1.1.0"
authors = ["Lncvrt"]
edition = "2024"
[lib]
name = "berry_dash_launcher_lib"
name = "lncvrt_games_launcher_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
@@ -22,8 +22,8 @@ tokio = "1.47.1"
futures-util = { version = "0.3.31", features = ["io"] }
tauri-plugin-decorum = "1.1.1"
tauri-plugin-fs = "2.4.2"
zip = "5.1.1"
libc = "0.2.176"
zip = "6.0.0"
libc = "0.2.177"
tauri-plugin-dialog = "2.4.0"
tauri-plugin-notification = "2.3.1"
sysinfo = "0.37.2"