From 9c86b47ec52907b424f626d264568bf80735d434 Mon Sep 17 00:00:00 2001 From: Florian Blasius Date: Fri, 29 Nov 2019 19:54:52 +0100 Subject: [PATCH] Add support for raspberry pi. (#108) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8e3fb6b..10396ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"