mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use release_max_level_info in all ports
This commit is contained in:
parent
80bcbcb966
commit
5f2a69b3b7
2 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,6 @@ crate-type = ["dylib"]
|
|||
euclid = {version = "0.6.2", features = ["plugins"]}
|
||||
gleam = "0.2"
|
||||
libc = "0.2"
|
||||
log = "0.3"
|
||||
url = {version = "0.5.5", features = ["heap_size"]}
|
||||
|
||||
[dependencies.servo]
|
||||
|
@ -30,6 +29,10 @@ path = "../../components/compositing"
|
|||
[dependencies.gfx]
|
||||
path = "../../components/gfx"
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.3"
|
||||
features = ["release_max_level_info"]
|
||||
|
||||
[dependencies.script]
|
||||
path = "../../components/script"
|
||||
|
||||
|
|
|
@ -17,13 +17,16 @@ heapsize = "0.3.0"
|
|||
heapsize_plugin = "0.1.2"
|
||||
lazy_static = "0.1"
|
||||
libc = "0.2"
|
||||
log = "0.3"
|
||||
num_cpus = "0.2.2"
|
||||
selectors = {version = "0.5", features = ["heap_size", "unstable"]}
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.10", features = ["heap_size", "unstable"]}
|
||||
url = {version = "0.5.5", features = ["heap_size"]}
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.3"
|
||||
features = ["release_max_level_info"]
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../../components/plugins"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue