mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
fallible: Avoid using system malloc in servo.
This commit is contained in:
parent
c85633f48e
commit
6661bfa838
3 changed files with 32 additions and 9 deletions
|
@ -16,7 +16,7 @@ path = "lib.rs"
|
|||
doctest = false
|
||||
|
||||
[features]
|
||||
gecko = ["nsstring_vendor", "num_cpus", "style_traits/gecko"]
|
||||
gecko = ["nsstring_vendor", "num_cpus", "style_traits/gecko", "fallible/known_system_malloc"]
|
||||
use_bindgen = ["bindgen", "regex", "toml"]
|
||||
servo = ["serde", "heapsize", "heapsize_derive",
|
||||
"style_traits/servo", "servo_atoms", "servo_config", "html5ever",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue