mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
![]() - Give all the sixtyfps-* create a 0.0.1 version - Make sure that the internal dependences are using the exact same version (so "=0.0.1") - Add the description/homepage/repository fields in the .toml files - Set publish=false to crates that are not meant to be published on crates.io |
||
---|---|---|
.. | ||
sixtyfps-build | ||
sixtyfps-rs-macro | ||
build.rs | ||
Cargo.toml | ||
compile_fail_tests.rs | ||
lib.rs | ||
README.md | ||
repeater.rs |
SixtyFPS-rs
A Rust UI toolkit
SixtyFPS is a UI toolkit that supports different programming languages. SixtyFPS-rs is the Rust API to interact with a SixtyFPS UI design from Rust.
Getting Started
You can quickly try out the examples by cloning this repo and running the following command:
# Runs the "printerdemo" example
cargo run --example printerdemo