changed settings
This commit is contained in:
parent
f9ac5bf0e3
commit
f87522d167
@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "fclauncher"
|
||||
version = "0.0.0"
|
||||
description = "A Tauri App"
|
||||
authors = ["you"]
|
||||
version = "0.0.1"
|
||||
description = "Launcher for Familycraft"
|
||||
authors = ["Samuel Walker", "Benjamin Walker"]
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@ -25,3 +25,7 @@ self_update = "0.40.0"
|
||||
[features]
|
||||
# This feature is used for production builds or when a dev server is not specified, DO NOT REMOVE!!
|
||||
custom-protocol = ["tauri/custom-protocol"]
|
||||
|
||||
[[bin]]
|
||||
name = "FCLauncher"
|
||||
path = "src/main.rs"
|
||||
|
Loading…
Reference in New Issue
Block a user