Skip to content

Shard

Bindings are being generated on the fly. This means that there's an additional step after installing the shard that generates the bindings.

  • Add the dependency to your shard.yml:
yaml
dependencies:
  gtk4:
    github: hugopl/gtk4.cr
dependencies:
  gtk4:
    github: hugopl/gtk4.cr
  • Run
$ shards install
$ shards install
  • Run
$ ./bin/gi-crystal
$ ./bin/gi-crystal

Released under a Creative Commons Zero v1.0 Universal License