We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b3f32 commit a4147abCopy full SHA for a4147ab
2 files changed
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "gleam"
3
version = "0.15.1"
4
-license = "MIT OR Apache-2.0"
5
authors = ["The Servo Project Developers"]
6
-build = "build.rs"
7
-documentation = "https://doc.servo.org/gleam/"
8
-repository = "https://github.com/servo/gleam"
9
description = "Generated OpenGL bindings and wrapper for Servo."
+documentation = "https://docs.rs/gleam"
+repository = "https://github.com/servo/gleam"
+license = "MIT OR Apache-2.0"
+build = "build.rs"
10
11
[build-dependencies]
12
gl_generator = "0.14"
README.md
@@ -1,6 +1,6 @@
servo-gl
========
-[Documentation](https://doc.servo.org/gleam/)
+[Documentation](https://docs.rs/gleam)
-OpenGL bindings for Servo
+OpenGL bindings for Servo.
0 commit comments