no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / gfx / wr / swgl / Cargo.toml
blob2e84e2267c12dd178e157d786554eccd83024c7e
1 [package]
2 name = "swgl"
3 version = "0.1.0"
4 license = "MPL-2.0"
5 authors = ["The Mozilla Project Developers"]
6 build = "build.rs"
7 description = "Software OpenGL implementation for WebRender."
9 [build-dependencies]
10 cc = "1.0.46"
11 glsl-to-cxx = { path = "../glsl-to-cxx" }
12 webrender_build = { path = "../webrender_build" }
14 [dependencies]
15 gleam = "0.15"