From c9d2a6aaea1642ef478577bf3f1a9eee2bacbe0e Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 4 Dec 2020 15:56:06 +0100 Subject: [PATCH] Assignment 2: Add tileson library --- assignment2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment2/README.md b/assignment2/README.md index 24e6852..a8a5391 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -28,7 +28,7 @@ You are allowed to use: - [Assimp](https://www.assimp.org/) - [stb-image](https://github.com/nothings/stb/blob/master/stb_image.h) - [Ogg](https://xiph.org/ogg/) / [Vorbis](https://xiph.org/vorbis/) / [Opus](https://opus-codec.org/) -- [Tiled](https://www.mapeditor.org/) +- [Tiled](https://www.mapeditor.org/) / [tileson](https://github.com/SSBMTonberry/tileson) - [OpenSSL](https://www.openssl.org/) - [SQLite](https://www.sqlite.org/) - [Catch2](https://github.com/DigitalInBlue/Celero)