2020-08-22 09:15:30 +02:00
|
|
|
name: crab
|
|
|
|
version: 0.1.0
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- Matthew Berry <me@mattrb.com>
|
|
|
|
|
|
|
|
targets:
|
|
|
|
crab:
|
|
|
|
main: src/crab.cr
|
|
|
|
|
2021-05-06 09:29:04 +02:00
|
|
|
crystal: ">=0.36.1, < 2.0.0"
|
2020-08-22 09:15:30 +02:00
|
|
|
|
2020-09-23 17:21:56 +02:00
|
|
|
dependencies:
|
|
|
|
bitfield:
|
|
|
|
github: mattrberry/bitfield
|
2020-10-28 08:01:04 +01:00
|
|
|
version: 0.1.3
|
2020-10-03 08:30:14 +02:00
|
|
|
sdl:
|
2021-01-28 04:43:23 +01:00
|
|
|
github: ysbaddaden/sdl.cr
|
2020-11-10 09:00:06 +01:00
|
|
|
lib_gl:
|
|
|
|
github: nulldotpro/LibGL
|
2021-06-11 17:45:38 +02:00
|
|
|
imgui:
|
|
|
|
github: oprypin/crystal-imgui
|
2022-01-09 06:50:52 +01:00
|
|
|
commit: 3c57707 # lock a working v1.85 commit
|
2021-06-11 17:45:38 +02:00
|
|
|
imgui-backends:
|
|
|
|
github: mattrberry/crystal-imgui-backends
|
2022-01-09 06:50:52 +01:00
|
|
|
tag: v1.85
|
2020-09-23 17:21:56 +02:00
|
|
|
|
2021-05-06 09:29:04 +02:00
|
|
|
development_dependencies:
|
|
|
|
stumpy_png:
|
|
|
|
github: stumpycr/stumpy_png
|
|
|
|
version: "~> 5.0"
|
|
|
|
|
2020-08-22 09:15:30 +02:00
|
|
|
license: MIT
|