Added package drawim (#2000)

This commit is contained in:
Gabriel Lasso 2021-09-06 03:49:20 -03:00 committed by GitHub
parent de5d84972a
commit a1ed81928d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23678,5 +23678,19 @@
"description": "Nim wrapper for distorm3 - Powerful Disassembler Library For x86/AMD64", "description": "Nim wrapper for distorm3 - Powerful Disassembler Library For x86/AMD64",
"license": "MIT", "license": "MIT",
"web": "https://github.com/ba0f3/distorm3.nim" "web": "https://github.com/ba0f3/distorm3.nim"
},
{
"name": "drawim",
"url": "https://github.com/GabrielLasso/drawim",
"method": "git",
"tags": [
"draw",
"drawing",
"gamedev",
""
],
"description": "Simple library to draw stuff on a window",
"license": "MIT",
"web": "https://github.com/GabrielLasso/drawim"
} }
] ]