slint/api/sixtyfps-rs
Olivier Goffart 304b0e7b0e Make sure the langref doc can be opened if the package is on crates.io
One need to make a symlink because the files need to be in the package
2020-08-25 14:42:18 +02:00
..
sixtyfps-build Some polishinbg of the .toml files 2020-08-24 16:28:11 +02:00
sixtyfps-rs-macro Some polishinbg of the .toml files 2020-08-24 16:28:11 +02:00
build.rs Add missing license header 2020-08-24 13:46:09 +02:00
Cargo.toml Some polishinbg of the .toml files 2020-08-24 16:28:11 +02:00
compile_fail_tests.rs Apply license headers to all non-binary/non-json sources 2020-08-17 17:55:20 +02:00
docs Make sure the langref doc can be opened if the package is on crates.io 2020-08-25 14:42:18 +02:00
lib.rs Make sure the langref doc can be opened if the package is on crates.io 2020-08-25 14:42:18 +02:00
README.md Fix typo 2020-08-21 19:15:02 +02:00
repeater.rs Apply license headers to all non-binary/non-json sources 2020-08-17 17:55:20 +02:00

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