Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit de657e9

Browse files
committed
armv7 support
1 parent 3cb5df4 commit de657e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ glx = "0.1.0"
4646
servo-egl = "0.2"
4747
x11 = { version = "2.3.0", features = ["xlib"] }
4848

49+
[target.arm-unknown-linux-gnueabihf.dependencies]
50+
glx = "0.1.0"
51+
servo-egl = "0.2"
52+
x11 = { version = "2.3.0", features = ["xlib"] }
53+
4954
[target.aarch64-unknown-linux-gnu.dependencies]
5055
glx = "0.1.0"
5156
servo-egl = "0.2"
5257
x11 = { version = "2.3.0", features = ["xlib"] }
5358

5459
[target.arm-linux-androideabi.dependencies]
55-
servo-egl = "0.2"
60+
servo-egl = "0.2"

0 commit comments

Comments
 (0)