28 lines
847 B
TOML
28 lines
847 B
TOML
[package]
|
|
name = "webrender_api"
|
|
version = "0.62.0"
|
|
authors = ["Glenn Watson <gw@intuitionlibrary.com>"]
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/servo/webrender"
|
|
description = "Public API for WebRender"
|
|
edition = "2018"
|
|
|
|
[features]
|
|
nightly = ["euclid/unstable", "serde/unstable"]
|
|
serialize = []
|
|
deserialize = []
|
|
display_list_stats = []
|
|
|
|
[dependencies]
|
|
app_units = "0.7.3"
|
|
bitflags = { version = "2", features = ["serde"] }
|
|
byteorder = "1.2.1"
|
|
euclid = { version = "0.22.6", features = ["serde"] }
|
|
malloc_size_of_derive = "0.1"
|
|
serde = { version = "1.0", features = ["rc"] }
|
|
serde_derive = "1.0"
|
|
serde_bytes = "0.11"
|
|
time = "0.1"
|
|
malloc_size_of = { version = "0.0.2", path = "../wr_malloc_size_of", package = "wr_malloc_size_of" }
|
|
peek-poke = { version = "0.3", path = "../peek-poke", features = ["extras"] }
|
|
crossbeam-channel = "0.5"
|