slint/tools/updater/README.md
Simon Hausmann 4dc62f1fdd doc: polish for the slint updater
Polish the readme a little, use sentences for the argument help and add a plural to the
declarations option.
2023-01-24 15:54:51 +01:00

492 B

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