Skip to content

Commit fa303c1

Browse files
committed
update readme entt versions
1 parent 11c7d2e commit fa303c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ editor.registerComponent<Velocity>("Velocity");
4444
```
4545
4646
# dependencies
47-
The editor uses (the latest) EnTTv3.2.2 interface and ImGui 1.72b but should work with prior versions. (tested with ImGui 1.68)
47+
The editor uses (the latest) EnTTv3.4.0 interface and ImGui 1.72b but should work with prior versions. (tested with ImGui 1.68)
4848
To use it with EnTTv3.0.0, use the dedicated branch.
49-
Tested against EnTT 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2.
49+
For specific EnTT version check the tags.
50+
Tested against EnTT 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2, 3.3.x, 3.4.0 .
5051

0 commit comments

Comments
 (0)