From b384b2043b9520ccb85c48b043d66edfa5ce5a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 20 Jan 2020 18:58:00 +0100 Subject: [PATCH] doc: mention the base-wxwidgets bootstrap project as well. --- doc/platform.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/platform.dox b/doc/platform.dox index 54ef1ae1b..b0d6ab607 100644 --- a/doc/platform.dox +++ b/doc/platform.dox @@ -171,7 +171,10 @@ following code listing. @note Fully contained application using with manual Magnum initialization on top of Qt toolkit is available in `base-qt` branch of - [Magnum Bootstrap](https://github.com/mosra/magnum-bootstrap) repository. + [Magnum Bootstrap](https://github.com/mosra/magnum-bootstrap/tree/base-qt) + repository. A similar project, but for wxWidgets is in the + [base-wxwidgets](https://github.com/mosra/magnum-bootstrap/tree/base-wxwidgets) + branch. @note There's also an example showing @ref examples-triangle-plain-glfw "usage of plain GLFW to render a basic triangle".