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.
4848This repository contains multiple Rust crates:
4949
5050* ` 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.
5252
5353Also be sure to look at our [ changelog] ( CHANGELOG.md ) and learn [ how to contribute] ( CONTRIBUTING.md ) .
5454
@@ -60,8 +60,7 @@ default features `fetch` and `build`. With `fetch` disabled, it will simply buil
6060existing sources without updating them, and with ` build ` disabled it will build nothing,
6161assuming either a system or local (in ` ./lib/ ` ) version of ` libui ` is available.
6262
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.
6564
6665## Acknowledgments
6766
You can’t perform that action at this time.
0 commit comments