From 7fc8ae7c771c4334dc76f7476ef89267435efdf3 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 19 Dec 2017 10:26:32 +0300 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66657b17..981668b8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ Main features: * Non thread safe - all UI operations should be preformed in single thread * Simple 3d engine - allows to embed 3D scenes within GUI +D compiler versions supported +----------------------------- + +Needs DMD frontend 2.066.1 or newer to build + + Widgets -------