v0.0.14
Migrate to libui-ng in the next version
This will be the last release to support andlabs/libui, LibUI will be migrated to libui-ng/libui-ng maintained by @cody271. Suggestion by @rubyFeedback
π Bug Fix
- Make sure to load the RbConfig library (#44) Patch by @nodai2hITC
- For neri to create Windows executable files.
πͺ Windows
- LibUI sometimes did not work on Windows, but the cause was not clear. In order to run LibUI on Windows, you need
vcruntime140.dll
andmsvcp140.dll
, and if you do not have these, you can install Visual C++ Redistributable.
Reported by @AndyObtiva and @Delikt, investigated by @kou, workaround found by @Delikt.
π macOS
- LibUI does not work on Mac M1 CPU (ARM64/AARCH64) computers. (#47) Reported by @AndyObtiva
- This can be worked around by compiling libui-ng.
π° Glimmer DSL for LibUI
π Glimmer DSL for LibUI Wins Fukuoka Ruby 2022 Special Award (#49 ) Created by @AndyObtiva