mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Add support for raspberry pi. (#108)
This commit is contained in:
parent
8de9567541
commit
9c86b47ec5
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue