Comment on State of Text Rendering 2024parentComments−SSLy2ydoesn't want to introduce a dependency on a Rust compileryou can link against pre-built .dll/.so/.dylib from your C++ code base.−account422yThat only helps you if all your targets are also actively supported by upstream. It also limits optimization opportunities, mainly removing parts of the library your code doesn't need.
Comments
you can link against pre-built .dll/.so/.dylib from your C++ code base.
That only helps you if all your targets are also actively supported by upstream. It also limits optimization opportunities, mainly removing parts of the library your code doesn't need.