mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Implement OwningHandle in style.
I've also PR-ed this against upstream [1], but I don't want to block on that in case it takes a while to be merged / published. [1] https://github.com/Kimundi/owning-ref-rs/pull/15
This commit is contained in:
parent
3f31ffad2f
commit
d73047584c
9 changed files with 134 additions and 9 deletions
|
@ -13,6 +13,7 @@ doctest = false
|
|||
app_units = "0.3"
|
||||
cssparser = {version = "0.7", features = ["heap_size"]}
|
||||
euclid = "0.10.1"
|
||||
owning_ref = "0.2.2"
|
||||
parking_lot = "0.3"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue