From 1b23af71696396919c1c5eebe27a6ddedaf67f0a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 11 Feb 2016 17:26:53 +0100 Subject: [PATCH] Remove codebase: libimagmodule --- libimagmodule/.gitignore | 1 - libimagmodule/Cargo.toml | 4 ---- libimagmodule/src/lib.rs | 3 --- 3 files changed, 8 deletions(-) delete mode 100644 libimagmodule/.gitignore delete mode 100644 libimagmodule/Cargo.toml delete mode 100644 libimagmodule/src/lib.rs diff --git a/libimagmodule/.gitignore b/libimagmodule/.gitignore deleted file mode 100644 index eb5a316c..00000000 --- a/libimagmodule/.gitignore +++ /dev/null @@ -1 +0,0 @@ -target diff --git a/libimagmodule/Cargo.toml b/libimagmodule/Cargo.toml deleted file mode 100644 index d3a28902..00000000 --- a/libimagmodule/Cargo.toml +++ /dev/null @@ -1,4 +0,0 @@ -[package] -name = "libimagmodule" -version = "0.1.0" -authors = ["Matthias Beyer "] diff --git a/libimagmodule/src/lib.rs b/libimagmodule/src/lib.rs deleted file mode 100644 index a93251b6..00000000 --- a/libimagmodule/src/lib.rs +++ /dev/null @@ -1,3 +0,0 @@ -#[test] -fn it_works() { -}