Add: libimagrt
This commit is contained in:
parent
d786b5e8d3
commit
ff84c7b258
4 changed files with 12 additions and 0 deletions
1
libimagrt/.gitignore
vendored
Normal file
1
libimagrt/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
target
|
4
libimagrt/Cargo.lock
generated
Normal file
4
libimagrt/Cargo.lock
generated
Normal file
|
@ -0,0 +1,4 @@
|
|||
[root]
|
||||
name = "libimagrt"
|
||||
version = "0.1.0"
|
||||
|
4
libimagrt/Cargo.toml
Normal file
4
libimagrt/Cargo.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[package]
|
||||
name = "libimagrt"
|
||||
version = "0.1.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
3
libimagrt/src/lib.rs
Normal file
3
libimagrt/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#[test]
|
||||
fn it_works() {
|
||||
}
|
Loading…
Reference in a new issue