aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-03-29 22:59:04 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-03-29 22:59:04 +0300
commit13771971cfaef6356ba47668cae6ce25c5c2071f (patch)
treef2706c35edb06cbf43fc18a7c30608dfea67587f /readme.md
parentChange rcc command line (diff)
downloadrcc-13771971cfaef6356ba47668cae6ce25c5c2071f.tar.xz
Drop dependency on serge-sans-paille/frozen
format: - instead of frozen::unordered_map, create two std::arrays with the aliased names (entries) and respective data (values) libembed: - Resources and CompressedResources convenience classes for raw and compressed resources respectively - Resources can be constexpr in regular usage - Annotate Resources::decompress accordingly
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index d75ac34..9c745ff 100644
--- a/readme.md
+++ b/readme.md
@@ -5,10 +5,7 @@ This is a resource compiler for C++, similar to Qt's rcc. It will generate hexdu
### requirements
* rcc tool requires python
* zstd compression requires zstd
-
-libembed:
-* c++20
-* frozen: https://github.com/serge-sans-paille/frozen (constexpr string and unordered_map)
+* c++20 (std::span)
### license