slint/about.toml
Olivier Goffart 78a3757b7f
Remormat all the toml file again to fix npm upload
Commit cd6f2e2 reformated the .toml, but the 80 char width column is
judged too small to be practical

Add a .taplo.toml file

Also do not split feature array
2025-04-09 15:06:00 +02:00

34 lines
953 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
accepted = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MPL-2.0",
"Zlib",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"BSL-1.0",
"ISC",
"Unicode-DFS-2016",
"Unicode-3.0",
"OpenSSL",
"WTFPL",
"LicenseRef-Slint-Software-3.0",
]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin"]
ignore-dev-dependencies = true
filter-noassertion = true
# See https://embarkstudios.github.io/cargo-about/cli/generate/workarounds.html
workarounds = ["ring"]
[femtovg.clarify]
# See https://github.com/femtovg/femtovg/commit/53bf79e720767354486affced9e2c7ad204f0f85
license = "MIT OR Apache-2.0"
[[femtovg.clarify.files]]
path = "LICENSE-MIT"
license = "MIT"
checksum = "cd4eb10b20da1d85916624e0e15a8e76b0a66406996a4f9aa5afee909fecfb7e"