1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20

#[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() {}
}