add crates and docs shields to README

This commit is contained in:
Micah Johnston
2020-12-20 14:02:19 -06:00
parent 70aa39a1d9
commit 62e144bdf4

View File

@@ -1,5 +1,8 @@
# raw-gl-context # raw-gl-context
[![Cargo](https://img.shields.io/crates/v/raw-gl-context.svg)](https://crates.io/crates/raw-gl-context)
[![Documentation](https://docs.rs/raw-gl-context/badge.svg)](https://docs.rs/raw-gl-context)
Library for creating an OpenGL context from a [RawWindowHandle](https://crates.io/crates/raw-window-handle). Supported platforms are Windows, macOS, and X11. Library for creating an OpenGL context from a [RawWindowHandle](https://crates.io/crates/raw-window-handle). Supported platforms are Windows, macOS, and X11.
## License ## License