cgmath/src/om3d.rc

13 lines
242 B
Plaintext
Raw Normal View History

2012-09-07 10:48:47 +00:00
#[link(name = "om3d",
vers = "0.1",
author = "Brendan Zabarauskas")];
#[comment = "Linear algebra library for Rust. Incomplete and probably buggy."];
#[crate_type = "lib"];
use std;
mod mat;
mod projection;
mod quat;
mod vec;