Skip to content

Latest commit

 

History

History

05_resizable_layout

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

05 Resizable layout

This example shows how to use the gui::Horz and gui::Vert enums to automatically resize the controls when a window is resized by the user.

Example 05

To compile and run:

cargo run

To generate the final executable:

cargo build --release