@@ -31,100 +31,28 @@ string_cache = {version = "0.2.12", features = ["heap_size"]}
3131time = " 0.1.12"
3232unicode-script = { version = " 0.1" , features = [" harfbuzz" ] }
3333url = {version = " 1.0.0" , features = [" heap_size" ]}
34-
35- [dependencies .plugins ]
36- path = " ../plugins"
37-
38- [dependencies .gfx_traits ]
39- path = " ../gfx_traits"
40-
41- [dependencies .net_traits ]
42- path = " ../net_traits"
43-
44- [dependencies .util ]
45- path = " ../util"
46-
47- [dependencies .msg ]
48- path = " ../msg"
49-
50- [dependencies .profile_traits ]
51- path = " ../profile_traits"
52-
53- [dependencies .range ]
54- path = " ../range"
55-
56- [dependencies .style ]
57- path = " ../style"
58-
59- [dependencies .style_traits ]
60- path = " ../style_traits"
61-
62- [dependencies .azure ]
63- git = " https://github.com/servo/rust-azure"
64- features = [" plugins" ]
65-
66- [dependencies .layers ]
67- git = " https://github.com/servo/rust-layers"
68- features = [" plugins" ]
69-
70- [dependencies .ipc-channel ]
71- git = " https://github.com/servo/ipc-channel"
72-
73- [dependencies .webrender_traits ]
74- git = " https://github.com/servo/webrender_traits"
75-
76- [target .x86_64-apple-darwin .dependencies ]
34+ plugins = {path = " ../plugins" }
35+ gfx_traits = {path = " ../gfx_traits" }
36+ net_traits = {path = " ../net_traits" }
37+ util = {path = " ../util" }
38+ msg = {path = " ../msg" }
39+ profile_traits = {path = " ../profile_traits" }
40+ range = {path = " ../range" }
41+ style = {path = " ../style" }
42+ style_traits = {path = " ../style_traits" }
43+ azure = {git = " https://github.com/servo/rust-azure" , features = [" plugins" ]}
44+ layers = {git = " https://github.com/servo/rust-layers" , features = [" plugins" ]}
45+ ipc-channel = {git = " https://github.com/servo/ipc-channel" }
46+ webrender_traits = {git = " https://github.com/servo/webrender_traits" }
47+
48+ [target .'cfg(target_os = "macos")' .dependencies ]
7749core-foundation = " 0.2"
7850core-graphics = " 0.3"
7951core-text = " 1.1"
8052
81- [target .i686-unknown-linux-gnu .dependencies ]
82- servo-fontconfig = " 0.2"
83-
84- [target .x86_64-unknown-linux-gnu .dependencies ]
85- servo-fontconfig = " 0.2"
86-
87- [target .arm-unknown-linux-gnueabihf .dependencies ]
88- servo-fontconfig = " 0.2"
89-
90- [target .aarch64-unknown-linux-gnu .dependencies ]
91- servo-fontconfig = " 0.2"
92-
93- [target .arm-linux-androideabi .dependencies ]
53+ [target .'cfg(any(target_os = "linux", target_os = "android", target_os = "windows"))' .dependencies ]
9454servo-fontconfig = " 0.2"
55+ freetype = {git = " https://github.com/servo/rust-freetype" }
9556
96- [target .x86_64-pc-windows-gnu .dependencies ]
97- servo-fontconfig = " 0.2"
98-
99- [target .i686-unknown-linux-gnu .dependencies .freetype ]
100- git = " https://github.com/servo/rust-freetype"
101-
102- [target .x86_64-unknown-linux-gnu .dependencies .freetype ]
103- git = " https://github.com/servo/rust-freetype"
104-
105- [target .arm-unknown-linux-gnueabihf .dependencies .freetype ]
106- git = " https://github.com/servo/rust-freetype"
107-
108- [target .aarch64-unknown-linux-gnu .dependencies .freetype ]
109- git = " https://github.com/servo/rust-freetype"
110-
111- [target .arm-linux-androideabi .dependencies .freetype ]
112- git = " https://github.com/servo/rust-freetype"
113-
114- [target .x86_64-pc-windows-gnu .dependencies .freetype ]
115- git = " https://github.com/servo/rust-freetype"
116-
117- [target .x86_64-unknown-linux-gnu .dependencies .simd ]
118- git = " https://github.com/huonw/simd"
119-
120- [target .x86_64-apple-darwin .dependencies .simd ]
121- git = " https://github.com/huonw/simd"
122-
123- [target .aarch64-unknown-linux-gnu .dependencies .simd ]
124- git = " https://github.com/huonw/simd"
125-
126- [target .x86_64-pc-windows-gnu .dependencies .simd ]
127- git = " https://github.com/huonw/simd"
128-
129- [target .x86_64-pc-windows-msvc .dependencies .simd ]
130- git = " https://github.com/huonw/simd"
57+ [target .'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))' .dependencies ]
58+ simd = {git = " https://github.com/huonw/simd" }
0 commit comments