From e873ee4424bc37c93db0fd478c3474b26284e0bf Mon Sep 17 00:00:00 2001 From: Penguin Date: Thu, 17 Mar 2022 14:24:48 -0500 Subject: [PATCH] abandoning this project --- Cargo.toml | 2 +- igloo_core/src/.#lib.rs | 1 - igloo_core/src/lib.rs | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 120000 igloo_core/src/.#lib.rs diff --git a/Cargo.toml b/Cargo.toml index 3985126..df6c197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Penguin <...>"] edition = "2021" repository = "https://github.com/Embedded-Penguin/ePenguin-igloo/" readme = "README.md" -description = "Igloo is a package/project manager. It is used for bare metal embedded systems. It is in its early stages of development. The goal of this project is to reduce the pain of writing embedded code by bridging the gap between many different manufacturers. It is can be thought of as glue for many of the fragmented pieces in the embedded world. This is also a learning project for me. Not all of this code will be the most efficient. I wanted to use a problem I saw as an opportunity to learn rust. Advice is welcome." +description = "This project is abandoned. If you'd like the name, please email help@crates.io. I consent to the transfer to the first person who asks for it." license="GPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/igloo_core/src/.#lib.rs b/igloo_core/src/.#lib.rs deleted file mode 120000 index c173abb..0000000 --- a/igloo_core/src/.#lib.rs +++ /dev/null @@ -1 +0,0 @@ -penguin@gpenguin.4155:1645322156 \ No newline at end of file diff --git a/igloo_core/src/lib.rs b/igloo_core/src/lib.rs index 55c3698..33c4116 100644 --- a/igloo_core/src/lib.rs +++ b/igloo_core/src/lib.rs @@ -94,6 +94,10 @@ impl Igloo res_err = igloo_action::ia_new(self, igloo_cli::ich_new_get_project_name(self), igloo_cli::ich_new_get_target_name(self)); + } + IT_INIT => + { + } IT_RUN => { @@ -130,10 +134,6 @@ impl Igloo IT_NULL => { - } - IT_DEBUG => - { - } IT_CONFIGURE => {