mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-10 02:51:32 +11:00
Upgraded x11-dll to 2.14
This commit is contained in:
parent
600749fd8a
commit
5cec5afc6a
12
Cargo.toml
12
Cargo.toml
|
@ -41,22 +41,22 @@ kernel32-sys = "0.1.4"
|
|||
gdi32-sys = "0.1.1"
|
||||
|
||||
[target.i686-unknown-linux-gnu.dependencies]
|
||||
x11-dl = "~2.2"
|
||||
x11-dl = "~2.14"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
x11-dl = "~2.2"
|
||||
x11-dl = "~2.14"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
x11-dl = "~2.2"
|
||||
x11-dl = "~2.14"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
x11-dl = "~2.2"
|
||||
x11-dl = "~2.14"
|
||||
|
||||
[target.x86_64-unknown-dragonfly.dependencies]
|
||||
x11-dl = "~2.2"
|
||||
x11-dl = "~2.14"
|
||||
|
||||
[target.x86_64-unknown-freebsd.dependencies]
|
||||
x11-dl = "~2.2"
|
||||
x11-dl = "~2.14"
|
||||
|
||||
[target.x86_64-unknown-redox.dependencies]
|
||||
orbclient = "0.3.4"
|
||||
|
|
Loading…
Reference in a new issue