summaryrefslogtreecommitdiffstats
path: root/gfx/wr/direct-composition/Cargo.toml
blob: 297e2f1d3635719b5beb0e60ea17787c3d428f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "direct-composition"
version = "0.1.0"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MPL-2.0"
edition = "2018"

[target.'cfg(windows)'.dependencies]
euclid = "0.22"
gleam = "0.13"
mozangle = {version = "0.3.2", features = ["egl"]}
webrender = {path = "../webrender"}
winapi = {version = "0.3", features = ["winerror", "d3d11", "dcomp"]}
winit = "0.19"