-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathshard.yml
More file actions
36 lines (30 loc) · 688 Bytes
/
shard.yml
File metadata and controls
36 lines (30 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: crab
version: 0.1.0
authors:
- Matthew Beck <me@mattrb.com>
targets:
crab:
main: src/crab.cr
# 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"
dependencies:
bitfield:
github: mattrbeck/bitfield
version: 0.2.0
sdl:
github: ysbaddaden/sdl.cr
commit: 5a22270
lib_gl:
github: nulldotpro/LibGL
imgui:
github: oprypin/crystal-imgui
tag: v1.90.6
imgui-backends:
github: mattrbeck/crystal-imgui-backends
tag: v1.90.6
development_dependencies:
stumpy_png:
github: stumpycr/stumpy_png
version: "~> 5.0"
license: MIT