fokoid / chipper8

CHIP-8 interpreter in Rust
Apache License 2.0
0 stars 0 forks source link

second library crate with shared GUI code #65

Open fokoid opened 1 year ago

fokoid commented 1 year ago
fokoid commented 1 year ago

can only have a single library crate. maybe the way to do what I want is a Cargo workspace with multiple crates. for now I will move the shared UI code inside the library crate to facilitate multiple GUI binaries