rust/landgen/src/lib.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 28 Oct 2018 00:49:00 +0200
changeset 14024 03a5d9f0bcc9
parent 13938 1fa905aa4cdb
child 14026 3b3d97ed2286
permissions -rw-r--r--
Play sndStupid on round draw instead of sndNutter

mod outline;

extern crate integral_geometry;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}