mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Further changes required by Servo
This commit is contained in:
parent
8ca41ccf9e
commit
4c7ddd63b3
2 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,6 @@ uluru = "2"
|
||||||
unicode-bidi = "0.3"
|
unicode-bidi = "0.3"
|
||||||
unicode-segmentation = "1.0"
|
unicode-segmentation = "1.0"
|
||||||
void = "1.0.2"
|
void = "1.0.2"
|
||||||
gecko-profiler = { path = "../../../tools/profiler/rust-api" }
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = { version = "0.62", optional = true, default-features = false }
|
bindgen = { version = "0.62", optional = true, default-features = false }
|
||||||
|
|
|
@ -10,6 +10,7 @@ use crate::gecko_bindings::bindings;
|
||||||
use crate::parallel::STYLE_THREAD_STACK_SIZE_KB;
|
use crate::parallel::STYLE_THREAD_STACK_SIZE_KB;
|
||||||
use crate::shared_lock::SharedRwLock;
|
use crate::shared_lock::SharedRwLock;
|
||||||
use crate::thread_state;
|
use crate::thread_state;
|
||||||
|
#[cfg(feature = "gecko")]
|
||||||
use gecko_profiler;
|
use gecko_profiler;
|
||||||
use parking_lot::{RwLock, RwLockReadGuard};
|
use parking_lot::{RwLock, RwLockReadGuard};
|
||||||
use rayon;
|
use rayon;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue