mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 05:40:04 -04:00
Ignore foreign-types* duplicate deps on macOS
The dependency is duplicated due to examples, yet we still need to exclude checking it. Fixes #3093.
This commit is contained in:
@@ -77,7 +77,7 @@ core-foundation = "0.9.3"
|
||||
objc2 = "0.4.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-graphics = "0.22.3"
|
||||
core-graphics = "0.23.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies.icrate]
|
||||
version = "0.0.4"
|
||||
|
||||
Reference in New Issue
Block a user