servo/components/pixels/Cargo.toml
Emilio Cobos Álvarez 3d57c22e9c Update euclid.
There are a few canvas2d-related dependencies that haven't updated, but they
only use euclid internally so that's not blocking landing the rest of the
changes.

Given the size of this patch, I think it's useful to get this landed as-is.
2019-07-23 23:09:55 +02:00

17 lines
334 B
TOML

[package]
name = "pixels"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false
[lib]
name = "pixels"
path = "lib.rs"
[dependencies]
euclid = "0.20"
malloc_size_of = {path = "../malloc_size_of"}
malloc_size_of_derive = "0.1"
serde = {version = "1", features = ["derive"]}