|
1 | 1 | [package]
|
2 | 2 |
|
3 | 3 | name = "layers"
|
4 |
| -version = "0.1.1" |
| 4 | +version = "0.2.0" |
5 | 5 | authors = ["The Servo Project Developers"]
|
6 | 6 |
|
7 | 7 | [features]
|
8 | 8 | default = []
|
9 |
| -plugins = ["euclid/plugins", "azure/plugins", "skia/euclid/plugins", "io-surface/euclid/plugins"] |
| 9 | +plugins = ["euclid/plugins"] |
10 | 10 |
|
11 | 11 | [dependencies]
|
12 | 12 | libc = "0.2"
|
13 |
| -rustc-serialize = "*" |
14 |
| -log = "*" |
| 13 | +rustc-serialize = "0.3.16" |
| 14 | +log = "0.3.4" |
15 | 15 | gleam = "0.1"
|
16 |
| -euclid = "0.3" |
17 |
| - |
18 |
| -[dependencies.skia] |
19 |
| -git = "https://github.com/servo/skia" |
20 |
| - |
21 |
| -[dependencies.azure] |
22 |
| -git = "https://github.com/servo/rust-azure" |
| 16 | +euclid = "0.4" |
| 17 | +servo-skia = "0.20130412.0" |
| 18 | +azure = { git = "https://github.com/servo/rust-azure" } |
23 | 19 |
|
24 | 20 | [target.x86_64-apple-darwin.dependencies]
|
25 |
| -core-foundation = "*" |
| 21 | +core-foundation = "0.2.0" |
26 | 22 | cgl = "0.1"
|
| 23 | +io-surface = "0.1.0" |
27 | 24 |
|
28 |
| -[target.x86_64-apple-darwin.dependencies.io-surface] |
29 |
| -git = "https://github.com/servo/io-surface-rs" |
30 |
| - |
31 |
| -[target.i686-unknown-linux-gnu.dependencies.glx] |
32 |
| -git = "https://github.com/servo/rust-glx" |
33 |
| - |
34 |
| -[target.x86_64-unknown-linux-gnu.dependencies.glx] |
35 |
| -git = "https://github.com/servo/rust-glx" |
36 |
| - |
37 |
| -[target.arm-unknown-linux-gnueabihf.dependencies.glx] |
38 |
| -git = "https://github.com/servo/rust-glx" |
39 |
| - |
40 |
| -[target.aarch64-unknown-linux-gnu.dependencies.glx] |
41 |
| -git = "https://github.com/servo/rust-glx" |
42 |
| - |
43 |
| -[target.i686-unknown-linux-gnu.dependencies.x11] |
44 |
| -version = "2.3.0" |
45 |
| -features = ["xlib"] |
| 25 | +[target.i686-unknown-linux-gnu.dependencies] |
| 26 | +glx = "0.1.0" |
| 27 | +x11 = { version = "2.3.0", features = ["xlib"] } |
46 | 28 |
|
47 |
| -[target.x86_64-unknown-linux-gnu.dependencies.x11] |
48 |
| -version = "2.3.0" |
49 |
| -features = ["xlib"] |
| 29 | +[target.x86_64-unknown-linux-gnu.dependencies] |
| 30 | +glx = "0.1.0" |
| 31 | +x11 = { version = "2.3.0", features = ["xlib"] } |
50 | 32 |
|
51 |
| -[target.arm-unknown-linux-gnueabihf.dependencies.x11] |
52 |
| -version = "2.3.0" |
53 |
| -features = ["xlib"] |
| 33 | +[target.arm-unknown-linux-gnueabihf.dependencies] |
| 34 | +glx = "0.1.0" |
| 35 | +x11 = { version = "2.3.0", features = ["xlib"] } |
54 | 36 |
|
55 |
| -[target.aarch64-unknown-linux-gnu.dependencies.x11] |
56 |
| -version = "2.3.0" |
57 |
| -features = ["xlib"] |
| 37 | +[target.aarch64-unknown-linux-gnu.dependencies] |
| 38 | +glx = "0.1.0" |
| 39 | +x11 = { version = "2.3.0", features = ["xlib"] } |
58 | 40 |
|
59 |
| -[target.arm-linux-androideabi.dependencies.egl] |
60 |
| -git = "https://github.com/servo/rust-egl" |
| 41 | +[target.arm-linux-androideabi.dependencies] |
| 42 | +servo-egl = "0.2" |
0 commit comments