abandoning this project

unstable
Penguin 2 years ago
parent fc38850d65
commit e873ee4424

@ -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

@ -1 +0,0 @@
penguin@gpenguin.4155:1645322156

@ -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 =>
{

Loading…
Cancel
Save