2020-08-22 00:15:30 -07:00
|
|
|
name: crab
|
|
|
|
version: 0.1.0
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- Matthew Berry <me@mattrb.com>
|
|
|
|
|
|
|
|
targets:
|
|
|
|
crab:
|
|
|
|
main: src/crab.cr
|
|
|
|
|
2022-09-09 08:41:38 -07:00
|
|
|
# Crystal 1.5.1 is required only for macOS due to a C-binding issue.
|
|
|
|
# If you aren't on macOS, lower Crystal versions may work.
|
|
|
|
crystal: ">=1.5.1, < 2.0.0"
|
2020-08-22 00:15:30 -07:00
|
|
|
|
2020-09-23 08:21:56 -07:00
|
|
|
dependencies:
|
|
|
|
bitfield:
|
|
|
|
github: mattrberry/bitfield
|
2022-08-31 17:52:47 -07:00
|
|
|
version: 0.2.0
|
2020-10-02 23:30:14 -07:00
|
|
|
sdl:
|
2021-01-28 04:43:23 +01:00
|
|
|
github: ysbaddaden/sdl.cr
|
2020-11-10 00:00:06 -08:00
|
|
|
lib_gl:
|
|
|
|
github: nulldotpro/LibGL
|
2021-06-11 08:45:38 -07:00
|
|
|
imgui:
|
|
|
|
github: oprypin/crystal-imgui
|
2022-09-28 17:37:11 -07:00
|
|
|
tag: v1.88
|
2021-06-11 08:45:38 -07:00
|
|
|
imgui-backends:
|
|
|
|
github: mattrberry/crystal-imgui-backends
|
2022-09-28 17:37:11 -07:00
|
|
|
tag: v1.88
|
2020-09-23 08:21:56 -07:00
|
|
|
|
2021-05-06 00:29:04 -07:00
|
|
|
development_dependencies:
|
|
|
|
stumpy_png:
|
|
|
|
github: stumpycr/stumpy_png
|
|
|
|
version: "~> 5.0"
|
|
|
|
|
2020-08-22 00:15:30 -07:00
|
|
|
license: MIT
|