pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

visibility? #13

Closed pineman closed 11 months ago

pineman commented 11 months ago

is this a good way to do it? I suppose instruction could also be pub(crate)

joajfreitas commented 11 months ago

This looks good. Do we need to keep the .idea folder?

pineman commented 11 months ago

it doesn't hurt, but since im the only one using it anyways, I'll gitignore it