mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Upgrade rust.
This commit is contained in:
parent
7ece5f92db
commit
31eee791dd
102 changed files with 724 additions and 839 deletions
|
@ -10,11 +10,15 @@
|
|||
|
||||
#[feature(globs, macro_rules, struct_variant, managed_boxes, phase)];
|
||||
|
||||
#[feature(phase)];
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
|
||||
extern crate collections;
|
||||
extern crate geom;
|
||||
extern crate hubbub;
|
||||
extern crate encoding;
|
||||
extern crate js;
|
||||
extern crate native;
|
||||
extern crate serialize;
|
||||
#[phase(syntax)]
|
||||
extern crate servo_macros = "macros";
|
||||
|
@ -22,8 +26,7 @@ extern crate servo_net = "net";
|
|||
extern crate servo_util = "util";
|
||||
extern crate style;
|
||||
extern crate servo_msg = "msg";
|
||||
extern crate extra;
|
||||
extern crate native;
|
||||
extern crate url;
|
||||
|
||||
pub mod dom {
|
||||
pub mod bindings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue