chore: allow Ubuntu-font-1.0 license in cargo-deny
CI / Format (push) Successful in 19s
CI / Cargo Deny (push) Successful in 19s
CI / SonarQube (push) Failing after 13m21s

epaint_default_fonts (egui's bundled Ubuntu fonts) is licensed under
Ubuntu-font-1.0; add it to the allow list so cargo-deny passes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 21:03:37 -04:00
parent 0973ee84b4
commit 29b1484737
+1
View File
@@ -28,6 +28,7 @@ allow = [
"OpenSSL",
"OFL-1.1",
"LicenseRef-UFL-1.0",
"Ubuntu-font-1.0",
]
[bans]