matyalatte / tuw

Tiny GUI wrapper for command-line tools
MIT License
31 stars 2 forks source link

replace env_utils.cpp with an external library #32

Closed matyalatte closed 5 months ago

matyalatte commented 5 months ago

As env_utils.cpp was complex for its functionality and required a lot of testing, I decided to manage it as an external library (c-env-utils). This change makes env_utils.h more stable and the binary size slightly smaller.

Specifically, the following changes are made to env_utils.h