summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-09-21 23:05:01 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-09-21 23:05:01 +0200
commit47da9bbedc7b30202fda404880a4d8762fcaf8ce (patch)
treeb2975506a46b733e12ca0320d66313bcd80d40f0 /README.md
parentuntested, compiles (diff)
downloaddiscord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.gz
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.bz2
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.lz
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.xz
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.tar.zst
discord.c-47da9bbedc7b30202fda404880a4d8762fcaf8ce.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b2d21a7..48ab1f6 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ make
* ~~`libsoundio-dev` for crossplatform sound io~~
* ~~`libopus-dev` for sound encoding~~
* ~~`libsodium-dev` for encrypting UDP packets to server~~
-* `xxd` for embedding XML GtkBuilder UI definitions directly in the binary
+* `xxd` for embedding files inside binary (via C unsigned char arrays without messing with object files)
## automatic building