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",
|
||||
"client",
|
||||
]
|
||||
|
||||
[profile.minsized]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
opt-level = 'z'
|
||||
strip = true
|
||||
|
|
|
@ -4,8 +4,6 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
description = "A game about wind"
|
||||
|
||||
# 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 }
|
||||
|
|
Loading…
Reference in a new issue