mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Use workspace definitions of edition,license,rust-version,version
This commit is contained in:
@@ -16,6 +16,13 @@ members = [
|
||||
"examples/*",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
rust-version = "1.72"
|
||||
version = "0.23.0"
|
||||
|
||||
|
||||
[profile.release]
|
||||
# lto = true # VERY slightly smaller wasm
|
||||
# opt-level = 's' # 10-20% smaller wasm compared to `opt-level = 3`
|
||||
|
||||
Reference in New Issue
Block a user