mirror of
https://github.com/mattrberry/crab.git
synced 2024-11-16 19:49:30 +01:00
33 lines
575 B
YAML
33 lines
575 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
|
|
imgui:
|
|
github: oprypin/crystal-imgui
|
|
commit: 3c57707 # lock a working v1.85 commit
|
|
imgui-backends:
|
|
github: mattrberry/crystal-imgui-backends
|
|
tag: v1.85
|
|
|
|
development_dependencies:
|
|
stumpy_png:
|
|
github: stumpycr/stumpy_png
|
|
version: "~> 5.0"
|
|
|
|
license: MIT
|