slint-updater

Crates.ioslint-updater
lib.rsslint-updater
version1.8.0
sourcesrc
created_at2023-01-25 13:21:58.42047
updated_at2024-09-23 11:52:15.052531
descriptionTool used to update .slint files from previous versions
homepagehttps://slint.dev
repositoryhttps://github.com/slint-ui/slint
max_upload_size
id767341
size63,944
Simon Hausmann (tronical)

documentation

https://slint.dev/docs

README

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
Commit count: 12179

cargo fmt