Android fixes for February Rust Upgrade

This commit is contained in:
Lars Bergstrom 2014-04-01 11:47:41 -05:00
parent 7541b57526
commit ccb522a465
14 changed files with 96 additions and 12 deletions

View file

@ -4,6 +4,8 @@
#[crate_id = "github.com/mozilla/servo#script:0.1"];
#[crate_type = "lib"];
#[crate_type = "dylib"];
#[crate_type = "rlib"];
#[comment = "The Servo Parallel Browser Project"];
#[license = "MPL"];