aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 18:24:09 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 18:24:09 +0800
commite7ac28c6b8467a8fca0a3b61ba498e4742d3a718 (patch)
treefab43eb6cfe5f3f5f184e99251d1aaa45afb5c77 /src-tauri
parent3335b9b63db067d3c97f945d2a978611f5474b30 (diff)
downloadDropOut-e7ac28c6b8467a8fca0a3b61ba498e4742d3a718.tar.gz
DropOut-e7ac28c6b8467a8fca0a3b61ba498e4742d3a718.zip
ci(semifold): prepare for alpha release
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index ecd0beb..78743cd 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dropout"
-version = "0.1.26"
+version = "0.2.0-alpha"
edition = "2021"
authors = ["HsiangNianian"]
description = "The DropOut Minecraft Game Launcher"
@@ -36,12 +36,6 @@ regex = "1.12.2"
[build-dependencies]
tauri-build = { version = "2.0", features = [] }
-[profile.dev]
-opt-level = 0
-
-[profile.release]
-opt-level = 3
-
[package.metadata.deb]
depends = "libgtk-3-0"
section = "games"