Added initial skeleton files

This commit is contained in:
4bb4 2020-07-01 21:35:13 +02:00 committed by 4bb4
parent 895e4e6366
commit f3e24283d1
3 changed files with 21 additions and 0 deletions

6
implot-sys/build.rs Normal file
View file

@ -0,0 +1,6 @@
use std::io;
fn main() -> io::Result<()> {
// Does nothing yet
Ok(())
}