/stbimage.cr

Crystal bindings for stb_image

Primary LanguageCMIT LicenseMIT

stbimage

Crystal bindings for stb_image

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      stbimage:
        github: crystal-data/stb_image.cr
  2. Run shards install

Usage

require "stbimage"

Contributors