Progress on porting fontstash

This commit is contained in:
2024-06-02 17:29:27 -04:00
parent 9ba718254c
commit 33ddd420b7
10 changed files with 115 additions and 38 deletions

View File

@ -5,6 +5,7 @@ import "core:fmt"
import "core:os"
import "base:runtime"
// TODO(Ed): Make an async option...
file_copy_sync :: proc( path_src, path_dst: string, allocator := context.allocator ) -> b32
{
file_size : i64