mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
Get rid of old libc
feature
This commit is contained in:
parent
49aed6555d
commit
a0e45beae8
6 changed files with 6 additions and 2 deletions
1
components/servo/Cargo.lock
generated
1
components/servo/Cargo.lock
generated
|
@ -11,6 +11,7 @@ dependencies = [
|
||||||
"gfx_tests 0.0.1",
|
"gfx_tests 0.0.1",
|
||||||
"glutin_app 0.0.1",
|
"glutin_app 0.0.1",
|
||||||
"layout 0.0.1",
|
"layout 0.0.1",
|
||||||
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"msg 0.0.1",
|
"msg 0.0.1",
|
||||||
"net 0.0.1",
|
"net 0.0.1",
|
||||||
"net_tests 0.0.1",
|
"net_tests 0.0.1",
|
||||||
|
|
|
@ -103,3 +103,4 @@ optional = true
|
||||||
url = "0.2.16"
|
url = "0.2.16"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
bitflags = "*"
|
bitflags = "*"
|
||||||
|
libc = "*"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
//
|
//
|
||||||
// The `Browser` is fed events from a generic type that implements the
|
// The `Browser` is fed events from a generic type that implements the
|
||||||
// `WindowMethods` trait.
|
// `WindowMethods` trait.
|
||||||
#![feature(libc, thread_local)]
|
#![feature(thread_local)]
|
||||||
|
|
||||||
extern crate compositing;
|
extern crate compositing;
|
||||||
extern crate devtools;
|
extern crate devtools;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
//!
|
//!
|
||||||
//! [glutin]: https://github.com/tomaka/glutin
|
//! [glutin]: https://github.com/tomaka/glutin
|
||||||
|
|
||||||
#![feature(start, libc)]
|
#![feature(start)]
|
||||||
|
|
||||||
// The Servo engine
|
// The Servo engine
|
||||||
extern crate servo;
|
extern crate servo;
|
||||||
|
|
1
ports/cef/Cargo.lock
generated
1
ports/cef/Cargo.lock
generated
|
@ -1047,6 +1047,7 @@ dependencies = [
|
||||||
"gfx 0.0.1",
|
"gfx 0.0.1",
|
||||||
"glutin_app 0.0.1",
|
"glutin_app 0.0.1",
|
||||||
"layout 0.0.1",
|
"layout 0.0.1",
|
||||||
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"msg 0.0.1",
|
"msg 0.0.1",
|
||||||
"net 0.0.1",
|
"net 0.0.1",
|
||||||
"net_traits 0.0.1",
|
"net_traits 0.0.1",
|
||||||
|
|
1
ports/gonk/Cargo.lock
generated
1
ports/gonk/Cargo.lock
generated
|
@ -1019,6 +1019,7 @@ dependencies = [
|
||||||
"devtools_traits 0.0.1",
|
"devtools_traits 0.0.1",
|
||||||
"gfx 0.0.1",
|
"gfx 0.0.1",
|
||||||
"layout 0.0.1",
|
"layout 0.0.1",
|
||||||
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"msg 0.0.1",
|
"msg 0.0.1",
|
||||||
"net 0.0.1",
|
"net 0.0.1",
|
||||||
"net_traits 0.0.1",
|
"net_traits 0.0.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue