mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Merge pull request #431 from krdln/patch-1
Copy Linux dependencies to ARM target
This commit is contained in:
@@ -56,3 +56,7 @@ x11 = "*"
|
|||||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||||
osmesa-sys = "0.0.5"
|
osmesa-sys = "0.0.5"
|
||||||
x11 = "*"
|
x11 = "*"
|
||||||
|
|
||||||
|
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||||
|
osmesa-sys = "0.0.5"
|
||||||
|
x11 = "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user