slint/api/sixtyfps-rs
Olivier Goffart ea1f215367 Some polishinbg of the .toml files
- 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
2020-08-24 16:28:11 +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
lib.rs Some polishinbg of the .toml files 2020-08-24 16:28:11 +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