refactor: convert DLC string data directly to UTF-8 w/ simdutf

This commit is contained in:
Tropical
2026-04-08 01:41:34 -05:00
parent 00fec789b5
commit dcf9e0bcdb
8 changed files with 66 additions and 102 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ simdutf_lib = static_library(
)
simdutf_dep = declare_dependency(
sources: simdutf_amalgamate,
include_directories: include_directories('.'),
link_with: simdutf_lib,
)