mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 12:54:45 +00:00
19 lines
489 B
TOML
19 lines
489 B
TOML
# Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
|
|
|
|
[build-system]
|
|
requires = ["maturin>=1,<2"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "slint"
|
|
version = "1.4.0"
|
|
classifiers = [
|
|
"Development Status :: 3 - Alpha",
|
|
"Intended Audience :: Developers",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Rust",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = ["pytest"]
|