diff --git a/README.md b/README.md index 0c62e4be..9c467238 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ CHICKEN Scheme | [wasamasa/libui](https://github.com/wasamasa/libui) Crystal | [libui.cr](https://github.com/Fusion/libui.cr) D | [DerelictLibui (flat API)](https://github.com/Extrawurst/DerelictLibui), [libuid (object-oriented)](https://github.com/mogud/libuid) Euphoria | [libui-euphoria](https://github.com/ghaberek/libui-euphoria) -Haskell | [libui-haskell](https://github.com/ajnsit/libui-haskell) +Haskell | [libui-haskell](https://github.com/ajnsit/libui-haskell), [beijaflor-io/haskell-libui (complete FFI bindings, extensions and higher-level API)](https://github.com/beijaflor-io/haskell-libui) JavaScript | [libui.js (merged into libui-node?)](https://github.com/mavenave/libui.js) Julia | [Libui.jl](https://github.com/joa-quim/Libui.jl) Lua | [libuilua](https://github.com/zevv/libuilua), [libui-lua](https://github.com/mdombroski/libui-lua) @@ -143,6 +143,7 @@ Node.js | [libui-node](https://github.com/parro-it/libui-node) Python | [pylibui](https://github.com/joaoventura/pylibui) Ruby | [libui-ruby](https://github.com/jamescook/libui-ruby) Rust | [libui-rs](https://github.com/pcwalton/libui-rs) +Swift | [libui-swift](https://github.com/sclukey/libui-swift) ## Screenshots diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 0f1d61de..4695eb4f 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -74,7 +74,6 @@ macro(_handle_static) COMMAND ${CMAKE_COMMAND} -E copy $/CMakeFiles/libui.dir/windows/resources.rc.* ${_LIBUI_STATIC_RES} COMMENT "Copying libui.res") - set(_res_suffix) endmacro() # notice that usp10 comes before gdi32