From c6e8dcbb41a5c152babfedc18f3303cf24ef6ab8 Mon Sep 17 00:00:00 2001 From: 777shuang <100687590+777shuang@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:30:29 +0900 Subject: [PATCH] Added package DxLib (#2642) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 8774054..e668faa 100644 --- a/packages.json +++ b/packages.json @@ -30684,5 +30684,16 @@ "description": "Google Trends RSS", "license": "MIT", "web": "https://git.ozzuu.com/thisago/gtrends" + }, + { + "name": "DxLib", + "url": "https://github.com/777shuang/DxLib", + "method": "git", + "tags": [ + "bindings" + ], + "description": "A Nim binding for DX Library", + "license": "MIT", + "web": "https://github.com/777shuang/DxLib" } ]