1//! Low-level FFI bindings for the TG geometry library.
2//!
3//! For a safe Rust API, use `tg-geom` instead.
45#![allow(non_camel_case_types)]
6#![allow(non_upper_case_globals)]
7#![allow(non_snake_case)]
89include!(concat!(env!("OUT_DIR"), "/bindings.rs"));