]> git.nega.tv - josh/narcissus/commit
Add stb_image binding
authorJoshua Simmons <josh@nega.tv>
Sun, 11 Sep 2022 20:57:03 +0000 (22:57 +0200)
committerJoshua Simmons <josh@nega.tv>
Sun, 11 Sep 2022 20:57:03 +0000 (22:57 +0200)
commit10c1d991063d3719cd7a2cd2cb5f0f23edb2bb68
tree65158326f928c4e77ee1d445dce25f197b987ffe
parenteb6409aee5131c7f72841b3e33665749b69a76da
Add stb_image binding
Cargo.lock
Cargo.toml
ffi/stb_image-sys/Cargo.toml [new file with mode: 0644]
ffi/stb_image-sys/build.rs [new file with mode: 0644]
ffi/stb_image-sys/src/lib.rs [new file with mode: 0644]
ffi/stb_image-sys/src/stb_image.c [new file with mode: 0644]
ffi/stb_image-sys/src/stb_image.h [new file with mode: 0644]