From 9027963a7a14432d554d3dc676ccd6a352c71025 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Sat, 6 Dec 2025 08:35:55 -0800 Subject: [PATCH] Added Pencil2D to graphics --- source/data/dynamic/applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/data/dynamic/applications.json b/source/data/dynamic/applications.json index fc3ce57..8798664 100644 --- a/source/data/dynamic/applications.json +++ b/source/data/dynamic/applications.json @@ -12139,6 +12139,22 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Pencil2D", + "description": "", + "repo_url": "https://github.com/pencil2d/pencil", + "tags": [], + "platforms": [ + "cross" + ], + "category": "graphics", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file