mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-07 21:25:33 +00:00
![]() I expect I will need to add something here to handle indices on children and then a tuple might get unwieldy. |
||
---|---|---|
.. | ||
experiments | ||
transforms | ||
Cargo.toml | ||
main.rs | ||
README.md |
Slint Updater
This program is a tool to upgrade .slint
files from the Slint Project to the latest syntax.
The Slint Design Language evolves, with new features being added and old ones marked for deprecation. Use this tool to
automatically upgrade your .slint
files to the latest syntax.
Installation
The updater can be installed from crates.io:
cargo install slint-updater
Usage:
slint-updater -i /path/to/my/app/ui/**/*.slint