From 61bcb0d536045376f9ca70d37b9aa02a9038100c Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 10 Jul 2016 22:14:55 +0300 Subject: [PATCH 1/3] cmake: do not reset unused variable _res_suffix --- windows/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 From 2d5166c117b2100797fcf5cba2542f7388535ec7 Mon Sep 17 00:00:00 2001 From: Pedro Tacla Yamada Date: Tue, 6 Sep 2016 11:55:00 -0300 Subject: [PATCH 2/3] Add a complete Haskell binding to the README The currently linked Haskell bindings to this library are just an empty repository. We've published complete bindings as well as OSX specific extensions like WebViews and MapViews (WIP) at https://github.com/beijaflor-io/haskell-libui. This just adds a link to it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c9a424..431c15b0 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ C#/.net | [LibUI.Binding](https://github.com/NattyNarwhal/LibUI.Binding), [Sharp Crystal | [libui.cr](https://github.com/Fusion/libui.cr) D | [DerelictLibui](https://github.com/Extrawurst/DerelictLibui), [libuid (complete oo interface)](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) From 4bb9b58ec620af065521685d870ec1124d8f415d Mon Sep 17 00:00:00 2001 From: Steven Clukey Date: Thu, 15 Sep 2016 09:24:34 -0400 Subject: [PATCH 3/3] Add Swift binding --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41c9a424..ee2dd5c4 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,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