Skip to content

Commit 701ac7f

Browse files
committed
README: remove cmake requirement
This removes references to the cmake requirement from the README, as it is no longer necessary. Signed-off-by: Sean Cross <[email protected]>
1 parent eabd75b commit 701ac7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Check out the [`examples/`](https://github.com/rust-native-ui/libui-rs/tree/0.3.
4848
This 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

5353
Also 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
6060
existing sources without updating them, and with `build` disabled it will build nothing,
6161
assuming 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

0 commit comments

Comments
 (0)