diff --git a/README.md b/README.md index 31aa496..0dae94d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 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. ## License