From cef987f4423e094e7b6e1bab7d2c1664c3a9743a Mon Sep 17 00:00:00 2001 From: Morgan <98441016+morganholly@users.noreply.github.com> Date: Tue, 20 Aug 2024 01:57:15 -0400 Subject: [PATCH] add pugl, update web field of clap (#2922) --- packages.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 1639a9a..1906cf6 100644 --- a/packages.json +++ b/packages.json @@ -33550,7 +33550,25 @@ ], "description": "Clap audio plugin bindings", "license": "MIT", - "web": "https://github.com/morganholly/nim-clap" + "web": "https://github.com/NimAudio/nim-clap" + }, + { + "name": "pugl", + "url": "https://github.com/NimAudio/nim-pugl", + "method": "git", + "tags": [ + "plugin", + "audio-plugin", + "pugl", + "graphics", + "opengl", + "gui", + "windowing", + "window" + ], + "description": "Clap audio plugin bindings", + "license": "MIT", + "web": "https://github.com/NimAudio/nim-pugl" }, { "name": "negl",