aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5d0bbeb..1fb61a0 100644
--- a/packages.json
+++ b/packages.json
@@ -5580,5 +5580,18 @@
"description": "Efficient object storage system",
"license": "MIT",
"web": "https://github.com/nimscale/stor"
+ },
+ {
+ "name": "linuxfb",
+ "url": "https://github.com/luked99/linuxfb.nim",
+ "method": "git",
+ "tags": [
+ "wrapper",
+ "graphics",
+ "linux"
+ ],
+ "description": "Wrapper around the Linux framebuffer driver ioctl API",
+ "license": "MIT",
+ "web": "https://github.com/luked99/linuxfb.nim"
}
]