manifold/build.rs

5 lines
104 B
Rust
Raw Permalink Normal View History

2021-11-12 12:02:22 +00:00
extern crate built;
fn main() {
built::write_built_file().expect("Failed to collate build info");
}