From a1ed81928d5bee33b1b7edf3c5491ff989599689 Mon Sep 17 00:00:00 2001 From: Gabriel Lasso Date: Mon, 6 Sep 2021 03:49:20 -0300 Subject: [PATCH] Added package drawim (#2000) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9698ac1..12f59dd 100644 --- a/packages.json +++ b/packages.json @@ -23678,5 +23678,19 @@ "description": "Nim wrapper for distorm3 - Powerful Disassembler Library For x86/AMD64", "license": "MIT", "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" } ]