mirror of
https://github.com/mattrberry/crab.git
synced 2024-12-28 09:58:49 +01:00
20 lines
272 B
YAML
20 lines
272 B
YAML
name: crab
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Matthew Berry <me@mattrb.com>
|
|
|
|
targets:
|
|
crab:
|
|
main: src/crab.cr
|
|
|
|
crystal: 0.35.1
|
|
|
|
dependencies:
|
|
bitfield:
|
|
github: mattrberry/bitfield
|
|
version: 0.1.0
|
|
sdl:
|
|
git: git@github.com:ysbaddaden/sdl.cr.git
|
|
|
|
license: MIT
|