summaryrefslogtreecommitdiffstats
path: root/gfx/wr/swgl/Cargo.toml
blob: 2e84e2267c12dd178e157d786554eccd83024c7e (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.15"