projects: new project vaporise

This commit is contained in:
Muhammad Nauman Raza 2024-03-14 20:36:53 +00:00
parent 4652fe1e83
commit e5bc35f201
Signed by: devraza
GPG key ID: 91EAD6081011574B
3 changed files with 33 additions and 17 deletions

View file

@ -1,3 +1,19 @@
[[project]]
name = "vaporise"
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm` written in Rust."
tags = ["rm", "rust", "alternative", "cli"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/vaporise" },
]
[[project]]
name = "Ambition"
desc = "A textual fast-paced 2D MMORPG written in Rust."
tags = ["rust", "bevy", "mmorpg"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" },
]
[[project]] [[project]]
name = "radiant.nvim" name = "radiant.nvim"
desc = "A fast and minimal Neovim configuration framework." desc = "A fast and minimal Neovim configuration framework."
@ -29,11 +45,3 @@ tags = ["emacs", "colorscheme", "theme", "dark"]
links = [ links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/kagayaki-emacs" }, { name = "git", url = "https://git.devraza.duckdns.org/devraza/kagayaki-emacs" },
] ]
[[project]]
name = "Ambition"
desc = "A textual fast-paced 2D MMORPG written in Rust."
tags = ["rust", "bevy", "mmorpg"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" },
]

View file

@ -1,3 +1,19 @@
[[project]]
name = "vaporise"
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm` written in Rust."
tags = ["rm", "rust", "alternative", "cli"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/vaporise" },
]
[[project]]
name = "Ambition"
desc = "A textual fast-paced 2D MMORPG written in Rust."
tags = ["rust", "bevy", "mmorpg"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" },
]
[[project]] [[project]]
name = "radiant.nvim" name = "radiant.nvim"
desc = "A fast and minimal Neovim configuration framework." desc = "A fast and minimal Neovim configuration framework."
@ -29,11 +45,3 @@ tags = ["emacs", "colorscheme", "theme", "dark"]
links = [ links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/kagayaki-emacs" }, { name = "git", url = "https://git.devraza.duckdns.org/devraza/kagayaki-emacs" },
] ]
[[project]]
name = "Ambition"
desc = "A textual fast-paced 2D MMORPG written in Rust."
tags = ["rust", "bevy", "mmorpg"]
links = [
{ name = "git", url = "https://git.devraza.duckdns.org/devraza/ambition" },
]

File diff suppressed because one or more lines are too long