From e7ae5b72e4dd261f7e2fa0bff56fe1971939da2b Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 17 Jul 2021 18:57:07 +0300 Subject: Remove spdlog as a dependency. Closes #19. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0515af6..aeda2c6 100644 --- a/README.md +++ b/README.md @@ -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```). -- cgit v1.2.3