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