rust/landgen/src/lib.rs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 25 Oct 2018 16:44:00 +0200
changeset 13967 a04c86dc685f
parent 13938 1fa905aa4cdb
child 14026 3b3d97ed2286
permissions -rw-r--r--
Allow duplicate placeholders in engine strings

mod outline;

extern crate integral_geometry;

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