updated gitignore and made port library name compliant with cargo

pull/3195/head
David Golembiowski 2020-04-24 17:02:36 -04:00
parent df57ee6cb6
commit 5d05c536e7
11 changed files with 0 additions and 16 deletions

View File

@ -1,9 +0,0 @@
[package]
name = "AssimpRs"
version = "0.1.0"
authors = ["David Golembiowski <dmgolembiowski@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@ -1,7 +0,0 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}