From db574ddd8bb2330f8725ca2e0677c42c4323d63e Mon Sep 17 00:00:00 2001 From: Thiago Navarro <74574275+thisago@users.noreply.github.com> Date: Sun, 12 Sep 2021 13:45:59 +0000 Subject: [PATCH] Add package tic80 (#2006) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 998e5ed..f57986a 100644 --- a/packages.json +++ b/packages.json @@ -23705,5 +23705,19 @@ "description": "Simple library to draw stuff on a window", "license": "MIT", "web": "https://github.com/GabrielLasso/drawim" + }, + { + "name": "tic80", + "url": "https://github.com/thisago/tic80", + "method": "git", + "tags": [ + "tic80", + "games", + "js", + "bindings" + ], + "description": "TIC-80 bindings", + "license": "MIT", + "web": "https://github.com/thisago/tic80" } ]