terra 0.1.0

A rendering library for large scale terrains
Documentation

#[macro_use]
extern crate gfx;
extern crate gfx_core;
extern crate rand;
extern crate safe_transmute;
extern crate shader_version;
extern crate vecmath;
extern crate zip;

#[cfg(feature = "download")]
extern crate curl;

pub mod terrain;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {}
}