From 8535851b29cbd235fae829db0d576680aa66234c Mon Sep 17 00:00:00 2001 From: Artsiom Trubchyk Date: Sat, 16 Sep 2023 00:10:26 +0300 Subject: [PATCH] Create webgl-memory.json (#147) --- assets/webgl-memory.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/webgl-memory.json diff --git a/assets/webgl-memory.json b/assets/webgl-memory.json new file mode 100644 index 00000000..731ee1c9 --- /dev/null +++ b/assets/webgl-memory.json @@ -0,0 +1,21 @@ +{ + "author": "Indiesoft LLC", + "description": "A quick and easy way to find out the memory usage of your Defold game on HTML5 platform.", + "images": { + "hero": "https://github.com/indiesoftby/defold-webgl-memory/raw/main/cover.jpg", + "thumb": "https://github.com/indiesoftby/defold-webgl-memory/raw/main/cover_thumb.jpg" + }, + "library_url": "https://github.com/indiesoftby/defold-webgl-memory/archive/main.zip", + "license": "CC0-1.0 license", + "name": "WebGL Memory Tracker", + "platforms": [ + "HTML5" + ], + "project_url": "https://github.com/indiesoftby/defold-webgl-memory", + "stars": 7, + "tags": [ + "System", + "Util" + ], + "website_url": "" +}