mirror of
https://github.com/mattrberry/crab.git
synced 2024-12-29 10:23:54 +01:00
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:
parent
e5cbf18eaf
commit
242cedcb63
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue