Add support for raspberry pi. (#108)

This commit is contained in:
Florian Blasius 2019-11-29 19:54:52 +01:00 committed by Daniel Collin
parent 8de9567541
commit 9c86b47ec5

View file

@ -41,6 +41,9 @@ x11-dl = "2.18.3"
[target.arm-unknown-linux-gnueabihf.dependencies] [target.arm-unknown-linux-gnueabihf.dependencies]
x11-dl = "2.18.3" x11-dl = "2.18.3"
[target.armv7-unknown-linux-gnueabihf.dependencies]
x11-dl = "2.18.3"
[target.aarch64-unknown-linux-gnu.dependencies] [target.aarch64-unknown-linux-gnu.dependencies]
x11-dl = "2.18.3" x11-dl = "2.18.3"