mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +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
|
@ -7,9 +7,6 @@ authors = ["The Servo Project Developers"]
|
|||
name = "msg"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies.app_units]
|
||||
path = "../app_units"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
|
@ -48,6 +45,7 @@ features = ["texture_surface"]
|
|||
path = "../plugins"
|
||||
|
||||
[dependencies]
|
||||
app_units = "0.1"
|
||||
bitflags = "0.3"
|
||||
rustc-serialize = "0.3.4"
|
||||
euclid = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue