Update README

This commit is contained in:
lisk77 2025-02-27 18:54:28 +00:00 committed by GitHub
parent 4ce24b58dd
commit 19f7936a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ comet = { path = "path/of/the/comet/crate" }
```
```rust
// main.rs
// main.rs example
use comet::prelude::*;
struct GameState {}
@ -120,4 +120,4 @@ fn main() -> Result<()> {
- [ ] Sound
- [ ] Physics
- [x] Basic Plugin System
- [x] Custom Renderer
- [x] Custom Renderer