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" } ]