projects: new project vaporise
This commit is contained in:
parent
4652fe1e83
commit
e5bc35f201
|
@ -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" },
|
|
||||||
]
|
|
||||||
|
|
|
@ -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
Loading…
Reference in a new issue