mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Add support for armv6, armv7 and aarch64 on FreeBSD (#149)
This commit is contained in:
parent
096147f288
commit
9dcde0c913
18
Cargo.toml
18
Cargo.toml
|
@ -75,6 +75,24 @@ wayland-client = "0.24"
|
|||
wayland-protocols = { version = "0.24", features = ["client"] }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[target.armv6-unknown-freebsd.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
wayland-client = "0.24"
|
||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[target.armv7-unknown-freebsd.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
wayland-client = "0.24"
|
||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[target.aarch64-unknown-freebsd.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
wayland-client = "0.24"
|
||||
wayland-protocols = { version = "0.24", features = ["client"] }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[target.x86_64-unknown-freebsd.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
wayland-client = "0.24"
|
||||
|
|
Loading…
Reference in a new issue