mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
codemap is no longer maintained and deprecated. annotate-snippets is the crate now used by cargo and rustc |
||
|---|---|---|
| .. | ||
| 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