]> git.nega.tv - josh/narcissus/commit
Add stb_truetype wrapper
authorJoshua Simmons <josh@nega.tv>
Wed, 23 Nov 2022 21:23:28 +0000 (22:23 +0100)
committerJoshua Simmons <josh@nega.tv>
Wed, 23 Nov 2022 21:23:28 +0000 (22:23 +0100)
commit18a8360bee7dcd5e8c05326ea094b48844d58423
tree77b047449021a23acc8ec2d802e1cf5cf9fb545d
parentc102d231801f1d0305f55d7d1b1576305066b707
Add stb_truetype wrapper
Cargo.lock
Cargo.toml
ffi/stb_truetype-sys/Cargo.toml [new file with mode: 0644]
ffi/stb_truetype-sys/build.rs [new file with mode: 0644]
ffi/stb_truetype-sys/src/lib.rs [new file with mode: 0644]
ffi/stb_truetype-sys/src/stb_rect_pack.h [new file with mode: 0644]
ffi/stb_truetype-sys/src/stb_truetype.c [new file with mode: 0644]
ffi/stb_truetype-sys/src/stb_truetype.h [new file with mode: 0644]