projects: remove deprecation notice from tinypc

This commit is contained in:
Muhammad Nauman Raza 2025-01-26 09:44:09 +00:00
parent b4b941a5db
commit e5555a1553
Signed by: devraza
GPG key ID: 91EAD6081011574B
3 changed files with 17 additions and 17 deletions

View file

@ -14,6 +14,14 @@ links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/oily-solutions" },
]
[[project]]
name = "tinypc"
desc = "LMC assembly interpreter written in pure safe Rust."
tags = ["LMC", "assembly", "rust", "interpreter"]
links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
]
[[project]]
name = "fireguide"
desc = "Extremely simple TUI program to create a heatmap based on habits."
@ -22,14 +30,6 @@ links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/fireguide" },
]
[[project]]
name = "tinypc"
desc = "LMC assembly interpreter written in pure safe Rust. `[Deprecated]`"
tags = ["LMC", "assembly", "rust", "interpreter"]
links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
]
[[project]]
name = "webchain"
desc = "A fast and minimal bookmark manager. `[Deprecated]`"

View file

@ -14,6 +14,14 @@ links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/oily-solutions" },
]
[[project]]
name = "tinypc"
desc = "LMC assembly interpreter written in pure safe Rust."
tags = ["LMC", "assembly", "rust", "interpreter"]
links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
]
[[project]]
name = "fireguide"
desc = "Extremely simple TUI program to create a heatmap based on habits."
@ -22,14 +30,6 @@ links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/fireguide" },
]
[[project]]
name = "tinypc"
desc = "LMC assembly interpreter written in pure safe Rust. `[Deprecated]`"
tags = ["LMC", "assembly", "rust", "interpreter"]
links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
]
[[project]]
name = "webchain"
desc = "A fast and minimal bookmark manager. `[Deprecated]`"

File diff suppressed because one or more lines are too long