mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
26 lines
665 B
TOML
26 lines
665 B
TOML
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
|
|
|
[package]
|
|
name = "slint-build"
|
|
version = "0.2.2"
|
|
authors = ["Slint Developers <info@slint-ui.com>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
|
|
description = "Helper for Slint build script"
|
|
repository = "https://github.com/slint-ui/slint"
|
|
homepage = "https://slint-ui.com"
|
|
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
i-slint-compiler = { version = "=0.2.2", path = "../../../internal/compiler", features = ["rust", "display-diagnostics"] }
|
|
|
|
spin_on = "0.1"
|
|
thiserror = "1"
|
|
toml_edit = "0.14.2"
|