diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-17 18:57:07 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2021-07-17 18:57:07 +0300 |
| commit | e7ae5b72e4dd261f7e2fa0bff56fe1971939da2b (patch) | |
| tree | a3d64a04af8504159712919ae3afe0cc47f4e3c4 /README.md | |
| parent | a47b32efbb616c9789645a4a8f53718178c76f01 (diff) | |
Remove spdlog as a dependency.
Closes #19.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ sudo make install ## Dependencies -This program dynamically links against [FFTW](http://www.fftw.org/), [SFML 2.5](https://www.sfml-dev.org/), and [spdlog](https://github.com/gabime/spdlog). +This program dynamically links against [FFTW](http://www.fftw.org/) and [SFML 2.5](https://www.sfml-dev.org/). The source code of [Taywee/args](https://github.com/Taywee/args) is embedded in the program (see ```src/args.hxx```). |
