From 6666be5802f3bc919a4c0cb4e0709cad62a56527 Mon Sep 17 00:00:00 2001 From: Luke Diamand Date: Tue, 27 Dec 2016 20:47:31 +0000 Subject: [PATCH] Add linuxfb, a wrapper for the Linux framebuffer API --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]