Make desktop application the default run target

This commit is contained in:
Simon Repp
2026-04-22 23:21:51 +02:00
parent db389bd459
commit 66c75ce62c
+13 -12
View File
@@ -1,17 +1,6 @@
# SPDX-FileCopyrightText: 2025 Simon Repp
# SPDX-FileCopyrightText: 2025-2026 Simon Repp
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
description = "The fully graphical Hyper 8 desktop application"
edition.workspace = true
name = "hyper8"
rust-version.workspace = true
version.workspace = true
[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "hyper8_desktop_lib"
[build-dependencies]
tauri-build.workspace = true
@@ -35,3 +24,15 @@ serde_json.workspace = true
tauri.workspace = true
tauri-plugin-dialog.workspace = true
tauri-plugin-opener.workspace = true
[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "hyper8_desktop_lib"
[package]
default-run="hyper8"
description = "The fully graphical Hyper 8 desktop application"
edition.workspace = true
name = "hyper8"
rust-version.workspace = true
version.workspace = true