aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/webrender/swgl/Cargo.toml
blob: bc5a04b0a344713b2f9dd17bef9575dea17b2c93 (plain) (blame)
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.12.0"