Create mandelwow_lib.
[mandelwow.git] / lib.rs
diff --git a/lib.rs b/lib.rs
new file mode 100644 (file)
index 0000000..8fd85f4
--- /dev/null
+++ b/lib.rs
@@ -0,0 +1,14 @@
+extern crate cgmath;
+#[macro_use(uniform,program,implement_vertex)]
+extern crate glium;
+extern crate glutin;
+extern crate libxm;
+extern crate sdl2;
+
+pub mod bounding_box;
+pub mod cube;
+pub mod mandelwow;
+pub mod sound;
+pub mod support;
+
+pub use cube::Cube;