Add: libimagmodule
This commit is contained in:
parent
f35029a3d0
commit
7a08c9b773
4 changed files with 12 additions and 0 deletions
1
libimagmodule/.gitignore
vendored
Normal file
1
libimagmodule/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
target
|
4
libimagmodule/Cargo.lock
generated
Normal file
4
libimagmodule/Cargo.lock
generated
Normal file
|
@ -0,0 +1,4 @@
|
|||
[root]
|
||||
name = "libimagmodule"
|
||||
version = "0.1.0"
|
||||
|
4
libimagmodule/Cargo.toml
Normal file
4
libimagmodule/Cargo.toml
Normal 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
3
libimagmodule/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#[test]
|
||||
fn it_works() {
|
||||
}
|
Loading…
Reference in a new issue