Skip to content

Commit 27889cb

Browse files
committed
Improve README slightly
1 parent 68c5e56 commit 27889cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
# libUI
2+
A Rusty user interface library that binds to platform native APIs.
13
These are work-in-progress Rust bindings to the minimalistic native UI library [libui][libui].
24

3-
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.
48

5-
Author: Patrick Walton (@pcwalton)
9+
Based on work by @pcwalton
610

711
[libui]: https://github.com/andlabs/libui
812

0 commit comments

Comments
 (0)