mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-26 14:21:18 +00:00
Mention stb_image and stb_vorbis in README
This commit is contained in:
parent
1c13fe2d39
commit
f024a8440c
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -289,6 +289,19 @@ neo/idlib/hashing/CRC32.cpp
|
||||||
|
|
||||||
Copyright (C) 1995-1998 Mark Adler
|
Copyright (C) 1995-1998 Mark Adler
|
||||||
|
|
||||||
|
## stb_image and stb_vorbis
|
||||||
|
|
||||||
|
neo/renderer/stb_image.h
|
||||||
|
neo/sound/stb_vorbis.h
|
||||||
|
|
||||||
|
Used to decode JPEG and OGG Vorbis files.
|
||||||
|
|
||||||
|
from https://github.com/nothings/stb/
|
||||||
|
|
||||||
|
Copyright (c) 2017 Sean Barrett
|
||||||
|
|
||||||
|
Released under MIT License and Unlicense (Public Domain)
|
||||||
|
|
||||||
## Brandelf utility
|
## Brandelf utility
|
||||||
|
|
||||||
neo/sys/linux/setup/brandelf.c
|
neo/sys/linux/setup/brandelf.c
|
||||||
|
|
Loading…
Reference in a new issue