aboutsummaryrefslogtreecommitdiffstats
path: root/components/pixels/Cargo.toml
blob: 0cd8e198c1ddcc4b5de238a15034cc96e4e56dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "pixels"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.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 }