mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 13:23:00 +00:00
Fix cargo-about warning for femtovg license
This commit is contained in:
parent
a7f965c941
commit
730b7d9ce3
1 changed files with 11 additions and 0 deletions
11
about.toml
11
about.toml
|
|
@ -25,3 +25,14 @@ targets = [
|
|||
ignore-build-dependencies = true
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue