From 471ef1e9921375b2530a05be2fb719f4c6b8fb69 Mon Sep 17 00:00:00 2001 From: David Konsumer <83857+konsumer@users.noreply.github.com> Date: Tue, 9 May 2023 15:52:17 -0700 Subject: [PATCH] Added package gamepad (#2590) Co-authored-by: Gabriel Huber --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e80fb76..1e86dd9 100644 --- a/packages.json +++ b/packages.json @@ -30101,5 +30101,19 @@ "description": "Openai API client For Nim", "license": "MIT", "web": "https://github.com/Uzo2005/openai" + }, + { + "name": "gamepad", + "url": "https://github.com/konsumer/nim-gamepad", + "method": "git", + "tags": [ + "gamepad", + "native", + "game", + "joystick" + ], + "description": "Cross-platform gamepad driver", + "license": "MIT", + "web": "https://github.com/konsumer/nim-gamepad" } ]