0.1.0
- Authors
- The Dark Factory Ltd
- Maintainers
- tony.gair@thedarkfactory.co.uk
- Licenses
- MIT
- Tags
- binding, image, stb, stb-image, stb-truetype
- Project files
- df_stb.gpr
- Availability
- {"case(os)": {"linux": true, "macos": true, "windows": false}}
- Automatic GPR dependency
- no
- Manifest
- index/df/df_stb/df_stb-0.1.0.toml
Build and platform metadata 3 fields
- Notes
"STB is header-only C; the post-fetch action builds vendor/stb/libstb.a from csrc/stb_impl.c (plain cc, no extra tooling)."
- Build switches
{
"*": {
"style_checks": [
"-gnaty"
]
}
}
- Actions
[
{
"command": [
"bash",
"scripts/build-stb.sh"
],
"type": "post-fetch"
}
]