mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Move PixelFormat to the pixels crate
This commit is contained in:
parent
faee0b2b0c
commit
2c0acf6b9b
14 changed files with 38 additions and 21 deletions
|
@ -12,3 +12,6 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
euclid = "0.19"
|
||||
malloc_size_of = {path = "../malloc_size_of"}
|
||||
malloc_size_of_derive = {path = "../malloc_size_of_derive"}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue