use export
This commit is contained in:
@@ -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`";
|
||||
|
||||
Reference in New Issue
Block a user