(add) add stylus, mirage and ferusgfx (#2850)

This commit is contained in:
Trayambak 2024-04-12 04:00:01 +05:30 committed by GitHub
parent bc68b9b5ea
commit 865a5ea2ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33092,5 +33092,42 @@
"description": "Classes and dependency injection for Nim.",
"license": "MIT",
"web": "https://github.com/YaDev/NimCLS"
},
{
"name": "stylus",
"url": "https://github.com/ferus-web/stylus",
"method": "git",
"tags": [
"css",
"parsing"
],
"description": "A standards compliant CSS level 3 tokenizer and parser written in pure Nim",
"license": "MIT",
"web": "https://github.com/ferus-web/stylus"
},
{
"name": "mirage",
"url": "https://github.com/ferus-web/mirage",
"method": "git",
"tags": [
"interpreter",
"bytecode",
"code"
],
"description": "A bytecode language generator and runtime",
"license": "MIT",
"web": "https://github.com/ferus-web/mirage"
},
{
"name": "ferusgfx",
"url": "https://github.com/ferus-web/ferusgfx",
"method": "git",
"tags": [
"graphics",
"gpu",
],
"description": "A high-performance graphics renderer made for web engines",
"license": "MIT",
"web": "https://github.com/ferus-web/mirage"
}
]