diff options
| author | Giovanni <sinkingsugar@gmail.com> | 2018-08-06 18:51:42 +0900 |
|---|---|---|
| committer | Giovanni <sinkingsugar@gmail.com> | 2018-08-06 18:51:42 +0900 |
| commit | cd369e681ac5f85f3bfd3dbba9daa13d626f3cf0 (patch) | |
| tree | 729719f6d9af54b63902640211d254e5f8fdd68b | |
| parent | 4bac0fdefbc1ce952b4c47e24477431ffa16f2db (diff) | |
| download | packages-cd369e681ac5f85f3bfd3dbba9daa13d626f3cf0.tar.gz packages-cd369e681ac5f85f3bfd3dbba9daa13d626f3cf0.zip | |
Added package fragments
| -rw-r--r-- | packages.json | 18 |
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" } ] |
