bump required compiler version to 1.5.1

This compiler version contains a patch allowing the ImGui bindings to work on macOS
This commit is contained in:
Matthew Berry 2022-09-09 08:41:38 -07:00
parent e5cbf18eaf
commit 242cedcb63

View file

@ -8,7 +8,9 @@ targets:
crab:
main: src/crab.cr
crystal: ">=0.36.1, < 2.0.0"
# 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: