From 9622c0590315f5c7fc4da10628ecad0546b71f33 Mon Sep 17 00:00:00 2001 From: Adam M Date: Sat, 12 Feb 2022 09:45:06 +0100 Subject: [PATCH] Added package dnd (#2145) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9778f3c..31dd55a 100644 --- a/packages.json +++ b/packages.json @@ -25193,5 +25193,20 @@ "description": "Local webserver for Design Prototyping and Front-end Development", "license": "MIT", "web": "https://github.com/openpeep/madam" + }, + { + "name": "dnd", + "url": "https://github.com/adokitkat/dnd", + "method": "git", + "tags": [ + "drag-and-drop", + "binary", + "dnd", + "terminal", + "gtk" + ], + "description": "Drag and drop source / target", + "license": "GPL-3.0-only", + "web": "https://github.com/adokitkat/dnd" } ]