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

3
implot-sys/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
fn _does_nothing() {
println!("This does nothing yet");
}