зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
349 B
TOML
16 строки
349 B
TOML
[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"
|