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

Commit beced41

Browse files
committed
armv7 support
1 parent 3cb5df4 commit beced41

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

Cargo.toml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,10 @@ core-foundation = "0.2.0"
3131
cgl = "0.1"
3232
io-surface = "0.2.0"
3333

34-
[target.i686-unknown-linux-gnu.dependencies]
35-
glx = "0.1.0"
36-
servo-egl = "0.2"
37-
x11 = { version = "2.3.0", features = ["xlib"] }
38-
39-
[target.x86_64-unknown-linux-gnu.dependencies]
40-
glx = "0.1.0"
41-
servo-egl = "0.2"
42-
x11 = { version = "2.3.0", features = ["xlib"] }
43-
44-
[target.arm-unknown-linux-gnueabihf.dependencies]
45-
glx = "0.1.0"
46-
servo-egl = "0.2"
47-
x11 = { version = "2.3.0", features = ["xlib"] }
48-
49-
[target.aarch64-unknown-linux-gnu.dependencies]
34+
[target.'cfg(target_os = "linux")'.dependencies]
5035
glx = "0.1.0"
5136
servo-egl = "0.2"
5237
x11 = { version = "2.3.0", features = ["xlib"] }
5338

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

0 commit comments

Comments
 (0)