Added package nimautogui (#2664)

This commit is contained in:
Cooperzilla 2023-07-23 20:30:14 -05:00 committed by GitHub
parent 61bb2dc5eb
commit 7c8636e165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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