diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-12-28 14:14:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-28 14:14:36 +0000 |
| commit | f79d0eb8d3a02b70311d4613a57455f3c2c30368 (patch) | |
| tree | d308c07fe313ae105a3507f2c278462934f52870 | |
| parent | 4da0f89a07ac82b14b8bb771a91a5e0e2b6ec928 (diff) | |
| parent | 6666be5802f3bc919a4c0cb4e0709cad62a56527 (diff) | |
| download | packages-f79d0eb8d3a02b70311d4613a57455f3c2c30368.tar.gz packages-f79d0eb8d3a02b70311d4613a57455f3c2c30368.zip | |
Merge pull request #443 from luked99/master
Add linuxfb, a wrapper for the Linux framebuffer API
| -rw-r--r-- | packages.json | 13 |
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" } ] |
