mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Make x11 dynamic
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -51,13 +51,22 @@ kernel32-sys = "0.1"
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "*"
|
||||
x11 = "*"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies.x11]
|
||||
version = "*"
|
||||
features = ["dynamic"]
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
wayland-client = "*"
|
||||
x11 = "*"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies.x11]
|
||||
version = "*"
|
||||
features = ["dynamic"]
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
osmesa-sys = "0.0.5"
|
||||
x11 = "*"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies.x11]
|
||||
version = "*"
|
||||
features = ["dynamic"]
|
||||
|
||||
Reference in New Issue
Block a user