1
2
3
4
5
6
7
8
// Copyright (c) 2017, Marty Mills <daggerbot@gmail.com>
// This software is available under the terms of the zlib license.
// See COPYING.md for more information.

/// OpenGL 2.1 bindings.
pub mod gl21 {
    include!(concat!(env!("OUT_DIR"), "/gl21.rs"));
}