Skip to content

Commit

Permalink
refactor(core): replace OpenAL by PortAudio
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2014 committed Feb 27, 2024
1 parent bc3df3b commit c91116e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "core/lib/glm"]
path = core/lib/glm
url = https://github.com/g-truc/glm.git
[submodule "core/lib/openal-soft"]
path = core/lib/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "core/lib/stduuid"]
path = core/lib/stduuid
url = https://github.com/mariusbancila/stduuid.git
Expand All @@ -28,3 +25,6 @@
[submodule "engine/lib/implot"]
path = engine/lib/implot
url = https://github.com/epezent/implot.git
[submodule "core/lib/portaudio"]
path = core/lib/portaudio
url = https://github.com/PortAudio/portaudio.git
1 change: 0 additions & 1 deletion core/lib/openal-soft
Submodule openal-soft deleted from d3875f
1 change: 1 addition & 0 deletions core/lib/portaudio
Submodule portaudio added at 4600d8

0 comments on commit c91116e

Please sign in to comment.