mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
parent
12195a5c4a
commit
90dbd86ed7
3 changed files with 36 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
#![feature(rc_unique)]
|
||||
#![feature(slice_chars)]
|
||||
#![feature(str_utf16)]
|
||||
#![feature(unicode)]
|
||||
#![feature(vec_push_all)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
@ -49,6 +50,7 @@ extern crate msg;
|
|||
extern crate net_traits;
|
||||
extern crate num;
|
||||
extern crate rustc_serialize;
|
||||
extern crate rustc_unicode;
|
||||
extern crate time;
|
||||
extern crate canvas;
|
||||
extern crate canvas_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue