1# Copyright © SixtyFPS GmbH <info@slint.dev>
2# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
3
4[package]
5name = "slint-build"
6description = "Helper for Slint build script"
7authors.workspace = true
8edition.workspace = true
9homepage = "https://slint.rs"
10keywords.workspace = true
11license.workspace = true
12repository.workspace = true
13rust-version.workspace = true
14version.workspace = true
15categories = ["gui", "rendering::engine", "development-tools::build-utils"]
16
17[lib]
18path = "lib.rs"
19
20[features]
21default = []
22
23[dependencies]
24i-slint-compiler = { workspace = true, features = ["default", "rust", "display-diagnostics", "software-renderer"] }
25
26spin_on = "0.1"
27thiserror = "1"
28toml_edit = { workspace = true }
29