Browse Source

Remove dr_libs submodule

tags/v0.3.2
Andrew Belt 7 years ago
parent
commit
1bd66c39e2
3 changed files with 0 additions and 8 deletions
  1. +0
    -3
      .gitmodules
  2. +0
    -1
      ext/dr_libs
  3. +0
    -4
      src/dsp.cpp

+ 0
- 3
.gitmodules View File

@@ -4,9 +4,6 @@
[submodule "ext/nanosvg"]
path = ext/nanosvg
url = https://github.com/memononen/nanosvg.git
[submodule "ext/dr_libs"]
path = ext/dr_libs
url = https://github.com/mackron/dr_libs.git
[submodule "ext/osdialog"]
path = ext/osdialog
url = https://github.com/AndrewBelt/osdialog.git


+ 0
- 1
ext/dr_libs

@@ -1 +0,0 @@
Subproject commit 6fb1f8a9f8bb3198e05ee52aa38f177c499c1bef

+ 0
- 4
src/dsp.cpp View File

@@ -1,10 +1,6 @@
#include "dsp.hpp"


#define DR_WAV_IMPLEMENTATION
#include "../ext/dr_libs/dr_wav.h"


namespace rack {




Loading…
Cancel
Save