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
ee3d0bdb9e
commit
80a62ab2b3
1 changed files with 1 additions and 4 deletions
|
@ -35,9 +35,6 @@ comet = { path = "crates/comet" }
|
|||
|
||||
```rust
|
||||
// main.rs
|
||||
|
||||
// This will be cleaned up in the future
|
||||
// but for now I don't have a prelude.
|
||||
use comet::prelude::*;
|
||||
|
||||
struct GameState {}
|
||||
|
@ -65,7 +62,7 @@ fn main() {
|
|||
```
|
||||
|
||||
```rust
|
||||
// build.rs
|
||||
// build.rs example
|
||||
|
||||
use anyhow::*;
|
||||
use fs_extra::copy_items;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue