mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
13 lines
155 B
TOML
13 lines
155 B
TOML
[workspace]
|
|
members = [
|
|
"emgui",
|
|
"emgui_wasm",
|
|
]
|
|
|
|
# Optimize for small code size:
|
|
[profile.dev]
|
|
opt-level = "s"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|