Add: libimagmodule

This commit is contained in:
Matthias Beyer 2016-01-09 23:51:38 +01:00
parent f35029a3d0
commit 7a08c9b773
4 changed files with 12 additions and 0 deletions

1
libimagmodule/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
target

4
libimagmodule/Cargo.lock generated Normal file
View file

@ -0,0 +1,4 @@
[root]
name = "libimagmodule"
version = "0.1.0"

4
libimagmodule/Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "libimagmodule"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

3
libimagmodule/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}