mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Copy Linux dependencies to ARM target
Add `[target.arm-unknown-linux-gnueabihf.dependencies]` with osmesa-sys and x11. This enables glutin to compile on ARM Linux.
This commit is contained in:
parent
e45e107d07
commit
99ee1de381
1 changed files with 4 additions and 0 deletions
|
@ -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 = "*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue