aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-10-28 13:13:57 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-01 10:20:55 +0200
commit4eb685d94e89a2aef61047225c1834a89de01de2 (patch)
tree99a6cab3b8766e23aecacc1cb91b00bfcf99700f /readme.md
parentDrop libc++ default (diff)
downloadrcc-0.1.0.tar.xz
Simplify rccv0.1.0
- drop qrc parsing and zstd compression
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