mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
Move layout to libc from crates.io.
This commit is contained in:
parent
d94bd278a4
commit
b6483c96be
7 changed files with 9 additions and 3 deletions
|
@ -23,4 +23,5 @@ path = "../devtools_traits"
|
|||
git = "https://github.com/servo/rust-geom"
|
||||
|
||||
[dependencies]
|
||||
url = "0.2.16"
|
||||
url = "0.2.16"
|
||||
libc = "*"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![feature(core)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(libc)]
|
||||
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue