Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 274 Bytes

Basics

This example demonstrates how to create a top-level Window, set its title, size and position, how to add a Button to this Window and how to connect signals with actions.

Run it by executing:

cargo run --bin basics

screenshot