mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 15:14:35 +00:00
![]() This moves most of the version information we need to update into one place. Note that the workplace dependency features are in *addition* to any feature set when using the workspace dependency. So we have all workspace dependencies defined with `no-default-features = true`. |
||
---|---|---|
.. | ||
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