summaryrefslogtreecommitdiffstats
path: root/gfx/wr/swgl/Cargo.toml
blob: 9b7624b13e7008c6c4bbcbe4e52aec5c0c0d1004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "swgl"
version = "0.1.0"
license = "MPL-2.0"
authors = ["The Mozilla Project Developers"]
build = "build.rs"
description = "Software OpenGL implementation for WebRender."

[build-dependencies]
cc = "1.0.46"
glsl-to-cxx = { path = "../glsl-to-cxx" }
webrender_build = { path = "../webrender_build" }

[dependencies]
gleam = "0.13.1"