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

Latest commit

 

History

History
12 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 229 Bytes

Clock

This example demonstrates how to use glib::timeout_add_seconds_local to run a periodic task, implementing a clock in this example.

Run it by executing:

cargo run --bin clock

screenshot