mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Lazily define interface objects on globals (fixes #6419)
This commit is contained in:
parent
ca979e115b
commit
1559f5a39f
11 changed files with 178 additions and 18 deletions
|
@ -79,6 +79,8 @@ libc = "0.2"
|
|||
log = "0.3"
|
||||
num = "0.1.24"
|
||||
rand = "0.3"
|
||||
phf = "0.7.13"
|
||||
phf_macros = "0.7.13"
|
||||
ref_slice = "0.1.0"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = {version = "0.5", features = ["heap_size"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue