Added initial skeleton files
This commit is contained in:
parent
895e4e6366
commit
f3e24283d1
3 changed files with 21 additions and 0 deletions
6
implot-sys/build.rs
Normal file
6
implot-sys/build.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use std::io;
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
// Does nothing yet
|
||||
Ok(())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue