implot-rs/implot-sys/build.rs
2020-07-01 21:46:33 +02:00

6 lines
81 B
Rust

use std::io;
fn main() -> io::Result<()> {
// Does nothing yet
Ok(())
}