1
Fork 0

added cargo-bundle metadata

This commit is contained in:
Andy Killorin 2023-09-13 16:04:24 -05:00
parent 914d7c88c2
commit ce33f61229
Signed by: ank
GPG key ID: B6241CA3B552BCA4

View file

@ -8,3 +8,19 @@ edition = "2021"
[dependencies] [dependencies]
minifb = "0.25.0" minifb = "0.25.0"
pirates = { path = "../pirates", default_features = false } 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.
"""