mistake in readme

This commit is contained in:
2026-08-31 21:57:00 -05:00
parent 499dc17f7c
commit 7a03253fae

View File

@@ -7,9 +7,9 @@ I originally began creating this for a Game Jam project where I got the basic re
## Roadmap
*Rendering features (from the RmlUi render interfface documentation https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/interfaces/render.html#feature-table):*
- [x] Basic rendering
- [x] Clip Mask
- [-] Transforms
- [-] Clip Mask
- transform-only overflow (no explicit `clip: always`) may not be clipping correctly
- [-] Transforms
- 3D transforms (e.g. `perspective()` + `rotateY()`) do not render
- [ ] Layers
- [ ] Render textures
@@ -24,7 +24,3 @@ I originally began creating this for a Game Jam project where I got the basic re
*Backend features:*
- [x] Input handling
*Issue tracker:*