mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
Update README
This commit is contained in:
parent
4ce24b58dd
commit
19f7936a28
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue