From fa303c1d090a8122d36df09c9656aecc43198116 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 14 May 2020 15:45:10 +0200 Subject: [PATCH] update readme entt versions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e4c4d1..9678585 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ editor.registerComponent("Velocity"); ``` # dependencies -The editor uses (the latest) EnTTv3.2.2 interface and ImGui 1.72b but should work with prior versions. (tested with ImGui 1.68) +The editor uses (the latest) EnTTv3.4.0 interface and ImGui 1.72b but should work with prior versions. (tested with ImGui 1.68) To use it with EnTTv3.0.0, use the dedicated branch. -Tested against EnTT 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2. +For specific EnTT version check the tags. +Tested against EnTT 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2, 3.3.x, 3.4.0 .