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 a1e6b76..d20a15a 100644
--- a/packages.json
+++ b/packages.json
@@ -13113,5 +13113,18 @@
"description": "gameoflife is library for Game of Life.",
"license": "MIT",
"web": "https://github.com/jiro4989/gameoflife"
+ },
+ {
+ "name": "conio",
+ "url": "https://github.com/guevara-chan/conio",
+ "method": "git",
+ "tags": [
+ "console",
+ "terminal",
+ "io"
+ ],
+ "description": ".NET-inspired lightweight terminal library",
+ "license": "MIT",
+ "web": "https://github.com/guevara-chan/conio"
}
]