mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
Merge pull request #723 from petevine/master
Add the new `i586` target in Cargo.toml
This commit is contained in:
@@ -83,6 +83,13 @@ wayland-kbd = "0.3.3"
|
|||||||
wayland-window = "0.2.2"
|
wayland-window = "0.2.2"
|
||||||
x11-dl = "~2.3"
|
x11-dl = "~2.3"
|
||||||
|
|
||||||
|
[target.i586-unknown-linux-gnu.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.x86_64-unknown-linux-gnu.dependencies]
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||||
osmesa-sys = "0.0.5"
|
osmesa-sys = "0.0.5"
|
||||||
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
wayland-client = { version = "0.5.4", features = ["egl", "dlopen"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user