Merge branch 'trunk' into gui-example

This commit is contained in:
Richard Feldman 2022-02-25 08:22:36 -05:00 committed by GitHub
commit a49b66e379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 142 additions and 46 deletions

View file

@ -90,6 +90,7 @@ macro_rules! return_on_layout_error_help {
pub enum OptLevel {
Development,
Normal,
Size,
Optimize,
}