gvr_sys/
lib.rs

1#![allow(dead_code)]
2#![allow(non_upper_case_globals)]
3#![allow(non_camel_case_types)]
4#![allow(non_snake_case)]
5
6#[cfg(not(target_os = "android"))]
7include!("bindings.rs");
8
9#[cfg(target_os = "android")]
10include!("bindings_android.rs");