-
Notifications
You must be signed in to change notification settings - Fork 624
/
about.toml
38 lines (35 loc) · 998 Bytes
/
about.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright © SixtyFPS GmbH <[email protected]>
# 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"