1
Fork 0
simplesailing/client/Cargo.toml

26 lines
658 B
TOML

[package]
name = "client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
minifb = "0.25.0"
pirates = { path = "../pirates", default_features = false }
[package.metadata.bundle]
name = "Simple Sailing Simulator"
identifier = "com.github.speedy6451.simplesailing"
short_description = "A game about wind"
long_description = """
Simple Sailing Simulator: Brave the north wind and search for York, or simply explore.
Controls:
+/-: zoom
Arrow Keys: Pan Camera
W: rudder left
D: rudder right
Your sailboat travels fastest going perpendicular to the wind.
"""