From 878dbc29874c170b4a99ddce1a7cd991464ffc06 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sat, 5 Jul 2025 16:09:52 +0200 Subject: [PATCH] Remove os icons Github seems to no longer care for image size, which broke the layout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a40022..5a660ae2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ git submodule update ## Building -The repository contains everything required to compile and build the examples on Windows, Linux, Android, iOS and macOS (using MoltenVK) using a C++ compiler that supports C++20. +The repository contains everything required to compile and build the examples on Windows, Android, iOS and macOS (using MoltenVK) using a C++ compiler that supports C++20. See [BUILD.md](BUILD.md) for details on how to build for the different platforms.