mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -53,9 +53,6 @@ path = "../profile_traits"
|
|||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
[dependencies.clock_ticks]
|
||||
git = "https://github.com/tomaka/clock_ticks"
|
||||
|
||||
[dependencies.ipc-channel]
|
||||
git = "https://github.com/servo/ipc-channel"
|
||||
|
||||
|
@ -75,6 +72,7 @@ euclid = {version = "0.4", features = ["plugins"]}
|
|||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
serde_json = "0.5"
|
||||
time = "0.1"
|
||||
unicode-bidi = "0.2"
|
||||
unicode-script = { version = "0.1", features = ["harfbuzz"] }
|
||||
url = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue