chore(deps): handle egui-related upgrades

This commit is contained in:
LGUG2Z
2025-11-12 16:20:19 -08:00
parent df38facf9e
commit c8c4c3507c
8 changed files with 392 additions and 322 deletions

View File

@@ -95,6 +95,11 @@ crate = "base16-egui-themes"
expression = "MIT"
license-files = []
[[licenses.clarify]]
crate = "win32-display-data"
expression = "0BSD"
license-files = []
[bans]
multiple-versions = "allow"
wildcards = "allow"
@@ -113,5 +118,6 @@ allow-git = [
"https://github.com/LGUG2Z/flavours",
"https://github.com/LGUG2Z/base16_color_scheme",
"https://github.com/LGUG2Z/whkd",
# "https://github.com/LGUG2Z/catppuccin-egui",
"https://github.com/LGUG2Z/catppuccin-egui",
"https://github.com/amPerl/egui-phosphor",
]