Cargo.toml (361B)
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." 8 9 [build-dependencies] 10 cc = "1.0.46" 11 glsl-to-cxx = { path = "../glsl-to-cxx" } 12 webrender_build = { path = "../webrender_build" } 13 14 [dependencies] 15 gleam = { workspace = true }