mirror of
https://github.com/servo/servo.git
synced 2025-06-17 21:04:28 +00:00
Update servo to use published app units crate
This commit is contained in:
parent
35888e5a1d
commit
1999ea5e43
11 changed files with 52 additions and 39 deletions
|
@ -9,6 +9,7 @@ name = "gfx"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.1"
|
||||
bitflags = "0.3"
|
||||
euclid = "0.2"
|
||||
fnv = "1.0"
|
||||
|
@ -25,9 +26,6 @@ string_cache = "0.1"
|
|||
time = "0.1.12"
|
||||
unicode-script = { version = "0.1", features = ["harfbuzz"] }
|
||||
|
||||
[dependencies.app_units]
|
||||
path = "../app_units"
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue