Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 316 Bytes

File metadata and controls

17 lines (11 loc) · 316 Bytes

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