mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
cargo deny exception for foreign-types
This commit is contained in:
@@ -45,6 +45,7 @@ skip = [
|
||||
{ name = "windows_x86_64_msvc" }, # old version via glutin
|
||||
{ name = "windows-sys" }, # old version via glutin
|
||||
{ name = "windows" }, # old version via accesskit
|
||||
{ name = "foreign-types" }, # old version via cocoa, fairly small itself
|
||||
]
|
||||
skip-tree = [
|
||||
{ name = "criterion" }, # dev-dependency
|
||||
|
||||
Reference in New Issue
Block a user