This repository was archived by the owner on Jul 10, 2023. It is now read-only.
File tree 1 file changed +4
-19
lines changed
1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " layers"
4
- version = " 0.2.4 "
4
+ version = " 0.2.5 "
5
5
authors = [" The Servo Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
@@ -15,7 +15,7 @@ rustc-serialize = "0.3.16"
15
15
log = " 0.3.4"
16
16
gleam = " 0.2"
17
17
euclid = " 0.6.2"
18
- servo-skia = " = 0.20130412.6 "
18
+ servo-skia = " 0.20130412.8 "
19
19
azure = { git = " https://github.com/servo/rust-azure" }
20
20
21
21
[dependencies .heapsize ]
@@ -31,25 +31,10 @@ core-foundation = "0.2.0"
31
31
cgl = " 0.1"
32
32
io-surface = " 0.2.0"
33
33
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 ]
50
35
glx = " 0.1.0"
51
36
servo-egl = " 0.2"
52
37
x11 = { version = " 2.3.0" , features = [" xlib" ] }
53
38
54
39
[target .arm-linux-androideabi .dependencies ]
55
- servo-egl = " 0.2"
40
+ servo-egl = " 0.2"
You can’t perform that action at this time.
0 commit comments