gecko-dev/gfx/wr/direct-composition/Cargo.toml

14 строки
365 B
TOML

[package]
name = "direct-composition"
version = "0.1.0"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MPL-2.0"
[target.'cfg(windows)'.dependencies]
euclid = "0.19"
gleam = "0.6.2"
mozangle = {version = "0.1", features = ["egl"]}
webrender = {path = "../webrender"}
winapi = {version = "0.3", features = ["winerror", "d3d11", "dcomp"]}
winit = "0.16"