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. To compile and run: cargo run To generate the final executable: cargo build --release