aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-30 22:34:18 +0800
committercrupest <crupest@outlook.com>2019-04-30 22:34:18 +0800
commitabdbce87692615716f9fb0c04e74c5247c4080b2 (patch)
tree4cd546c9c37b484936a5df193bae1d8cb0024024 /README.md
parent5aac4ce0c2414956db979f077a5f6727473479aa (diff)
downloadcru-abdbce87692615716f9fb0c04e74c5247c4080b2.tar.gz
cru-abdbce87692615716f9fb0c04e74c5247c4080b2.tar.bz2
cru-abdbce87692615716f9fb0c04e74c5247c4080b2.zip
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 69844d18..9ffd8497 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,12 @@ Use python3 to run `tool/build.py`. Run with `-h` to see the options.
- `tools/` contains some codes of tools like code generators.
- - `tools/cppmerge` contains a *python* script program that merges all cpp headers and sources into one **single** header and source. **Not use now**.
+ - `tools/cppmerge` contains a *python* script program that merges all cpp headers and sources into one **single** header and source. **Not use now**.
- - `tools/build.py` is a python3 script to build the source code.
+ - `tools/build.py` is a python3 script to build the source code.
- `snippets/` contains useful snippets file for *Visual Studio*, you can import it.
## project structure
+
![project structure](art/project_structure.png)