updated gitignore and made port library name compliant with cargo
parent
df57ee6cb6
commit
5d05c536e7
|
@ -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]
|
|
|
@ -1,7 +0,0 @@
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
|
||||||
assert_eq!(2 + 2, 4);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue