mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:42:26 +00:00
refactor: convert DLC string data directly to UTF-8 w/ simdutf
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
simdutf_dep = dependency('simdutf',
|
||||
fallback: ['simdutf', 'simdutf_dep'],
|
||||
default_options: ['utf8=true', 'utf16=true', 'utf32=true']
|
||||
)
|
||||
|
||||
lib_util = static_library('util',
|
||||
files('StringHelpers.cpp', 'FrameProfiler.cpp'),
|
||||
dependencies: [simdutf_dep],
|
||||
|
||||
Reference in New Issue
Block a user