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-compiler"
6description = "Slint compiler binary"
7authors.workspace = true
8edition.workspace = true
9homepage.workspace = true
10license.workspace = true
11repository.workspace = true
12rust-version.workspace = true
13version.workspace = true
14publish = false
15
16[[bin]]
17name = "slint-compiler"
18path = "main.rs"
19
20[features]
21software-renderer = ["i-slint-compiler/software-renderer"]
22
23default = ["software-renderer"]
24
25[dependencies]
26i-slint-compiler = { workspace = true, features = ["default", "display-diagnostics", "cpp", "rust"]}
27
28clap = { version = "4.0", features = ["derive", "wrap_help"] }
29proc-macro2 = "1.0.11"
30spin_on = "0.1"
31itertools = { workspace = true }
32