diff --git a/README.md b/README.md index 5322e74..009680f 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,5 @@ In the future, development is planned for the following parts of the engine: - 0.3.3: Fixed a critical issue with network chunk synchronization. - 0.5.0: Removed all voxel-related code from the engine. Implemented new voxel data structures with ray marched graphics. - 0.6.0: Major improvements to ray marcher performance. In addition, added back world editing, LODs, and some multiplayer functionality. -- 0.7.0: Added path-traced indirect lighting, including ambient occlusion and emissive voxels. \ No newline at end of file +- 0.7.0: Added path-traced indirect lighting, including ambient occlusion and emissive voxels. +- 0.7.1: Upgraded winit to fix bug with mouse input on web. \ No newline at end of file diff --git a/index.html b/index.html index 494f6f3..bef69f7 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@
- - + +