mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Switch to crates.io for atomic_refcell.
This commit is contained in:
parent
57b2c2609e
commit
b9d99390ad
21 changed files with 30 additions and 481 deletions
|
@ -40,6 +40,7 @@
|
|||
#![recursion_limit = "500"] // For define_css_keyword_enum! in -moz-appearance
|
||||
|
||||
extern crate app_units;
|
||||
extern crate atomic_refcell;
|
||||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
@ -89,7 +90,6 @@ extern crate time;
|
|||
extern crate unicode_segmentation;
|
||||
|
||||
pub mod animation;
|
||||
pub mod atomic_refcell;
|
||||
#[allow(missing_docs)] // TODO.
|
||||
pub mod attr;
|
||||
pub mod bezier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue