2019-12-09 12:50:17 +03:00
|
|
|
accepted = [
|
|
|
|
"MPL-2.0",
|
|
|
|
"Apache-2.0",
|
|
|
|
"MIT",
|
|
|
|
"CC0-1.0",
|
|
|
|
"BSD-2-Clause",
|
|
|
|
"BSD-3-Clause",
|
|
|
|
"ISC",
|
2020-05-28 13:57:52 +03:00
|
|
|
"Zlib",
|
2019-12-09 12:50:17 +03:00
|
|
|
]
|
2020-02-27 17:48:05 +03:00
|
|
|
|
|
|
|
# Subset of targets we build for
|
|
|
|
targets = [
|
|
|
|
# Linux/Windows/macOS
|
|
|
|
"x86_64-unknown-linux-gnu",
|
|
|
|
"x86_64-pc-windows-gnu",
|
|
|
|
"x86_64-apple-darwin",
|
|
|
|
|
|
|
|
# Android targets
|
|
|
|
"aarch64-linux-android",
|
|
|
|
"armv7-linux-androideabi",
|
|
|
|
"i686-linux-android",
|
|
|
|
"x86_64-linux-android",
|
|
|
|
|
|
|
|
# iOS targets
|
|
|
|
"aarch64-apple-ios",
|
|
|
|
"x86_64-apple-ios"
|
|
|
|
]
|
|
|
|
|
|
|
|
ignore-build-dependencies = true
|
|
|
|
ignore-dev-dependencies = true
|