mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move js to libc from crates.io.
This commit is contained in:
parent
e0af484269
commit
63f606306d
5 changed files with 10 additions and 4 deletions
|
@ -70,3 +70,4 @@ url = "0.2.16"
|
|||
time = "0.1.12"
|
||||
bitflags = "*"
|
||||
rustc-serialize = "*"
|
||||
libc = "*"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(io)]
|
||||
#![feature(libc)]
|
||||
#![feature(plugin)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(std_misc)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue