aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-17 23:20:58 +0800
committercrupest <crupest@outlook.com>2022-01-17 23:20:58 +0800
commitdadfa6e184ff538763fd627c0d859ec85c047864 (patch)
tree33b0efef9252ece9a31174c229607a7bd0995d0d /README.md
parent729633041f6fbea4ac1ef4128bea1ddc3a7b1d24 (diff)
downloadcru-dadfa6e184ff538763fd627c0d859ec85c047864.tar.gz
cru-dadfa6e184ff538763fd627c0d859ec85c047864.tar.bz2
cru-dadfa6e184ff538763fd627c0d859ec85c047864.zip
...
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6e4253da..c5893846 100644
--- a/README.md
+++ b/README.md
@@ -34,12 +34,6 @@ Check the code or fire a issue if you have any problem.
- `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**.
+ - `cppmerge/` contains a _python_ script program that merges all cpp headers and sources into one **single** header and source. **Not use now**.
- `migrate-1/` contains _python_ scripts that migrate all header and source files into CamelCase. **Not use after migration**.
-
- - `tools/build.py` is a python3 script to build the source code.
-
-- `snippets/` contains useful snippets file for _Visual Studio_, you can import it. **No longer use any more**, because now I develop CruUI in VS Code.
-
-- `CMakeSettings.json` is a file that helps _Visual Studio_ to config CMake and setup intellisense.