mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
put back ndk-sys exception
This commit is contained in:
@@ -51,6 +51,7 @@ skip = [
|
|||||||
{ name = "event-listener" }, # TODO(emilk): rustls pulls in two versions of this 😭
|
{ name = "event-listener" }, # TODO(emilk): rustls pulls in two versions of this 😭
|
||||||
{ name = "futures-lite" }, # old version via accesskit_unix and zbus
|
{ name = "futures-lite" }, # old version via accesskit_unix and zbus
|
||||||
{ name = "memoffset" }, # tiny dependency
|
{ name = "memoffset" }, # tiny dependency
|
||||||
|
{ name = "ndk-sys" }, # old version via wgpu, winit uses newer version
|
||||||
{ name = "quick-xml" }, # old version via wayland-scanner
|
{ name = "quick-xml" }, # old version via wayland-scanner
|
||||||
{ name = "redox_syscall" }, # old version via winit
|
{ name = "redox_syscall" }, # old version via winit
|
||||||
{ name = "time" }, # old version pulled in by unmaintianed crate 'chrono'
|
{ name = "time" }, # old version pulled in by unmaintianed crate 'chrono'
|
||||||
|
|||||||
Reference in New Issue
Block a user