use export
This commit is contained in:
parent
c79d33ddf2
commit
ff70efd115
|
@ -36,7 +36,7 @@ for use in your own Rust applications. can both parse and export Bitsy game data
|
|||
a simple example program:
|
||||
|
||||
```rust
|
||||
use bitsy_parser::game::Game;
|
||||
use bitsy_parser::Game;
|
||||
use std::{env, fs};
|
||||
|
||||
const SYNTAX_ERROR: &str = "No input path specified. Usage: `bitsy-validate filepath`";
|
||||
|
|
Loading…
Reference in New Issue