update README

This commit is contained in:
lisk77 2025-03-26 21:52:57 +01:00
parent bf1ee271ba
commit c54372bc79

View file

@ -6,7 +6,7 @@ a free and open source games framework
> >
> It could be potentially used to make something very basic in a very hacky way, but it is not a good experience. > It could be potentially used to make something very basic in a very hacky way, but it is not a good experience.
> >
> Installation is manual as of right now but if it reaches an acceptable state I will publish the crate. > Installation is manual as of right now but if it reaches an acceptable state I will publish the crate on crates.
> >
> There is a plan for a project creation tool that will automate the project setup process. > There is a plan for a project creation tool that will automate the project setup process.
@ -157,3 +157,4 @@ fn main() -> Result<()> {
- [x] Basic Plugin System - [x] Basic Plugin System
- [x] Custom Renderer - [x] Custom Renderer
- [x] Custom Game State - [x] Custom Game State
```