From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- gfx/wr/swgl/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gfx/wr/swgl/Cargo.toml (limited to 'gfx/wr/swgl/Cargo.toml') diff --git a/gfx/wr/swgl/Cargo.toml b/gfx/wr/swgl/Cargo.toml new file mode 100644 index 0000000000..2e84e2267c --- /dev/null +++ b/gfx/wr/swgl/Cargo.toml @@ -0,0 +1,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" -- cgit v1.2.3