aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 9c745ff..c7a8bdd 100644
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,9 @@
## rcc
-This is a resource compiler for C++, similar to Qt's rcc. It will generate hexdumps of files, optionally compress them with zstd.
+This is a file dump utility that produces C++ headers.
### requirements
* rcc tool requires python
-* zstd compression requires zstd
* c++20 (std::span)
### license