aboutsummaryrefslogtreecommitdiffstats
path: root/components/pixels/Cargo.toml
blob: 595c48610089f1c9efc4f364548490c70b6d16cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "pixels"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true

[lib]
name = "pixels"
path = "lib.rs"

[dependencies]
euclid = { workspace = true }
ipc-channel = { workspace = true }
image = { workspace = true }
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
webrender_api = { workspace = true }