mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
![]() When selecting to the left, the anchor remains to the right of the cursor. When deleting such a selection, we fetch the cursor and anchor using a helper method, which ensures that the anchor is to the left of the cursor. Finally when setting the cursor then to the anchor, we need to also set the anchor, since both were swapped. This also add an automated test for this scenario. |
||
---|---|---|
.. | ||
sixtyfps-build | ||
sixtyfps-rs-macro | ||
build.rs | ||
Cargo.toml | ||
compile_fail_tests.rs | ||
docs | ||
lib.rs | ||
README.md | ||
repeater.rs | ||
sixtyfps-docs-integration.html |
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.
The complete Rust documentation can be viewed online at https://www.sixtyfps.io/docs/rust/sixtyfps/.
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