mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move gfx to libc from crates.io.
This commit is contained in:
parent
d26345f868
commit
e072e5946e
5 changed files with 28 additions and 7 deletions
|
@ -68,3 +68,4 @@ url = "0.2.16"
|
|||
time = "0.1.12"
|
||||
bitflags = "*"
|
||||
rustc-serialize = "0.2"
|
||||
libc = "*"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(io))]
|
||||
#![feature(libc)]
|
||||
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(path))]
|
||||
#![feature(plugin)]
|
||||
#![feature(rustc_private)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue