docs: add graphics/gl

This commit is contained in:
Victor Brekenfeld 2018-12-03 23:26:32 +01:00
parent 6609754d13
commit 36b265400a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//! Gl rendering types
use nix::libc::c_void; use nix::libc::c_void;
use super::{PixelFormat, SwapBuffersError}; use super::{PixelFormat, SwapBuffersError};