Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Start project
Browse files Browse the repository at this point in the history
  • Loading branch information
mxxo committed Jul 25, 2019
0 parents commit f2a557e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/target
**/*.rs.bk
Cargo.lock
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "gmsh-rs"
version = "0.1.0"
authors = ["Max Orok <[email protected]>"]
edition = "2018"

[dependencies]

[build-dependencies]
bindgen = "0.50.0"

7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
1 change: 1 addition & 0 deletions wrapper.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <gmsh.h>

0 comments on commit f2a557e

Please sign in to comment.