From ba5c3da15425720d657a6d2609ee28adec5619a1 Mon Sep 17 00:00:00 2001 From: shiro Date: Sat, 22 Aug 2020 19:20:25 +0300 Subject: [PATCH] update required packages in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85085de..4cf64c0 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ This repository is meant as a starting point for developing classic games like S ## Getting Started 1. Set up [vcpkg](https://github.com/Microsoft/vcpkg) -2. Install these packages: ```sdl2 imgui[bindings] glm fmt DirectXTK tmx``` +2. Install these packages: ```sdl2 sdl2-image sdl2-mixer imgui[bindings] glm fmt``` 3. You should be ready to go!