mirror of
https://github.com/mattrberry/crab.git
synced 2024-12-31 10:23:42 +01:00
5245abcbf8
* Crystal 0.36 compatibility * Add CI using GitHub Actions Co-authored-by: Matthew Berry <me@mattrb.com>
22 lines
295 B
YAML
22 lines
295 B
YAML
name: crab
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Matthew Berry <me@mattrb.com>
|
|
|
|
targets:
|
|
crab:
|
|
main: src/crab.cr
|
|
|
|
crystal: 0.36.0
|
|
|
|
dependencies:
|
|
bitfield:
|
|
github: mattrberry/bitfield
|
|
version: 0.1.3
|
|
sdl:
|
|
github: ysbaddaden/sdl.cr
|
|
lib_gl:
|
|
github: nulldotpro/LibGL
|
|
|
|
license: MIT
|