wgui: windowing: close_if_clicked_outside support, context menus
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -5,6 +5,17 @@ strip = "none"
|
||||
debug-assertions = true
|
||||
incremental = true
|
||||
|
||||
# to be used in case if you don't want debug features
|
||||
# (faster incremental compilation, about 15x smaller binary size compared to dev)
|
||||
# --profile=plain
|
||||
[profile.plain]
|
||||
inherits = "dev"
|
||||
opt-level = 1
|
||||
debug = false
|
||||
strip = true
|
||||
debug-assertions = true
|
||||
incremental = true
|
||||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
||||
Reference in New Issue
Block a user