From e83db7f13fb2679521d9603e8fd79ed376d4e619 Mon Sep 17 00:00:00 2001 From: Joshua Brookover Date: Fri, 27 Jan 2017 21:09:28 -0600 Subject: [PATCH] Update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6aa96e8..59d8337 100644 --- a/readme.md +++ b/readme.md @@ -24,13 +24,12 @@ This project is setup to be included a few different ways. To include bgfx sourc Features ------------- * No outside dependencies besides bx, bgfx, and CMake. -* Tested on Visual Studio 2015 and Xcode. +* Tested on Visual Studio 2015, Xcode, gcc 5.4, clang 3.8. * Compiles bgfx, tools & examples. * Detects shader modifications and automatically rebuilds them for all examples. Todo ------------- -* Support Linux. * Support Android. * Support Native Client. * Support Windows Phone.