We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c5e56 commit 27889cbCopy full SHA for 27889cb
README.md
@@ -1,8 +1,12 @@
1
+# libUI
2
+A Rusty user interface library that binds to platform native APIs.
3
These are work-in-progress Rust bindings to the minimalistic native UI library [libui][libui].
4
-They require GNU Make and CMake to build `libui` itself.
5
+## Building
6
+`libui` is included as a submodule. You will need CMake to build `libui` itself;
7
+after that, Cargo should be able to take care of the build process.
8
-Author: Patrick Walton (@pcwalton)
9
+Based on work by @pcwalton
10
11
[libui]: https://github.com/andlabs/libui
12
0 commit comments