Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to latest incoming #41

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Ported to latest incoming

  • Loading branch information
Steven Stewart-Gallus
Steven Stewart-Gallus committed May 26, 2013
commit 91be9227999d63eb392783a02077f7fc5250bc94
0 configure 100644 → 100755
No changes.
18 gl2.rs
@@ -9,15 +9,15 @@

/* automatically generated by rust-bindgen */

use core::libc::*;
use core::libc::types::common::c99::*;
use core::cast::transmute;
use core::ptr::to_unsafe_ptr;
use core::str::{as_c_str, from_bytes};
use core::str::raw::from_c_str;
use core::sys::size_of;
use core::vec::from_elem;
use core::vec::raw::to_ptr;
use std::libc::*;
use std::libc::types::common::c99::*;
use std::cast::transmute;
use std::ptr::to_unsafe_ptr;
use std::str::{as_c_str, from_bytes};
use std::str::raw::from_c_str;
use std::sys::size_of;
use std::vec::from_elem;
use std::vec::raw::to_ptr;

// Linking
#[nolink]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.