Skip to content

Commit fdf4946

Browse files
authored
add: louvre, gbm and shakar (#3024)
1 parent f430479 commit fdf4946

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

packages.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35054,6 +35054,49 @@
3505435054
"description": "Quick 'n easy Nim web programming, auto compile & run .nim from the web root",
3505535055
"license": "MIT",
3505635056
"web": "https://github.com/capocasa/pharao"
35057+
},
35058+
{
35059+
"name": "gbm",
35060+
"url": "https://github.com/xTrayambak/gbm-nim",
35061+
"method": "git",
35062+
"tags": [
35063+
"gpu",
35064+
"linux",
35065+
"wayland",
35066+
"gbm",
35067+
"graphics",
35068+
"vram"
35069+
],
35070+
"description": "Raw low-level bindings and idiomatic high-level bindings for Mesa's GBM API",
35071+
"license": "MIT",
35072+
"web": "https://github.com/xTrayambak/gbm-nim"
35073+
},
35074+
{
35075+
"name": "louvre",
35076+
"url": "https://github.com/xTrayambak/nim-louvre",
35077+
"method": "git",
35078+
"tags": [
35079+
"wayland",
35080+
"linux",
35081+
"louvre",
35082+
"compositor",
35083+
"window-manager"
35084+
],
35085+
"description": "Bindings to Louvre, a simple-to-use C++ library that lets you build high-performance compositors with minimal amounts of code.",
35086+
"license": "LGPL-2.1-or-later",
35087+
"web": "https://github.com/xTrayambak/gbm-nim"
35088+
},
35089+
{
35090+
"name": "shakar",
35091+
"url": "https://github.com/ferus-web/shakar",
35092+
"method": "git",
35093+
"tags": [
35094+
"sugar",
35095+
"options"
35096+
],
35097+
"description": "Syntactical sugar that's too sweet for the Nim standard library.",
35098+
"license": "MIT",
35099+
"web": "https://github.com/ferus-web/shakar"
3505735100
}
3505835101
]
3505935102

0 commit comments

Comments
 (0)