mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Add support for raspberry pi. (#108)
This commit is contained in:
parent
8de9567541
commit
9c86b47ec5
|
@ -41,6 +41,9 @@ x11-dl = "2.18.3"
|
|||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
x11-dl = "2.18.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue