aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni <sinkingsugar@gmail.com>2018-08-06 18:51:42 +0900
committerGiovanni <sinkingsugar@gmail.com>2018-08-06 18:51:42 +0900
commitcd369e681ac5f85f3bfd3dbba9daa13d626f3cf0 (patch)
tree729719f6d9af54b63902640211d254e5f8fdd68b
parent4bac0fdefbc1ce952b4c47e24477431ffa16f2db (diff)
downloadpackages-cd369e681ac5f85f3bfd3dbba9daa13d626f3cf0.tar.gz
packages-cd369e681ac5f85f3bfd3dbba9daa13d626f3cf0.zip
Added package fragments
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 41d95e5..a926fe3 100644
--- a/packages.json
+++ b/packages.json
@@ -10142,5 +10142,23 @@
"description": "Tiled map loader for the Nim programming language",
"license": "MIT",
"web": "https://github.com/SkyVault/nim-tiled"
+ },
+ {
+ "name": "fragments",
+ "url": "https://github.com/fragcolor-xyz/fragments",
+ "method": "git",
+ "tags": [
+ "ffi",
+ "math",
+ "threading",
+ "dsl",
+ "memory",
+ "serialization",
+ "cpp",
+ "utilities"
+ ],
+ "description": "Our very personal collection of utilities",
+ "license": "MIT",
+ "web": "https://github.com/fragcolor-xyz/fragments"
}
]