crab/shard.yml
Matthew Berry 26d747801d Moved CryBoy into the crab codebase, along with all associated changes
The next step will be abstracting features between the two, like the
scheduler, apu, display, and anything else than can be abstracted. Once
this is abstracted, I can go back to trying to fix the CryBoy APU that
started having trouble once it was on the scheduler. This will ensure
consistency between the two projects.
2021-05-06 00:29:04 -07:00

27 lines
403 B
YAML

name: crab
version: 0.1.0
authors:
- Matthew Berry <me@mattrb.com>
targets:
crab:
main: src/crab.cr
crystal: ">=0.36.1, < 2.0.0"
dependencies:
bitfield:
github: mattrberry/bitfield
version: 0.1.3
sdl:
github: ysbaddaden/sdl.cr
lib_gl:
github: nulldotpro/LibGL
development_dependencies:
stumpy_png:
github: stumpycr/stumpy_png
version: "~> 5.0"
license: MIT