added min profile
This commit is contained in:
parent
d9d5eecd89
commit
f12053d77c
2 changed files with 6 additions and 2 deletions
|
@ -3,3 +3,9 @@ members = [
|
||||||
"pirates",
|
"pirates",
|
||||||
"client",
|
"client",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[profile.minsized]
|
||||||
|
inherits = "release"
|
||||||
|
lto = true
|
||||||
|
opt-level = 'z'
|
||||||
|
strip = true
|
||||||
|
|
|
@ -4,8 +4,6 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A game about wind"
|
description = "A game about wind"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minifb = "0.25.0"
|
minifb = "0.25.0"
|
||||||
pirates = { path = "../pirates", default_features = false }
|
pirates = { path = "../pirates", default_features = false }
|
||||||
|
|
Loading…
Reference in a new issue