pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
23 stars 13 forks source link

Add stb single header libraries #180

Closed sharkwouter closed 1 month ago

sharkwouter commented 1 month ago

These are some useful single header libraries that are public domain, so they can be used without attribution.

tpimh commented 1 month ago

Although, the packaging guide says you must always set the arch to "mips", this should only be true for packages containing native code. If the package only contains headers, scripts, makefiles, documentation, configs, etc., then arch should be set to "any". Not that it matters much anyway in the case of PSP.

Also applicable to glm.

sharkwouter commented 1 month ago

@tpimh that's fair. Will change it.

diamant3 commented 1 month ago

Looks good now, Thanks for working on this one!