-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package metadata and profile settings to Cargo.toml
- Loading branch information
1 parent
eef3b5b
commit fbf3638
Showing
4 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,18 @@ members = [ | |
resolver = "2" | ||
|
||
[workspace.package] | ||
edition = "2021" | ||
version = "0.3.0" | ||
authors = ["Johannes Dahlström <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["graphics", "gamedev", "demoscene", "retrocomputing", "rendering"] | ||
categories = ["graphics", "game-development", "no-std"] | ||
|
||
[profile.release] | ||
opt-level = 2 | ||
lto = "thin" | ||
debug = 1 | ||
|
||
[profile.dev] | ||
opt-level = 1 | ||
split-debuginfo = "unpacked" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters