From fcd03ecc3d3d2635ffa09f7edb4216950b6f3caf Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 7 Mar 2026 21:49:37 +0800 Subject: Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 68657af3..a59e8152 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _cru_ is a C++ library. The biggest part of it is for UI. It is **under heavy construction**. -Check the code or fire a issue if you have any problem. +Check the code or file a issue if you have any problem. ## build @@ -18,12 +18,14 @@ _cru_ is built with [_CMake_](https://cmake.org/). - `include/` contains public headers. -- `src/` contains the main codes including headers and sources. +- `src/` contains the main codes, including private headers and sources. -- `test/` contains unit tests. Only targets in this directories need `gtest`. +- `test/` contains unit tests. -- `demo/` contains sources of demo excutable targets. They are mostly used for integrated tests but can also be used for demonstration. +- `demos/` contains sources of demos. They are also used for integrated tests. -- `lib/` other libraries being used. +- `lib/` 3rd party libraries. -- `tools/` contains some codes of tools I wrote for development. However most of them are not used now. +- `scripts/` contains helper scripts and tools used for development. + +- `assets/` contains non-source codes. -- cgit v1.2.3