diff options
author | crupest <crupest@outlook.com> | 2023-10-15 23:07:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-15 23:07:41 +0800 |
commit | 19420361627336a0aefe7664ea189467688bda08 (patch) | |
tree | 93748374d40b095ab98f563eb269da621e40864c | |
parent | a696fed6a858e1abb88515842666b08bfad72334 (diff) | |
download | cru-19420361627336a0aefe7664ea189467688bda08.tar.gz cru-19420361627336a0aefe7664ea189467688bda08.tar.bz2 cru-19420361627336a0aefe7664ea189467688bda08.zip |
Update README. Remove docs and add lib dir info.
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,8 +10,6 @@ It is **under heavy construction**. Check the code or fire a issue if you have any problem. -[](https://gitpod.io/#https://github.com/crupest/cru) - ## build _cru_ is built with [_CMake_](https://cmake.org/). @@ -26,6 +24,6 @@ _cru_ is built with [_CMake_](https://cmake.org/). - `demo/` contains sources of demo excutable targets. They are mostly used for integrated tests but can also be used for demonstration. -- `docs/` contains docs-related things. +- `lib/` other libraries being used. - `tools/` contains some codes of tools I wrote for development. However most of them are not used now. |