diff options
author | crupest <crupest@outlook.com> | 2019-03-31 15:02:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-31 15:02:22 +0800 |
commit | 877f65e2e2c40eecc7cfeb194dc9d391af60711b (patch) | |
tree | 3d229f451aef6f551df3558cdf2e5d9cba586d5a /README.md | |
parent | 4c32118df08223dac19f3cf0b10bf187275f0d94 (diff) | |
download | cru-877f65e2e2c40eecc7cfeb194dc9d391af60711b.tar.gz cru-877f65e2e2c40eecc7cfeb194dc9d391af60711b.tar.bz2 cru-877f65e2e2c40eecc7cfeb194dc9d391af60711b.zip |
Remove skia.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -4,17 +4,13 @@ ## overview -CruUI is a UI library using [*skia*](https://skia.org/). +CruUI is a UI library. It is **under construction**. ## build -Set python**2** on path to allow skia build tool work. Use python**3** to run `tool/build.py`. Run with `-h` to see the options. - -Notice: x86 is **not** currently supported! - -Tips: You can run the build script with `--only-skia` to build the skia dependency fisrt. Then feel free to open an ide and edit the source code of cruui and build it with command in ide. +Use python3 to run `tool/build.py`. Run with `-h` to see the options. ## structure of repository |