mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move from clock_ticks to time.
This is recommended at <https://github.com/tomaka/clock_ticks>.
This commit is contained in:
parent
f5d05a39af
commit
2e40297885
6 changed files with 9 additions and 35 deletions
|
@ -23,7 +23,6 @@ extern crate azure;
|
|||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate canvas_traits;
|
||||
extern crate clock_ticks;
|
||||
extern crate cssparser;
|
||||
extern crate encoding;
|
||||
extern crate euclid;
|
||||
|
@ -52,6 +51,7 @@ extern crate smallvec;
|
|||
#[macro_use(atom, ns)] extern crate string_cache;
|
||||
extern crate style;
|
||||
extern crate style_traits;
|
||||
extern crate time;
|
||||
extern crate unicode_bidi;
|
||||
extern crate unicode_script;
|
||||
extern crate url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue