mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
Move nsstring from gecko into servo/support/gecko/nsstring
This is the servo side of bug 1403213. MozReview-Commit-ID: HFdQiuMnGhJ
This commit is contained in:
parent
d9ede4dc05
commit
2d3331fbd4
7 changed files with 200 additions and 24 deletions
|
@ -20,7 +20,7 @@ env_logger = {version = "0.4", default-features = false} # disable `regex` to re
|
|||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
malloc_size_of = {path = "../../components/malloc_size_of"}
|
||||
nsstring_vendor = {path = "../../components/style/gecko_bindings/nsstring_vendor"}
|
||||
nsstring = {path = "../../support/gecko/nsstring"}
|
||||
parking_lot = "0.4"
|
||||
# Turn on gecko_like_types because of so that crates which use this
|
||||
# crate and also dev-depend on stylo_tests get reasonable behavior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue