From 0bc5b6d618a3df481a2e99644c8670118314c996 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 18 Jan 2020 12:04:51 -0800 Subject: [PATCH] Add euphony, steamworks, sysinfo, and ptest libs. (#1330) --- packages.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/packages.json b/packages.json index 7aa2524..2ea65b7 100644 --- a/packages.json +++ b/packages.json @@ -16200,5 +16200,54 @@ "description": "A Nim query builder library inspired by Laravel/PHP and Orator/Python", "license": "MIT", "web": "https://github.com/itsumura-h/nim-allographer" + }, + { + "name": "euphony", + "url": "https://github.com/treeform/euphony", + "method": "git", + "tags": [ + "sound", + "OpenAL" + ], + "description": "A 3d sound API for nim.", + "license": "MIT", + "web": "https://github.com/treeform/euphony" + }, + { + "name": "steamworks", + "url": "https://github.com/treeform/steamworks", + "method": "git", + "tags": [ + "steamworks", + "game" + ], + "description": "Steamworks SDK API for shipping games on Steam.", + "license": "MIT", + "web": "https://github.com/treeform/steamworks" + }, + { + "name": "sysinfo", + "url": "https://github.com/treeform/sysinfo", + "method": "git", + "tags": [ + "system", + "cpu", + "gpu", + "net" + ], + "description": "Cross platform system information.", + "license": "MIT", + "web": "https://github.com/treeform/sysinfo" + }, + { + "name": "ptest", + "url": "https://github.com/treeform/ptest", + "method": "git", + "tags": [ + "test" + ], + "description": "Print-testing for nim.", + "license": "MIT", + "web": "https://github.com/treeform/ptest" } ]