1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/Cargo.toml
2019-03-16 12:55:42 +01:00

15 lines
198 B
TOML

[workspace]
members = [
"emigui",
"emigui_wasm",
"example_glium",
"example_wasm",
]
# Optimize for small code size:
[profile.dev]
opt-level = "s"
[profile.release]
opt-level = "s"