From 757a1db75898ce1752e8b0160dc1d6d540ff6199 Mon Sep 17 00:00:00 2001 From: Cooperzilla <129450762+Cooperzilla@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:28:43 -0500 Subject: [PATCH] Added package nimautogui --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 18cc272fe..a2008fe74 100644 --- a/packages.json +++ b/packages.json @@ -30932,5 +30932,17 @@ "description": "RNG for dummies in Nim", "license": "MIT", "web": "https://github.com/xTrayambak/librng" + }, + { + "name": "nimautogui", + "url": "https://github.com/Cooperzilla/nimautogui", + "method": "git", + "tags": [ + "library", + "winapi" + ], + "description": "Moving the mouse around in nim inspired by python's pyautogui. Windows Only", + "license": "GNU GENERAL PUBLIC LICENSE", + "web": "https://github.com/Cooperzilla/nimautogui" } ]