slint/tools/syntax_updater
2022-11-28 13:11:11 +00:00
..
experiments syntax_updater: move to the new syntax for the transitions 2022-11-22 15:16:54 +01:00
Cargo.toml Bump version number to 0.3.3 2022-11-28 13:11:11 +00:00
main.rs syntax_updater: move to the new syntax for the transitions 2022-11-22 15:16:54 +01:00
README.md Syntax updater: remove the conditional flags and always update to the new syntax 2022-10-24 17:40:09 +02:00

Slint syntax updater

Use this tool to update Slint files from the current Syntax to the new experimental syntax, using the new component declaration and following the new rules tracked in issue #1750

Usage:

export SLINT_EXPERIMENTAL_SYNTAX=true
cargo run -p syntax_updater -- -i /path/to/my/app/ui/**/*.slint