1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/Cargo.toml
2019-04-21 10:13:05 +02:00

16 lines
218 B
TOML

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