mirror of
https://github.com/mattrberry/crab.git
synced 2024-12-28 09:58:49 +01:00
26d747801d
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.
27 lines
403 B
YAML
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
|