From 4eb685d94e89a2aef61047225c1834a89de01de2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 28 Oct 2020 13:13:57 +0200 Subject: Simplify rcc - drop qrc parsing and zstd compression --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readme.md') 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 -- cgit v1.2.1