File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Check out the [`examples/`](https://github.com/rust-native-ui/libui-rs/tree/0.3.
48
48
This repository contains multiple Rust crates:
49
49
50
50
* ` iui ` is the safe Rust wrapper, to be used by most users.
51
- * ` ui-sys ` is the raw unsafe bindings to the ` libui ` C code. Requires ` cmake ` so it can build ` libui ` . ` libui ` is included as a submodule.
51
+ * ` ui-sys ` is the raw unsafe bindings to the ` libui ` C code. ` libui ` is included as a submodule.
52
52
53
53
Also be sure to look at our [ changelog] ( CHANGELOG.md ) and learn [ how to contribute] ( CONTRIBUTING.md ) .
54
54
@@ -60,8 +60,7 @@ default features `fetch` and `build`. With `fetch` disabled, it will simply buil
60
60
existing sources without updating them, and with ` build ` disabled it will build nothing,
61
61
assuming either a system or local (in ` ./lib/ ` ) version of ` libui ` is available.
62
62
63
- Note that _ most of the time_ , building ` libui ` on the fly is what you want. It does however
64
- require a copy of cmake, essential build tools, et cetera.
63
+ Note that _ most of the time_ , building ` libui ` on the fly is what you want.
65
64
66
65
## Acknowledgments
67
66
You can’t perform that action at this time.
0 commit comments