mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Merge pull request #717 from petevine/patch-1
Add the new `armv7` target in Cargo.toml
This commit is contained in:
commit
5288b7dfc6
|
@ -100,6 +100,13 @@ wayland-kbd = "0.3.3"
|
|||
wayland-window = "0.2.2"
|
||||
x11-dl = "~2.3"
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
||||
wayland-kbd = "0.3.3"
|
||||
wayland-window = "0.2.2"
|
||||
x11-dl = "~2.3"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
||||
|
|
Loading…
Reference in a new issue