diff --git a/build_gzdoom b/build_gzdoom index 5d5fd359..21f88623 100755 --- a/build_gzdoom +++ b/build_gzdoom @@ -2,9 +2,9 @@ set -o errexit -DEPS_DIR=$(cd "${0%/*}"; pwd)/ +cd "${0%/*}" -cd "${DEPS_DIR}" +DEPS_DIR=$(pwd)/deps/ if [ ! -e gzdoom ]; then if [ ! -z "${GITHUB_ACTIONS}" ]; then diff --git a/build_raze b/build_raze index 2237d130..2d0ee5c3 100755 --- a/build_raze +++ b/build_raze @@ -2,9 +2,9 @@ set -o errexit -DEPS_DIR=$(cd "${0%/*}"; pwd)/ +cd "${0%/*}" -cd "${DEPS_DIR}" +DEPS_DIR=$(pwd)/deps/ if [ ! -e raze ]; then if [ ! -z "${GITHUB_ACTIONS}" ]; then diff --git a/ffi/include/ffi.h b/deps/ffi/include/ffi.h similarity index 100% rename from ffi/include/ffi.h rename to deps/ffi/include/ffi.h diff --git a/ffi/include/ffitarget.h b/deps/ffi/include/ffitarget.h similarity index 100% rename from ffi/include/ffitarget.h rename to deps/ffi/include/ffitarget.h diff --git a/ffi/lib/libffi.a b/deps/ffi/lib/libffi.a similarity index 100% rename from ffi/lib/libffi.a rename to deps/ffi/lib/libffi.a diff --git a/flac/include/FLAC/all.h b/deps/flac/include/FLAC/all.h similarity index 100% rename from flac/include/FLAC/all.h rename to deps/flac/include/FLAC/all.h diff --git a/flac/include/FLAC/assert.h b/deps/flac/include/FLAC/assert.h similarity index 100% rename from flac/include/FLAC/assert.h rename to deps/flac/include/FLAC/assert.h diff --git a/flac/include/FLAC/callback.h b/deps/flac/include/FLAC/callback.h similarity index 100% rename from flac/include/FLAC/callback.h rename to deps/flac/include/FLAC/callback.h diff --git a/flac/include/FLAC/export.h b/deps/flac/include/FLAC/export.h similarity index 100% rename from flac/include/FLAC/export.h rename to deps/flac/include/FLAC/export.h diff --git a/flac/include/FLAC/format.h b/deps/flac/include/FLAC/format.h similarity index 100% rename from flac/include/FLAC/format.h rename to deps/flac/include/FLAC/format.h diff --git a/flac/include/FLAC/metadata.h b/deps/flac/include/FLAC/metadata.h similarity index 100% rename from flac/include/FLAC/metadata.h rename to deps/flac/include/FLAC/metadata.h diff --git a/flac/include/FLAC/ordinals.h b/deps/flac/include/FLAC/ordinals.h similarity index 100% rename from flac/include/FLAC/ordinals.h rename to deps/flac/include/FLAC/ordinals.h diff --git a/flac/include/FLAC/stream_decoder.h b/deps/flac/include/FLAC/stream_decoder.h similarity index 100% rename from flac/include/FLAC/stream_decoder.h rename to deps/flac/include/FLAC/stream_decoder.h diff --git a/flac/include/FLAC/stream_encoder.h b/deps/flac/include/FLAC/stream_encoder.h similarity index 100% rename from flac/include/FLAC/stream_encoder.h rename to deps/flac/include/FLAC/stream_encoder.h diff --git a/flac/lib/libFLAC.a b/deps/flac/lib/libFLAC.a similarity index 100% rename from flac/lib/libFLAC.a rename to deps/flac/lib/libFLAC.a diff --git a/fluidsynth/include/fluidsynth.h b/deps/fluidsynth/include/fluidsynth.h similarity index 100% rename from fluidsynth/include/fluidsynth.h rename to deps/fluidsynth/include/fluidsynth.h diff --git a/fluidsynth/include/fluidsynth/audio.h b/deps/fluidsynth/include/fluidsynth/audio.h similarity index 100% rename from fluidsynth/include/fluidsynth/audio.h rename to deps/fluidsynth/include/fluidsynth/audio.h diff --git a/fluidsynth/include/fluidsynth/event.h b/deps/fluidsynth/include/fluidsynth/event.h similarity index 100% rename from fluidsynth/include/fluidsynth/event.h rename to deps/fluidsynth/include/fluidsynth/event.h diff --git a/fluidsynth/include/fluidsynth/gen.h b/deps/fluidsynth/include/fluidsynth/gen.h similarity index 100% rename from fluidsynth/include/fluidsynth/gen.h rename to deps/fluidsynth/include/fluidsynth/gen.h diff --git a/fluidsynth/include/fluidsynth/ladspa.h b/deps/fluidsynth/include/fluidsynth/ladspa.h similarity index 100% rename from fluidsynth/include/fluidsynth/ladspa.h rename to deps/fluidsynth/include/fluidsynth/ladspa.h diff --git a/fluidsynth/include/fluidsynth/log.h b/deps/fluidsynth/include/fluidsynth/log.h similarity index 100% rename from fluidsynth/include/fluidsynth/log.h rename to deps/fluidsynth/include/fluidsynth/log.h diff --git a/fluidsynth/include/fluidsynth/midi.h b/deps/fluidsynth/include/fluidsynth/midi.h similarity index 100% rename from fluidsynth/include/fluidsynth/midi.h rename to deps/fluidsynth/include/fluidsynth/midi.h diff --git a/fluidsynth/include/fluidsynth/misc.h b/deps/fluidsynth/include/fluidsynth/misc.h similarity index 100% rename from fluidsynth/include/fluidsynth/misc.h rename to deps/fluidsynth/include/fluidsynth/misc.h diff --git a/fluidsynth/include/fluidsynth/mod.h b/deps/fluidsynth/include/fluidsynth/mod.h similarity index 100% rename from fluidsynth/include/fluidsynth/mod.h rename to deps/fluidsynth/include/fluidsynth/mod.h diff --git a/fluidsynth/include/fluidsynth/seq.h b/deps/fluidsynth/include/fluidsynth/seq.h similarity index 100% rename from fluidsynth/include/fluidsynth/seq.h rename to deps/fluidsynth/include/fluidsynth/seq.h diff --git a/fluidsynth/include/fluidsynth/seqbind.h b/deps/fluidsynth/include/fluidsynth/seqbind.h similarity index 100% rename from fluidsynth/include/fluidsynth/seqbind.h rename to deps/fluidsynth/include/fluidsynth/seqbind.h diff --git a/fluidsynth/include/fluidsynth/settings.h b/deps/fluidsynth/include/fluidsynth/settings.h similarity index 100% rename from fluidsynth/include/fluidsynth/settings.h rename to deps/fluidsynth/include/fluidsynth/settings.h diff --git a/fluidsynth/include/fluidsynth/sfont.h b/deps/fluidsynth/include/fluidsynth/sfont.h similarity index 100% rename from fluidsynth/include/fluidsynth/sfont.h rename to deps/fluidsynth/include/fluidsynth/sfont.h diff --git a/fluidsynth/include/fluidsynth/shell.h b/deps/fluidsynth/include/fluidsynth/shell.h similarity index 100% rename from fluidsynth/include/fluidsynth/shell.h rename to deps/fluidsynth/include/fluidsynth/shell.h diff --git a/fluidsynth/include/fluidsynth/synth.h b/deps/fluidsynth/include/fluidsynth/synth.h similarity index 100% rename from fluidsynth/include/fluidsynth/synth.h rename to deps/fluidsynth/include/fluidsynth/synth.h diff --git a/fluidsynth/include/fluidsynth/types.h b/deps/fluidsynth/include/fluidsynth/types.h similarity index 100% rename from fluidsynth/include/fluidsynth/types.h rename to deps/fluidsynth/include/fluidsynth/types.h diff --git a/fluidsynth/include/fluidsynth/version.h b/deps/fluidsynth/include/fluidsynth/version.h similarity index 100% rename from fluidsynth/include/fluidsynth/version.h rename to deps/fluidsynth/include/fluidsynth/version.h diff --git a/fluidsynth/include/fluidsynth/voice.h b/deps/fluidsynth/include/fluidsynth/voice.h similarity index 100% rename from fluidsynth/include/fluidsynth/voice.h rename to deps/fluidsynth/include/fluidsynth/voice.h diff --git a/fluidsynth/lib/libfluidsynth.a b/deps/fluidsynth/lib/libfluidsynth.a similarity index 100% rename from fluidsynth/lib/libfluidsynth.a rename to deps/fluidsynth/lib/libfluidsynth.a diff --git a/glib/include/glib-object.h b/deps/glib/include/glib-object.h similarity index 100% rename from glib/include/glib-object.h rename to deps/glib/include/glib-object.h diff --git a/glib/include/glib-unix.h b/deps/glib/include/glib-unix.h similarity index 100% rename from glib/include/glib-unix.h rename to deps/glib/include/glib-unix.h diff --git a/glib/include/glib.h b/deps/glib/include/glib.h similarity index 100% rename from glib/include/glib.h rename to deps/glib/include/glib.h diff --git a/glib/include/glib/deprecated/gallocator.h b/deps/glib/include/glib/deprecated/gallocator.h similarity index 100% rename from glib/include/glib/deprecated/gallocator.h rename to deps/glib/include/glib/deprecated/gallocator.h diff --git a/glib/include/glib/deprecated/gcache.h b/deps/glib/include/glib/deprecated/gcache.h similarity index 100% rename from glib/include/glib/deprecated/gcache.h rename to deps/glib/include/glib/deprecated/gcache.h diff --git a/glib/include/glib/deprecated/gcompletion.h b/deps/glib/include/glib/deprecated/gcompletion.h similarity index 100% rename from glib/include/glib/deprecated/gcompletion.h rename to deps/glib/include/glib/deprecated/gcompletion.h diff --git a/glib/include/glib/deprecated/gmain.h b/deps/glib/include/glib/deprecated/gmain.h similarity index 100% rename from glib/include/glib/deprecated/gmain.h rename to deps/glib/include/glib/deprecated/gmain.h diff --git a/glib/include/glib/deprecated/grel.h b/deps/glib/include/glib/deprecated/grel.h similarity index 100% rename from glib/include/glib/deprecated/grel.h rename to deps/glib/include/glib/deprecated/grel.h diff --git a/glib/include/glib/deprecated/gthread.h b/deps/glib/include/glib/deprecated/gthread.h similarity index 100% rename from glib/include/glib/deprecated/gthread.h rename to deps/glib/include/glib/deprecated/gthread.h diff --git a/glib/include/glib/galloca.h b/deps/glib/include/glib/galloca.h similarity index 100% rename from glib/include/glib/galloca.h rename to deps/glib/include/glib/galloca.h diff --git a/glib/include/glib/garray.h b/deps/glib/include/glib/garray.h similarity index 100% rename from glib/include/glib/garray.h rename to deps/glib/include/glib/garray.h diff --git a/glib/include/glib/gasyncqueue.h b/deps/glib/include/glib/gasyncqueue.h similarity index 100% rename from glib/include/glib/gasyncqueue.h rename to deps/glib/include/glib/gasyncqueue.h diff --git a/glib/include/glib/gatomic.h b/deps/glib/include/glib/gatomic.h similarity index 100% rename from glib/include/glib/gatomic.h rename to deps/glib/include/glib/gatomic.h diff --git a/glib/include/glib/gbacktrace.h b/deps/glib/include/glib/gbacktrace.h similarity index 100% rename from glib/include/glib/gbacktrace.h rename to deps/glib/include/glib/gbacktrace.h diff --git a/glib/include/glib/gbase64.h b/deps/glib/include/glib/gbase64.h similarity index 100% rename from glib/include/glib/gbase64.h rename to deps/glib/include/glib/gbase64.h diff --git a/glib/include/glib/gbitlock.h b/deps/glib/include/glib/gbitlock.h similarity index 100% rename from glib/include/glib/gbitlock.h rename to deps/glib/include/glib/gbitlock.h diff --git a/glib/include/glib/gbookmarkfile.h b/deps/glib/include/glib/gbookmarkfile.h similarity index 100% rename from glib/include/glib/gbookmarkfile.h rename to deps/glib/include/glib/gbookmarkfile.h diff --git a/glib/include/glib/gbytes.h b/deps/glib/include/glib/gbytes.h similarity index 100% rename from glib/include/glib/gbytes.h rename to deps/glib/include/glib/gbytes.h diff --git a/glib/include/glib/gcharset.h b/deps/glib/include/glib/gcharset.h similarity index 100% rename from glib/include/glib/gcharset.h rename to deps/glib/include/glib/gcharset.h diff --git a/glib/include/glib/gchecksum.h b/deps/glib/include/glib/gchecksum.h similarity index 100% rename from glib/include/glib/gchecksum.h rename to deps/glib/include/glib/gchecksum.h diff --git a/glib/include/glib/gconvert.h b/deps/glib/include/glib/gconvert.h similarity index 100% rename from glib/include/glib/gconvert.h rename to deps/glib/include/glib/gconvert.h diff --git a/glib/include/glib/gdataset.h b/deps/glib/include/glib/gdataset.h similarity index 100% rename from glib/include/glib/gdataset.h rename to deps/glib/include/glib/gdataset.h diff --git a/glib/include/glib/gdate.h b/deps/glib/include/glib/gdate.h similarity index 100% rename from glib/include/glib/gdate.h rename to deps/glib/include/glib/gdate.h diff --git a/glib/include/glib/gdatetime.h b/deps/glib/include/glib/gdatetime.h similarity index 100% rename from glib/include/glib/gdatetime.h rename to deps/glib/include/glib/gdatetime.h diff --git a/glib/include/glib/gdir.h b/deps/glib/include/glib/gdir.h similarity index 100% rename from glib/include/glib/gdir.h rename to deps/glib/include/glib/gdir.h diff --git a/glib/include/glib/genviron.h b/deps/glib/include/glib/genviron.h similarity index 100% rename from glib/include/glib/genviron.h rename to deps/glib/include/glib/genviron.h diff --git a/glib/include/glib/gerror.h b/deps/glib/include/glib/gerror.h similarity index 100% rename from glib/include/glib/gerror.h rename to deps/glib/include/glib/gerror.h diff --git a/glib/include/glib/gfileutils.h b/deps/glib/include/glib/gfileutils.h similarity index 100% rename from glib/include/glib/gfileutils.h rename to deps/glib/include/glib/gfileutils.h diff --git a/glib/include/glib/ggettext.h b/deps/glib/include/glib/ggettext.h similarity index 100% rename from glib/include/glib/ggettext.h rename to deps/glib/include/glib/ggettext.h diff --git a/glib/include/glib/ghash.h b/deps/glib/include/glib/ghash.h similarity index 100% rename from glib/include/glib/ghash.h rename to deps/glib/include/glib/ghash.h diff --git a/glib/include/glib/ghmac.h b/deps/glib/include/glib/ghmac.h similarity index 100% rename from glib/include/glib/ghmac.h rename to deps/glib/include/glib/ghmac.h diff --git a/glib/include/glib/ghook.h b/deps/glib/include/glib/ghook.h similarity index 100% rename from glib/include/glib/ghook.h rename to deps/glib/include/glib/ghook.h diff --git a/glib/include/glib/ghostutils.h b/deps/glib/include/glib/ghostutils.h similarity index 100% rename from glib/include/glib/ghostutils.h rename to deps/glib/include/glib/ghostutils.h diff --git a/glib/include/glib/gi18n-lib.h b/deps/glib/include/glib/gi18n-lib.h similarity index 100% rename from glib/include/glib/gi18n-lib.h rename to deps/glib/include/glib/gi18n-lib.h diff --git a/glib/include/glib/gi18n.h b/deps/glib/include/glib/gi18n.h similarity index 100% rename from glib/include/glib/gi18n.h rename to deps/glib/include/glib/gi18n.h diff --git a/glib/include/glib/giochannel.h b/deps/glib/include/glib/giochannel.h similarity index 100% rename from glib/include/glib/giochannel.h rename to deps/glib/include/glib/giochannel.h diff --git a/glib/include/glib/gkeyfile.h b/deps/glib/include/glib/gkeyfile.h similarity index 100% rename from glib/include/glib/gkeyfile.h rename to deps/glib/include/glib/gkeyfile.h diff --git a/glib/include/glib/glib-autocleanups.h b/deps/glib/include/glib/glib-autocleanups.h similarity index 100% rename from glib/include/glib/glib-autocleanups.h rename to deps/glib/include/glib/glib-autocleanups.h diff --git a/glib/include/glib/glist.h b/deps/glib/include/glib/glist.h similarity index 100% rename from glib/include/glib/glist.h rename to deps/glib/include/glib/glist.h diff --git a/glib/include/glib/gmacros.h b/deps/glib/include/glib/gmacros.h similarity index 100% rename from glib/include/glib/gmacros.h rename to deps/glib/include/glib/gmacros.h diff --git a/glib/include/glib/gmain.h b/deps/glib/include/glib/gmain.h similarity index 100% rename from glib/include/glib/gmain.h rename to deps/glib/include/glib/gmain.h diff --git a/glib/include/glib/gmappedfile.h b/deps/glib/include/glib/gmappedfile.h similarity index 100% rename from glib/include/glib/gmappedfile.h rename to deps/glib/include/glib/gmappedfile.h diff --git a/glib/include/glib/gmarkup.h b/deps/glib/include/glib/gmarkup.h similarity index 100% rename from glib/include/glib/gmarkup.h rename to deps/glib/include/glib/gmarkup.h diff --git a/glib/include/glib/gmem.h b/deps/glib/include/glib/gmem.h similarity index 100% rename from glib/include/glib/gmem.h rename to deps/glib/include/glib/gmem.h diff --git a/glib/include/glib/gmessages.h b/deps/glib/include/glib/gmessages.h similarity index 100% rename from glib/include/glib/gmessages.h rename to deps/glib/include/glib/gmessages.h diff --git a/glib/include/glib/gnode.h b/deps/glib/include/glib/gnode.h similarity index 100% rename from glib/include/glib/gnode.h rename to deps/glib/include/glib/gnode.h diff --git a/glib/include/glib/goption.h b/deps/glib/include/glib/goption.h similarity index 100% rename from glib/include/glib/goption.h rename to deps/glib/include/glib/goption.h diff --git a/glib/include/glib/gpattern.h b/deps/glib/include/glib/gpattern.h similarity index 100% rename from glib/include/glib/gpattern.h rename to deps/glib/include/glib/gpattern.h diff --git a/glib/include/glib/gpoll.h b/deps/glib/include/glib/gpoll.h similarity index 100% rename from glib/include/glib/gpoll.h rename to deps/glib/include/glib/gpoll.h diff --git a/glib/include/glib/gprimes.h b/deps/glib/include/glib/gprimes.h similarity index 100% rename from glib/include/glib/gprimes.h rename to deps/glib/include/glib/gprimes.h diff --git a/glib/include/glib/gprintf.h b/deps/glib/include/glib/gprintf.h similarity index 100% rename from glib/include/glib/gprintf.h rename to deps/glib/include/glib/gprintf.h diff --git a/glib/include/glib/gqsort.h b/deps/glib/include/glib/gqsort.h similarity index 100% rename from glib/include/glib/gqsort.h rename to deps/glib/include/glib/gqsort.h diff --git a/glib/include/glib/gquark.h b/deps/glib/include/glib/gquark.h similarity index 100% rename from glib/include/glib/gquark.h rename to deps/glib/include/glib/gquark.h diff --git a/glib/include/glib/gqueue.h b/deps/glib/include/glib/gqueue.h similarity index 100% rename from glib/include/glib/gqueue.h rename to deps/glib/include/glib/gqueue.h diff --git a/glib/include/glib/grand.h b/deps/glib/include/glib/grand.h similarity index 100% rename from glib/include/glib/grand.h rename to deps/glib/include/glib/grand.h diff --git a/glib/include/glib/grcbox.h b/deps/glib/include/glib/grcbox.h similarity index 100% rename from glib/include/glib/grcbox.h rename to deps/glib/include/glib/grcbox.h diff --git a/glib/include/glib/grefcount.h b/deps/glib/include/glib/grefcount.h similarity index 100% rename from glib/include/glib/grefcount.h rename to deps/glib/include/glib/grefcount.h diff --git a/glib/include/glib/grefstring.h b/deps/glib/include/glib/grefstring.h similarity index 100% rename from glib/include/glib/grefstring.h rename to deps/glib/include/glib/grefstring.h diff --git a/glib/include/glib/gregex.h b/deps/glib/include/glib/gregex.h similarity index 100% rename from glib/include/glib/gregex.h rename to deps/glib/include/glib/gregex.h diff --git a/glib/include/glib/gscanner.h b/deps/glib/include/glib/gscanner.h similarity index 100% rename from glib/include/glib/gscanner.h rename to deps/glib/include/glib/gscanner.h diff --git a/glib/include/glib/gsequence.h b/deps/glib/include/glib/gsequence.h similarity index 100% rename from glib/include/glib/gsequence.h rename to deps/glib/include/glib/gsequence.h diff --git a/glib/include/glib/gshell.h b/deps/glib/include/glib/gshell.h similarity index 100% rename from glib/include/glib/gshell.h rename to deps/glib/include/glib/gshell.h diff --git a/glib/include/glib/gslice.h b/deps/glib/include/glib/gslice.h similarity index 100% rename from glib/include/glib/gslice.h rename to deps/glib/include/glib/gslice.h diff --git a/glib/include/glib/gslist.h b/deps/glib/include/glib/gslist.h similarity index 100% rename from glib/include/glib/gslist.h rename to deps/glib/include/glib/gslist.h diff --git a/glib/include/glib/gspawn.h b/deps/glib/include/glib/gspawn.h similarity index 100% rename from glib/include/glib/gspawn.h rename to deps/glib/include/glib/gspawn.h diff --git a/glib/include/glib/gstdio.h b/deps/glib/include/glib/gstdio.h similarity index 100% rename from glib/include/glib/gstdio.h rename to deps/glib/include/glib/gstdio.h diff --git a/glib/include/glib/gstrfuncs.h b/deps/glib/include/glib/gstrfuncs.h similarity index 100% rename from glib/include/glib/gstrfuncs.h rename to deps/glib/include/glib/gstrfuncs.h diff --git a/glib/include/glib/gstring.h b/deps/glib/include/glib/gstring.h similarity index 100% rename from glib/include/glib/gstring.h rename to deps/glib/include/glib/gstring.h diff --git a/glib/include/glib/gstringchunk.h b/deps/glib/include/glib/gstringchunk.h similarity index 100% rename from glib/include/glib/gstringchunk.h rename to deps/glib/include/glib/gstringchunk.h diff --git a/glib/include/glib/gtestutils.h b/deps/glib/include/glib/gtestutils.h similarity index 100% rename from glib/include/glib/gtestutils.h rename to deps/glib/include/glib/gtestutils.h diff --git a/glib/include/glib/gthread.h b/deps/glib/include/glib/gthread.h similarity index 100% rename from glib/include/glib/gthread.h rename to deps/glib/include/glib/gthread.h diff --git a/glib/include/glib/gthreadpool.h b/deps/glib/include/glib/gthreadpool.h similarity index 100% rename from glib/include/glib/gthreadpool.h rename to deps/glib/include/glib/gthreadpool.h diff --git a/glib/include/glib/gtimer.h b/deps/glib/include/glib/gtimer.h similarity index 100% rename from glib/include/glib/gtimer.h rename to deps/glib/include/glib/gtimer.h diff --git a/glib/include/glib/gtimezone.h b/deps/glib/include/glib/gtimezone.h similarity index 100% rename from glib/include/glib/gtimezone.h rename to deps/glib/include/glib/gtimezone.h diff --git a/glib/include/glib/gtrashstack.h b/deps/glib/include/glib/gtrashstack.h similarity index 100% rename from glib/include/glib/gtrashstack.h rename to deps/glib/include/glib/gtrashstack.h diff --git a/glib/include/glib/gtree.h b/deps/glib/include/glib/gtree.h similarity index 100% rename from glib/include/glib/gtree.h rename to deps/glib/include/glib/gtree.h diff --git a/glib/include/glib/gtypes.h b/deps/glib/include/glib/gtypes.h similarity index 100% rename from glib/include/glib/gtypes.h rename to deps/glib/include/glib/gtypes.h diff --git a/glib/include/glib/gunicode.h b/deps/glib/include/glib/gunicode.h similarity index 100% rename from glib/include/glib/gunicode.h rename to deps/glib/include/glib/gunicode.h diff --git a/glib/include/glib/gurifuncs.h b/deps/glib/include/glib/gurifuncs.h similarity index 100% rename from glib/include/glib/gurifuncs.h rename to deps/glib/include/glib/gurifuncs.h diff --git a/glib/include/glib/gutils.h b/deps/glib/include/glib/gutils.h similarity index 100% rename from glib/include/glib/gutils.h rename to deps/glib/include/glib/gutils.h diff --git a/glib/include/glib/guuid.h b/deps/glib/include/glib/guuid.h similarity index 100% rename from glib/include/glib/guuid.h rename to deps/glib/include/glib/guuid.h diff --git a/glib/include/glib/gvariant.h b/deps/glib/include/glib/gvariant.h similarity index 100% rename from glib/include/glib/gvariant.h rename to deps/glib/include/glib/gvariant.h diff --git a/glib/include/glib/gvarianttype.h b/deps/glib/include/glib/gvarianttype.h similarity index 100% rename from glib/include/glib/gvarianttype.h rename to deps/glib/include/glib/gvarianttype.h diff --git a/glib/include/glib/gversion.h b/deps/glib/include/glib/gversion.h similarity index 100% rename from glib/include/glib/gversion.h rename to deps/glib/include/glib/gversion.h diff --git a/glib/include/glib/gversionmacros.h b/deps/glib/include/glib/gversionmacros.h similarity index 100% rename from glib/include/glib/gversionmacros.h rename to deps/glib/include/glib/gversionmacros.h diff --git a/glib/include/glib/gwin32.h b/deps/glib/include/glib/gwin32.h similarity index 100% rename from glib/include/glib/gwin32.h rename to deps/glib/include/glib/gwin32.h diff --git a/glib/include/gobject/gbinding.h b/deps/glib/include/gobject/gbinding.h similarity index 100% rename from glib/include/gobject/gbinding.h rename to deps/glib/include/gobject/gbinding.h diff --git a/glib/include/gobject/gboxed.h b/deps/glib/include/gobject/gboxed.h similarity index 100% rename from glib/include/gobject/gboxed.h rename to deps/glib/include/gobject/gboxed.h diff --git a/glib/include/gobject/gclosure.h b/deps/glib/include/gobject/gclosure.h similarity index 100% rename from glib/include/gobject/gclosure.h rename to deps/glib/include/gobject/gclosure.h diff --git a/glib/include/gobject/genums.h b/deps/glib/include/gobject/genums.h similarity index 100% rename from glib/include/gobject/genums.h rename to deps/glib/include/gobject/genums.h diff --git a/glib/include/gobject/glib-enumtypes.h b/deps/glib/include/gobject/glib-enumtypes.h similarity index 100% rename from glib/include/gobject/glib-enumtypes.h rename to deps/glib/include/gobject/glib-enumtypes.h diff --git a/glib/include/gobject/glib-types.h b/deps/glib/include/gobject/glib-types.h similarity index 100% rename from glib/include/gobject/glib-types.h rename to deps/glib/include/gobject/glib-types.h diff --git a/glib/include/gobject/gmarshal.h b/deps/glib/include/gobject/gmarshal.h similarity index 100% rename from glib/include/gobject/gmarshal.h rename to deps/glib/include/gobject/gmarshal.h diff --git a/glib/include/gobject/gobject-autocleanups.h b/deps/glib/include/gobject/gobject-autocleanups.h similarity index 100% rename from glib/include/gobject/gobject-autocleanups.h rename to deps/glib/include/gobject/gobject-autocleanups.h diff --git a/glib/include/gobject/gobject.h b/deps/glib/include/gobject/gobject.h similarity index 100% rename from glib/include/gobject/gobject.h rename to deps/glib/include/gobject/gobject.h diff --git a/glib/include/gobject/gobjectnotifyqueue.c b/deps/glib/include/gobject/gobjectnotifyqueue.c similarity index 100% rename from glib/include/gobject/gobjectnotifyqueue.c rename to deps/glib/include/gobject/gobjectnotifyqueue.c diff --git a/glib/include/gobject/gparam.h b/deps/glib/include/gobject/gparam.h similarity index 100% rename from glib/include/gobject/gparam.h rename to deps/glib/include/gobject/gparam.h diff --git a/glib/include/gobject/gparamspecs.h b/deps/glib/include/gobject/gparamspecs.h similarity index 100% rename from glib/include/gobject/gparamspecs.h rename to deps/glib/include/gobject/gparamspecs.h diff --git a/glib/include/gobject/gsignal.h b/deps/glib/include/gobject/gsignal.h similarity index 100% rename from glib/include/gobject/gsignal.h rename to deps/glib/include/gobject/gsignal.h diff --git a/glib/include/gobject/gsourceclosure.h b/deps/glib/include/gobject/gsourceclosure.h similarity index 100% rename from glib/include/gobject/gsourceclosure.h rename to deps/glib/include/gobject/gsourceclosure.h diff --git a/glib/include/gobject/gtype.h b/deps/glib/include/gobject/gtype.h similarity index 100% rename from glib/include/gobject/gtype.h rename to deps/glib/include/gobject/gtype.h diff --git a/glib/include/gobject/gtypemodule.h b/deps/glib/include/gobject/gtypemodule.h similarity index 100% rename from glib/include/gobject/gtypemodule.h rename to deps/glib/include/gobject/gtypemodule.h diff --git a/glib/include/gobject/gtypeplugin.h b/deps/glib/include/gobject/gtypeplugin.h similarity index 100% rename from glib/include/gobject/gtypeplugin.h rename to deps/glib/include/gobject/gtypeplugin.h diff --git a/glib/include/gobject/gvalue.h b/deps/glib/include/gobject/gvalue.h similarity index 100% rename from glib/include/gobject/gvalue.h rename to deps/glib/include/gobject/gvalue.h diff --git a/glib/include/gobject/gvaluearray.h b/deps/glib/include/gobject/gvaluearray.h similarity index 100% rename from glib/include/gobject/gvaluearray.h rename to deps/glib/include/gobject/gvaluearray.h diff --git a/glib/include/gobject/gvaluecollector.h b/deps/glib/include/gobject/gvaluecollector.h similarity index 100% rename from glib/include/gobject/gvaluecollector.h rename to deps/glib/include/gobject/gvaluecollector.h diff --git a/glib/include/gobject/gvaluetypes.h b/deps/glib/include/gobject/gvaluetypes.h similarity index 100% rename from glib/include/gobject/gvaluetypes.h rename to deps/glib/include/gobject/gvaluetypes.h diff --git a/glib/lib/libglib-2.0.a b/deps/glib/lib/libglib-2.0.a similarity index 100% rename from glib/lib/libglib-2.0.a rename to deps/glib/lib/libglib-2.0.a diff --git a/glib/lib/libgobject-2.0.a b/deps/glib/lib/libgobject-2.0.a similarity index 100% rename from glib/lib/libgobject-2.0.a rename to deps/glib/lib/libgobject-2.0.a diff --git a/instpatch/include/libinstpatch/IpatchBase.h b/deps/instpatch/include/libinstpatch/IpatchBase.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchBase.h rename to deps/instpatch/include/libinstpatch/IpatchBase.h diff --git a/instpatch/include/libinstpatch/IpatchContainer.h b/deps/instpatch/include/libinstpatch/IpatchContainer.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchContainer.h rename to deps/instpatch/include/libinstpatch/IpatchContainer.h diff --git a/instpatch/include/libinstpatch/IpatchConvert_DLS2.h b/deps/instpatch/include/libinstpatch/IpatchConvert_DLS2.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchConvert_DLS2.h rename to deps/instpatch/include/libinstpatch/IpatchConvert_DLS2.h diff --git a/instpatch/include/libinstpatch/IpatchConvert_Gig.h b/deps/instpatch/include/libinstpatch/IpatchConvert_Gig.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchConvert_Gig.h rename to deps/instpatch/include/libinstpatch/IpatchConvert_Gig.h diff --git a/instpatch/include/libinstpatch/IpatchConvert_SF2.h b/deps/instpatch/include/libinstpatch/IpatchConvert_SF2.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchConvert_SF2.h rename to deps/instpatch/include/libinstpatch/IpatchConvert_SF2.h diff --git a/instpatch/include/libinstpatch/IpatchConvert_SLI.h b/deps/instpatch/include/libinstpatch/IpatchConvert_SLI.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchConvert_SLI.h rename to deps/instpatch/include/libinstpatch/IpatchConvert_SLI.h diff --git a/instpatch/include/libinstpatch/IpatchConverter.h b/deps/instpatch/include/libinstpatch/IpatchConverter.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchConverter.h rename to deps/instpatch/include/libinstpatch/IpatchConverter.h diff --git a/instpatch/include/libinstpatch/IpatchConverterSF2VoiceCache.h b/deps/instpatch/include/libinstpatch/IpatchConverterSF2VoiceCache.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchConverterSF2VoiceCache.h rename to deps/instpatch/include/libinstpatch/IpatchConverterSF2VoiceCache.h diff --git a/instpatch/include/libinstpatch/IpatchDLS2.h b/deps/instpatch/include/libinstpatch/IpatchDLS2.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLS2.h rename to deps/instpatch/include/libinstpatch/IpatchDLS2.h diff --git a/instpatch/include/libinstpatch/IpatchDLS2Conn.h b/deps/instpatch/include/libinstpatch/IpatchDLS2Conn.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLS2Conn.h rename to deps/instpatch/include/libinstpatch/IpatchDLS2Conn.h diff --git a/instpatch/include/libinstpatch/IpatchDLS2Info.h b/deps/instpatch/include/libinstpatch/IpatchDLS2Info.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLS2Info.h rename to deps/instpatch/include/libinstpatch/IpatchDLS2Info.h diff --git a/instpatch/include/libinstpatch/IpatchDLS2Inst.h b/deps/instpatch/include/libinstpatch/IpatchDLS2Inst.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLS2Inst.h rename to deps/instpatch/include/libinstpatch/IpatchDLS2Inst.h diff --git a/instpatch/include/libinstpatch/IpatchDLS2Region.h b/deps/instpatch/include/libinstpatch/IpatchDLS2Region.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLS2Region.h rename to deps/instpatch/include/libinstpatch/IpatchDLS2Region.h diff --git a/instpatch/include/libinstpatch/IpatchDLS2Sample.h b/deps/instpatch/include/libinstpatch/IpatchDLS2Sample.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLS2Sample.h rename to deps/instpatch/include/libinstpatch/IpatchDLS2Sample.h diff --git a/instpatch/include/libinstpatch/IpatchDLSFile.h b/deps/instpatch/include/libinstpatch/IpatchDLSFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLSFile.h rename to deps/instpatch/include/libinstpatch/IpatchDLSFile.h diff --git a/instpatch/include/libinstpatch/IpatchDLSReader.h b/deps/instpatch/include/libinstpatch/IpatchDLSReader.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLSReader.h rename to deps/instpatch/include/libinstpatch/IpatchDLSReader.h diff --git a/instpatch/include/libinstpatch/IpatchDLSWriter.h b/deps/instpatch/include/libinstpatch/IpatchDLSWriter.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchDLSWriter.h rename to deps/instpatch/include/libinstpatch/IpatchDLSWriter.h diff --git a/instpatch/include/libinstpatch/IpatchFile.h b/deps/instpatch/include/libinstpatch/IpatchFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchFile.h rename to deps/instpatch/include/libinstpatch/IpatchFile.h diff --git a/instpatch/include/libinstpatch/IpatchGig.h b/deps/instpatch/include/libinstpatch/IpatchGig.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGig.h rename to deps/instpatch/include/libinstpatch/IpatchGig.h diff --git a/instpatch/include/libinstpatch/IpatchGigDimension.h b/deps/instpatch/include/libinstpatch/IpatchGigDimension.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigDimension.h rename to deps/instpatch/include/libinstpatch/IpatchGigDimension.h diff --git a/instpatch/include/libinstpatch/IpatchGigEffects.h b/deps/instpatch/include/libinstpatch/IpatchGigEffects.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigEffects.h rename to deps/instpatch/include/libinstpatch/IpatchGigEffects.h diff --git a/instpatch/include/libinstpatch/IpatchGigFile.h b/deps/instpatch/include/libinstpatch/IpatchGigFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigFile.h rename to deps/instpatch/include/libinstpatch/IpatchGigFile.h diff --git a/instpatch/include/libinstpatch/IpatchGigInst.h b/deps/instpatch/include/libinstpatch/IpatchGigInst.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigInst.h rename to deps/instpatch/include/libinstpatch/IpatchGigInst.h diff --git a/instpatch/include/libinstpatch/IpatchGigRegion.h b/deps/instpatch/include/libinstpatch/IpatchGigRegion.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigRegion.h rename to deps/instpatch/include/libinstpatch/IpatchGigRegion.h diff --git a/instpatch/include/libinstpatch/IpatchGigSample.h b/deps/instpatch/include/libinstpatch/IpatchGigSample.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigSample.h rename to deps/instpatch/include/libinstpatch/IpatchGigSample.h diff --git a/instpatch/include/libinstpatch/IpatchGigSubRegion.h b/deps/instpatch/include/libinstpatch/IpatchGigSubRegion.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchGigSubRegion.h rename to deps/instpatch/include/libinstpatch/IpatchGigSubRegion.h diff --git a/instpatch/include/libinstpatch/IpatchItem.h b/deps/instpatch/include/libinstpatch/IpatchItem.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchItem.h rename to deps/instpatch/include/libinstpatch/IpatchItem.h diff --git a/instpatch/include/libinstpatch/IpatchIter.h b/deps/instpatch/include/libinstpatch/IpatchIter.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchIter.h rename to deps/instpatch/include/libinstpatch/IpatchIter.h diff --git a/instpatch/include/libinstpatch/IpatchList.h b/deps/instpatch/include/libinstpatch/IpatchList.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchList.h rename to deps/instpatch/include/libinstpatch/IpatchList.h diff --git a/instpatch/include/libinstpatch/IpatchParamProp.h b/deps/instpatch/include/libinstpatch/IpatchParamProp.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchParamProp.h rename to deps/instpatch/include/libinstpatch/IpatchParamProp.h diff --git a/instpatch/include/libinstpatch/IpatchPaste.h b/deps/instpatch/include/libinstpatch/IpatchPaste.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchPaste.h rename to deps/instpatch/include/libinstpatch/IpatchPaste.h diff --git a/instpatch/include/libinstpatch/IpatchRange.h b/deps/instpatch/include/libinstpatch/IpatchRange.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchRange.h rename to deps/instpatch/include/libinstpatch/IpatchRange.h diff --git a/instpatch/include/libinstpatch/IpatchRiff.h b/deps/instpatch/include/libinstpatch/IpatchRiff.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchRiff.h rename to deps/instpatch/include/libinstpatch/IpatchRiff.h diff --git a/instpatch/include/libinstpatch/IpatchSF2.h b/deps/instpatch/include/libinstpatch/IpatchSF2.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2.h rename to deps/instpatch/include/libinstpatch/IpatchSF2.h diff --git a/instpatch/include/libinstpatch/IpatchSF2File.h b/deps/instpatch/include/libinstpatch/IpatchSF2File.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2File.h rename to deps/instpatch/include/libinstpatch/IpatchSF2File.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Gen.h b/deps/instpatch/include/libinstpatch/IpatchSF2Gen.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Gen.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Gen.h diff --git a/instpatch/include/libinstpatch/IpatchSF2GenItem.h b/deps/instpatch/include/libinstpatch/IpatchSF2GenItem.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2GenItem.h rename to deps/instpatch/include/libinstpatch/IpatchSF2GenItem.h diff --git a/instpatch/include/libinstpatch/IpatchSF2IZone.h b/deps/instpatch/include/libinstpatch/IpatchSF2IZone.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2IZone.h rename to deps/instpatch/include/libinstpatch/IpatchSF2IZone.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Inst.h b/deps/instpatch/include/libinstpatch/IpatchSF2Inst.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Inst.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Inst.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Mod.h b/deps/instpatch/include/libinstpatch/IpatchSF2Mod.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Mod.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Mod.h diff --git a/instpatch/include/libinstpatch/IpatchSF2ModItem.h b/deps/instpatch/include/libinstpatch/IpatchSF2ModItem.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2ModItem.h rename to deps/instpatch/include/libinstpatch/IpatchSF2ModItem.h diff --git a/instpatch/include/libinstpatch/IpatchSF2ModList.h b/deps/instpatch/include/libinstpatch/IpatchSF2ModList.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2ModList.h rename to deps/instpatch/include/libinstpatch/IpatchSF2ModList.h diff --git a/instpatch/include/libinstpatch/IpatchSF2PZone.h b/deps/instpatch/include/libinstpatch/IpatchSF2PZone.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2PZone.h rename to deps/instpatch/include/libinstpatch/IpatchSF2PZone.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Preset.h b/deps/instpatch/include/libinstpatch/IpatchSF2Preset.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Preset.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Preset.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Reader.h b/deps/instpatch/include/libinstpatch/IpatchSF2Reader.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Reader.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Reader.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Sample.h b/deps/instpatch/include/libinstpatch/IpatchSF2Sample.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Sample.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Sample.h diff --git a/instpatch/include/libinstpatch/IpatchSF2VoiceCache.h b/deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2VoiceCache.h rename to deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache.h diff --git a/instpatch/include/libinstpatch/IpatchSF2VoiceCache_DLS.h b/deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_DLS.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2VoiceCache_DLS.h rename to deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_DLS.h diff --git a/instpatch/include/libinstpatch/IpatchSF2VoiceCache_Gig.h b/deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_Gig.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2VoiceCache_Gig.h rename to deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_Gig.h diff --git a/instpatch/include/libinstpatch/IpatchSF2VoiceCache_SF2.h b/deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_SF2.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2VoiceCache_SF2.h rename to deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_SF2.h diff --git a/instpatch/include/libinstpatch/IpatchSF2VoiceCache_SLI.h b/deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_SLI.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2VoiceCache_SLI.h rename to deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_SLI.h diff --git a/instpatch/include/libinstpatch/IpatchSF2VoiceCache_VBank.h b/deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_VBank.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2VoiceCache_VBank.h rename to deps/instpatch/include/libinstpatch/IpatchSF2VoiceCache_VBank.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Writer.h b/deps/instpatch/include/libinstpatch/IpatchSF2Writer.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Writer.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Writer.h diff --git a/instpatch/include/libinstpatch/IpatchSF2Zone.h b/deps/instpatch/include/libinstpatch/IpatchSF2Zone.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSF2Zone.h rename to deps/instpatch/include/libinstpatch/IpatchSF2Zone.h diff --git a/instpatch/include/libinstpatch/IpatchSLI.h b/deps/instpatch/include/libinstpatch/IpatchSLI.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLI.h rename to deps/instpatch/include/libinstpatch/IpatchSLI.h diff --git a/instpatch/include/libinstpatch/IpatchSLIFile.h b/deps/instpatch/include/libinstpatch/IpatchSLIFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLIFile.h rename to deps/instpatch/include/libinstpatch/IpatchSLIFile.h diff --git a/instpatch/include/libinstpatch/IpatchSLIInst.h b/deps/instpatch/include/libinstpatch/IpatchSLIInst.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLIInst.h rename to deps/instpatch/include/libinstpatch/IpatchSLIInst.h diff --git a/instpatch/include/libinstpatch/IpatchSLIReader.h b/deps/instpatch/include/libinstpatch/IpatchSLIReader.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLIReader.h rename to deps/instpatch/include/libinstpatch/IpatchSLIReader.h diff --git a/instpatch/include/libinstpatch/IpatchSLISample.h b/deps/instpatch/include/libinstpatch/IpatchSLISample.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLISample.h rename to deps/instpatch/include/libinstpatch/IpatchSLISample.h diff --git a/instpatch/include/libinstpatch/IpatchSLIWriter.h b/deps/instpatch/include/libinstpatch/IpatchSLIWriter.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLIWriter.h rename to deps/instpatch/include/libinstpatch/IpatchSLIWriter.h diff --git a/instpatch/include/libinstpatch/IpatchSLIZone.h b/deps/instpatch/include/libinstpatch/IpatchSLIZone.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSLIZone.h rename to deps/instpatch/include/libinstpatch/IpatchSLIZone.h diff --git a/instpatch/include/libinstpatch/IpatchSample.h b/deps/instpatch/include/libinstpatch/IpatchSample.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSample.h rename to deps/instpatch/include/libinstpatch/IpatchSample.h diff --git a/instpatch/include/libinstpatch/IpatchSampleData.h b/deps/instpatch/include/libinstpatch/IpatchSampleData.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleData.h rename to deps/instpatch/include/libinstpatch/IpatchSampleData.h diff --git a/instpatch/include/libinstpatch/IpatchSampleList.h b/deps/instpatch/include/libinstpatch/IpatchSampleList.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleList.h rename to deps/instpatch/include/libinstpatch/IpatchSampleList.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStore.h b/deps/instpatch/include/libinstpatch/IpatchSampleStore.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStore.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStore.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreCache.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreCache.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreCache.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreCache.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreFile.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreFile.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreFile.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreRam.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreRam.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreRam.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreRam.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreRom.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreRom.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreRom.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreRom.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreSndFile.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreSndFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreSndFile.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreSndFile.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreSplit24.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreSplit24.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreSplit24.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreSplit24.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreSwap.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreSwap.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreSwap.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreSwap.h diff --git a/instpatch/include/libinstpatch/IpatchSampleStoreVirtual.h b/deps/instpatch/include/libinstpatch/IpatchSampleStoreVirtual.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleStoreVirtual.h rename to deps/instpatch/include/libinstpatch/IpatchSampleStoreVirtual.h diff --git a/instpatch/include/libinstpatch/IpatchSampleTransform.h b/deps/instpatch/include/libinstpatch/IpatchSampleTransform.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSampleTransform.h rename to deps/instpatch/include/libinstpatch/IpatchSampleTransform.h diff --git a/instpatch/include/libinstpatch/IpatchSndFile.h b/deps/instpatch/include/libinstpatch/IpatchSndFile.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchSndFile.h rename to deps/instpatch/include/libinstpatch/IpatchSndFile.h diff --git a/instpatch/include/libinstpatch/IpatchTypeProp.h b/deps/instpatch/include/libinstpatch/IpatchTypeProp.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchTypeProp.h rename to deps/instpatch/include/libinstpatch/IpatchTypeProp.h diff --git a/instpatch/include/libinstpatch/IpatchUnit.h b/deps/instpatch/include/libinstpatch/IpatchUnit.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchUnit.h rename to deps/instpatch/include/libinstpatch/IpatchUnit.h diff --git a/instpatch/include/libinstpatch/IpatchUnit_DLS.h b/deps/instpatch/include/libinstpatch/IpatchUnit_DLS.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchUnit_DLS.h rename to deps/instpatch/include/libinstpatch/IpatchUnit_DLS.h diff --git a/instpatch/include/libinstpatch/IpatchUnit_SF2.h b/deps/instpatch/include/libinstpatch/IpatchUnit_SF2.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchUnit_SF2.h rename to deps/instpatch/include/libinstpatch/IpatchUnit_SF2.h diff --git a/instpatch/include/libinstpatch/IpatchUnit_generic.h b/deps/instpatch/include/libinstpatch/IpatchUnit_generic.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchUnit_generic.h rename to deps/instpatch/include/libinstpatch/IpatchUnit_generic.h diff --git a/instpatch/include/libinstpatch/IpatchVBank.h b/deps/instpatch/include/libinstpatch/IpatchVBank.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchVBank.h rename to deps/instpatch/include/libinstpatch/IpatchVBank.h diff --git a/instpatch/include/libinstpatch/IpatchVBankInst.h b/deps/instpatch/include/libinstpatch/IpatchVBankInst.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchVBankInst.h rename to deps/instpatch/include/libinstpatch/IpatchVBankInst.h diff --git a/instpatch/include/libinstpatch/IpatchVBankRegion.h b/deps/instpatch/include/libinstpatch/IpatchVBankRegion.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchVBankRegion.h rename to deps/instpatch/include/libinstpatch/IpatchVBankRegion.h diff --git a/instpatch/include/libinstpatch/IpatchVirtualContainer.h b/deps/instpatch/include/libinstpatch/IpatchVirtualContainer.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchVirtualContainer.h rename to deps/instpatch/include/libinstpatch/IpatchVirtualContainer.h diff --git a/instpatch/include/libinstpatch/IpatchVirtualContainer_types.h b/deps/instpatch/include/libinstpatch/IpatchVirtualContainer_types.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchVirtualContainer_types.h rename to deps/instpatch/include/libinstpatch/IpatchVirtualContainer_types.h diff --git a/instpatch/include/libinstpatch/IpatchXml.h b/deps/instpatch/include/libinstpatch/IpatchXml.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchXml.h rename to deps/instpatch/include/libinstpatch/IpatchXml.h diff --git a/instpatch/include/libinstpatch/IpatchXmlObject.h b/deps/instpatch/include/libinstpatch/IpatchXmlObject.h similarity index 100% rename from instpatch/include/libinstpatch/IpatchXmlObject.h rename to deps/instpatch/include/libinstpatch/IpatchXmlObject.h diff --git a/instpatch/include/libinstpatch/builtin_enums.h b/deps/instpatch/include/libinstpatch/builtin_enums.h similarity index 100% rename from instpatch/include/libinstpatch/builtin_enums.h rename to deps/instpatch/include/libinstpatch/builtin_enums.h diff --git a/instpatch/include/libinstpatch/compat.h b/deps/instpatch/include/libinstpatch/compat.h similarity index 100% rename from instpatch/include/libinstpatch/compat.h rename to deps/instpatch/include/libinstpatch/compat.h diff --git a/instpatch/include/libinstpatch/libinstpatch.h b/deps/instpatch/include/libinstpatch/libinstpatch.h similarity index 100% rename from instpatch/include/libinstpatch/libinstpatch.h rename to deps/instpatch/include/libinstpatch/libinstpatch.h diff --git a/instpatch/include/libinstpatch/misc.h b/deps/instpatch/include/libinstpatch/misc.h similarity index 100% rename from instpatch/include/libinstpatch/misc.h rename to deps/instpatch/include/libinstpatch/misc.h diff --git a/instpatch/include/libinstpatch/sample.h b/deps/instpatch/include/libinstpatch/sample.h similarity index 100% rename from instpatch/include/libinstpatch/sample.h rename to deps/instpatch/include/libinstpatch/sample.h diff --git a/instpatch/include/libinstpatch/util.h b/deps/instpatch/include/libinstpatch/util.h similarity index 100% rename from instpatch/include/libinstpatch/util.h rename to deps/instpatch/include/libinstpatch/util.h diff --git a/instpatch/include/libinstpatch/version.h b/deps/instpatch/include/libinstpatch/version.h similarity index 100% rename from instpatch/include/libinstpatch/version.h rename to deps/instpatch/include/libinstpatch/version.h diff --git a/instpatch/lib/libinstpatch-1.0.a b/deps/instpatch/lib/libinstpatch-1.0.a similarity index 100% rename from instpatch/lib/libinstpatch-1.0.a rename to deps/instpatch/lib/libinstpatch-1.0.a diff --git a/intl/include/libintl.h b/deps/intl/include/libintl.h similarity index 100% rename from intl/include/libintl.h rename to deps/intl/include/libintl.h diff --git a/intl/lib/libintl.a b/deps/intl/lib/libintl.a similarity index 100% rename from intl/lib/libintl.a rename to deps/intl/lib/libintl.a diff --git a/jpeg/include/jconfig.h b/deps/jpeg/include/jconfig.h similarity index 100% rename from jpeg/include/jconfig.h rename to deps/jpeg/include/jconfig.h diff --git a/jpeg/include/jerror.h b/deps/jpeg/include/jerror.h similarity index 100% rename from jpeg/include/jerror.h rename to deps/jpeg/include/jerror.h diff --git a/jpeg/include/jmorecfg.h b/deps/jpeg/include/jmorecfg.h similarity index 100% rename from jpeg/include/jmorecfg.h rename to deps/jpeg/include/jmorecfg.h diff --git a/jpeg/include/jpeglib.h b/deps/jpeg/include/jpeglib.h similarity index 100% rename from jpeg/include/jpeglib.h rename to deps/jpeg/include/jpeglib.h diff --git a/jpeg/lib/libjpeg.a b/deps/jpeg/lib/libjpeg.a similarity index 100% rename from jpeg/lib/libjpeg.a rename to deps/jpeg/lib/libjpeg.a diff --git a/moltenvk/apache2.txt b/deps/moltenvk/apache2.txt similarity index 100% rename from moltenvk/apache2.txt rename to deps/moltenvk/apache2.txt diff --git a/moltenvk/include/MoltenVK/mvk_datatypes.h b/deps/moltenvk/include/MoltenVK/mvk_datatypes.h similarity index 100% rename from moltenvk/include/MoltenVK/mvk_datatypes.h rename to deps/moltenvk/include/MoltenVK/mvk_datatypes.h diff --git a/moltenvk/include/MoltenVK/mvk_vulkan.h b/deps/moltenvk/include/MoltenVK/mvk_vulkan.h similarity index 100% rename from moltenvk/include/MoltenVK/mvk_vulkan.h rename to deps/moltenvk/include/MoltenVK/mvk_vulkan.h diff --git a/moltenvk/include/MoltenVK/vk_mvk_moltenvk.h b/deps/moltenvk/include/MoltenVK/vk_mvk_moltenvk.h similarity index 100% rename from moltenvk/include/MoltenVK/vk_mvk_moltenvk.h rename to deps/moltenvk/include/MoltenVK/vk_mvk_moltenvk.h diff --git a/moltenvk/include/vulkan-portability/vk_extx_portability_subset.h b/deps/moltenvk/include/vulkan-portability/vk_extx_portability_subset.h similarity index 100% rename from moltenvk/include/vulkan-portability/vk_extx_portability_subset.h rename to deps/moltenvk/include/vulkan-portability/vk_extx_portability_subset.h diff --git a/moltenvk/include/vulkan/vk_icd.h b/deps/moltenvk/include/vulkan/vk_icd.h similarity index 100% rename from moltenvk/include/vulkan/vk_icd.h rename to deps/moltenvk/include/vulkan/vk_icd.h diff --git a/moltenvk/include/vulkan/vk_layer.h b/deps/moltenvk/include/vulkan/vk_layer.h similarity index 100% rename from moltenvk/include/vulkan/vk_layer.h rename to deps/moltenvk/include/vulkan/vk_layer.h diff --git a/moltenvk/include/vulkan/vk_platform.h b/deps/moltenvk/include/vulkan/vk_platform.h similarity index 100% rename from moltenvk/include/vulkan/vk_platform.h rename to deps/moltenvk/include/vulkan/vk_platform.h diff --git a/moltenvk/include/vulkan/vk_sdk_platform.h b/deps/moltenvk/include/vulkan/vk_sdk_platform.h similarity index 100% rename from moltenvk/include/vulkan/vk_sdk_platform.h rename to deps/moltenvk/include/vulkan/vk_sdk_platform.h diff --git a/moltenvk/include/vulkan/vulkan.h b/deps/moltenvk/include/vulkan/vulkan.h similarity index 100% rename from moltenvk/include/vulkan/vulkan.h rename to deps/moltenvk/include/vulkan/vulkan.h diff --git a/moltenvk/include/vulkan/vulkan.hpp b/deps/moltenvk/include/vulkan/vulkan.hpp similarity index 100% rename from moltenvk/include/vulkan/vulkan.hpp rename to deps/moltenvk/include/vulkan/vulkan.hpp diff --git a/moltenvk/include/vulkan/vulkan_android.h b/deps/moltenvk/include/vulkan/vulkan_android.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_android.h rename to deps/moltenvk/include/vulkan/vulkan_android.h diff --git a/moltenvk/include/vulkan/vulkan_beta.h b/deps/moltenvk/include/vulkan/vulkan_beta.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_beta.h rename to deps/moltenvk/include/vulkan/vulkan_beta.h diff --git a/moltenvk/include/vulkan/vulkan_core.h b/deps/moltenvk/include/vulkan/vulkan_core.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_core.h rename to deps/moltenvk/include/vulkan/vulkan_core.h diff --git a/moltenvk/include/vulkan/vulkan_fuchsia.h b/deps/moltenvk/include/vulkan/vulkan_fuchsia.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_fuchsia.h rename to deps/moltenvk/include/vulkan/vulkan_fuchsia.h diff --git a/moltenvk/include/vulkan/vulkan_ggp.h b/deps/moltenvk/include/vulkan/vulkan_ggp.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_ggp.h rename to deps/moltenvk/include/vulkan/vulkan_ggp.h diff --git a/moltenvk/include/vulkan/vulkan_ios.h b/deps/moltenvk/include/vulkan/vulkan_ios.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_ios.h rename to deps/moltenvk/include/vulkan/vulkan_ios.h diff --git a/moltenvk/include/vulkan/vulkan_macos.h b/deps/moltenvk/include/vulkan/vulkan_macos.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_macos.h rename to deps/moltenvk/include/vulkan/vulkan_macos.h diff --git a/moltenvk/include/vulkan/vulkan_metal.h b/deps/moltenvk/include/vulkan/vulkan_metal.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_metal.h rename to deps/moltenvk/include/vulkan/vulkan_metal.h diff --git a/moltenvk/include/vulkan/vulkan_vi.h b/deps/moltenvk/include/vulkan/vulkan_vi.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_vi.h rename to deps/moltenvk/include/vulkan/vulkan_vi.h diff --git a/moltenvk/include/vulkan/vulkan_wayland.h b/deps/moltenvk/include/vulkan/vulkan_wayland.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_wayland.h rename to deps/moltenvk/include/vulkan/vulkan_wayland.h diff --git a/moltenvk/include/vulkan/vulkan_win32.h b/deps/moltenvk/include/vulkan/vulkan_win32.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_win32.h rename to deps/moltenvk/include/vulkan/vulkan_win32.h diff --git a/moltenvk/include/vulkan/vulkan_xcb.h b/deps/moltenvk/include/vulkan/vulkan_xcb.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_xcb.h rename to deps/moltenvk/include/vulkan/vulkan_xcb.h diff --git a/moltenvk/include/vulkan/vulkan_xlib.h b/deps/moltenvk/include/vulkan/vulkan_xlib.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_xlib.h rename to deps/moltenvk/include/vulkan/vulkan_xlib.h diff --git a/moltenvk/include/vulkan/vulkan_xlib_xrandr.h b/deps/moltenvk/include/vulkan/vulkan_xlib_xrandr.h similarity index 100% rename from moltenvk/include/vulkan/vulkan_xlib_xrandr.h rename to deps/moltenvk/include/vulkan/vulkan_xlib_xrandr.h diff --git a/moltenvk/lib/libMoltenVK.dylib b/deps/moltenvk/lib/libMoltenVK.dylib similarity index 100% rename from moltenvk/lib/libMoltenVK.dylib rename to deps/moltenvk/lib/libMoltenVK.dylib diff --git a/mpg123/include/fmt123.h b/deps/mpg123/include/fmt123.h similarity index 100% rename from mpg123/include/fmt123.h rename to deps/mpg123/include/fmt123.h diff --git a/mpg123/include/mpg123.h b/deps/mpg123/include/mpg123.h similarity index 100% rename from mpg123/include/mpg123.h rename to deps/mpg123/include/mpg123.h diff --git a/mpg123/lib/libmpg123.a b/deps/mpg123/lib/libmpg123.a similarity index 100% rename from mpg123/lib/libmpg123.a rename to deps/mpg123/lib/libmpg123.a diff --git a/ogg/include/ogg/config_types.h b/deps/ogg/include/ogg/config_types.h similarity index 100% rename from ogg/include/ogg/config_types.h rename to deps/ogg/include/ogg/config_types.h diff --git a/ogg/include/ogg/ogg.h b/deps/ogg/include/ogg/ogg.h similarity index 100% rename from ogg/include/ogg/ogg.h rename to deps/ogg/include/ogg/ogg.h diff --git a/ogg/include/ogg/os_types.h b/deps/ogg/include/ogg/os_types.h similarity index 100% rename from ogg/include/ogg/os_types.h rename to deps/ogg/include/ogg/os_types.h diff --git a/ogg/lib/libogg.a b/deps/ogg/lib/libogg.a similarity index 100% rename from ogg/lib/libogg.a rename to deps/ogg/lib/libogg.a diff --git a/openal/include/al.h b/deps/openal/include/al.h similarity index 100% rename from openal/include/al.h rename to deps/openal/include/al.h diff --git a/openal/include/alc.h b/deps/openal/include/alc.h similarity index 100% rename from openal/include/alc.h rename to deps/openal/include/alc.h diff --git a/openal/include/alext.h b/deps/openal/include/alext.h similarity index 100% rename from openal/include/alext.h rename to deps/openal/include/alext.h diff --git a/openal/include/efx-creative.h b/deps/openal/include/efx-creative.h similarity index 100% rename from openal/include/efx-creative.h rename to deps/openal/include/efx-creative.h diff --git a/openal/include/efx-presets.h b/deps/openal/include/efx-presets.h similarity index 100% rename from openal/include/efx-presets.h rename to deps/openal/include/efx-presets.h diff --git a/openal/include/efx.h b/deps/openal/include/efx.h similarity index 100% rename from openal/include/efx.h rename to deps/openal/include/efx.h diff --git a/openal/lib/libopenal.a b/deps/openal/lib/libopenal.a similarity index 100% rename from openal/lib/libopenal.a rename to deps/openal/lib/libopenal.a diff --git a/opus/include/opus/opus.h b/deps/opus/include/opus/opus.h similarity index 100% rename from opus/include/opus/opus.h rename to deps/opus/include/opus/opus.h diff --git a/opus/include/opus/opus_defines.h b/deps/opus/include/opus/opus_defines.h similarity index 100% rename from opus/include/opus/opus_defines.h rename to deps/opus/include/opus/opus_defines.h diff --git a/opus/include/opus/opus_multistream.h b/deps/opus/include/opus/opus_multistream.h similarity index 100% rename from opus/include/opus/opus_multistream.h rename to deps/opus/include/opus/opus_multistream.h diff --git a/opus/include/opus/opus_projection.h b/deps/opus/include/opus/opus_projection.h similarity index 100% rename from opus/include/opus/opus_projection.h rename to deps/opus/include/opus/opus_projection.h diff --git a/opus/include/opus/opus_types.h b/deps/opus/include/opus/opus_types.h similarity index 100% rename from opus/include/opus/opus_types.h rename to deps/opus/include/opus/opus_types.h diff --git a/opus/include/opus/opusfile.h b/deps/opus/include/opus/opusfile.h similarity index 100% rename from opus/include/opus/opusfile.h rename to deps/opus/include/opus/opusfile.h diff --git a/opus/lib/libopus.a b/deps/opus/lib/libopus.a similarity index 100% rename from opus/lib/libopus.a rename to deps/opus/lib/libopus.a diff --git a/pcre/include/pcre.h b/deps/pcre/include/pcre.h similarity index 100% rename from pcre/include/pcre.h rename to deps/pcre/include/pcre.h diff --git a/pcre/include/pcreposix.h b/deps/pcre/include/pcreposix.h similarity index 100% rename from pcre/include/pcreposix.h rename to deps/pcre/include/pcreposix.h diff --git a/pcre/lib/libpcre.a b/deps/pcre/lib/libpcre.a similarity index 100% rename from pcre/lib/libpcre.a rename to deps/pcre/lib/libpcre.a diff --git a/sdl/include/SDL.h b/deps/sdl/include/SDL.h similarity index 100% rename from sdl/include/SDL.h rename to deps/sdl/include/SDL.h diff --git a/sdl/include/SDL_assert.h b/deps/sdl/include/SDL_assert.h similarity index 100% rename from sdl/include/SDL_assert.h rename to deps/sdl/include/SDL_assert.h diff --git a/sdl/include/SDL_atomic.h b/deps/sdl/include/SDL_atomic.h similarity index 100% rename from sdl/include/SDL_atomic.h rename to deps/sdl/include/SDL_atomic.h diff --git a/sdl/include/SDL_audio.h b/deps/sdl/include/SDL_audio.h similarity index 100% rename from sdl/include/SDL_audio.h rename to deps/sdl/include/SDL_audio.h diff --git a/sdl/include/SDL_bits.h b/deps/sdl/include/SDL_bits.h similarity index 100% rename from sdl/include/SDL_bits.h rename to deps/sdl/include/SDL_bits.h diff --git a/sdl/include/SDL_blendmode.h b/deps/sdl/include/SDL_blendmode.h similarity index 100% rename from sdl/include/SDL_blendmode.h rename to deps/sdl/include/SDL_blendmode.h diff --git a/sdl/include/SDL_clipboard.h b/deps/sdl/include/SDL_clipboard.h similarity index 100% rename from sdl/include/SDL_clipboard.h rename to deps/sdl/include/SDL_clipboard.h diff --git a/sdl/include/SDL_config.h b/deps/sdl/include/SDL_config.h similarity index 100% rename from sdl/include/SDL_config.h rename to deps/sdl/include/SDL_config.h diff --git a/sdl/include/SDL_cpuinfo.h b/deps/sdl/include/SDL_cpuinfo.h similarity index 100% rename from sdl/include/SDL_cpuinfo.h rename to deps/sdl/include/SDL_cpuinfo.h diff --git a/sdl/include/SDL_egl.h b/deps/sdl/include/SDL_egl.h similarity index 100% rename from sdl/include/SDL_egl.h rename to deps/sdl/include/SDL_egl.h diff --git a/sdl/include/SDL_endian.h b/deps/sdl/include/SDL_endian.h similarity index 100% rename from sdl/include/SDL_endian.h rename to deps/sdl/include/SDL_endian.h diff --git a/sdl/include/SDL_error.h b/deps/sdl/include/SDL_error.h similarity index 100% rename from sdl/include/SDL_error.h rename to deps/sdl/include/SDL_error.h diff --git a/sdl/include/SDL_events.h b/deps/sdl/include/SDL_events.h similarity index 100% rename from sdl/include/SDL_events.h rename to deps/sdl/include/SDL_events.h diff --git a/sdl/include/SDL_filesystem.h b/deps/sdl/include/SDL_filesystem.h similarity index 100% rename from sdl/include/SDL_filesystem.h rename to deps/sdl/include/SDL_filesystem.h diff --git a/sdl/include/SDL_gamecontroller.h b/deps/sdl/include/SDL_gamecontroller.h similarity index 100% rename from sdl/include/SDL_gamecontroller.h rename to deps/sdl/include/SDL_gamecontroller.h diff --git a/sdl/include/SDL_gesture.h b/deps/sdl/include/SDL_gesture.h similarity index 100% rename from sdl/include/SDL_gesture.h rename to deps/sdl/include/SDL_gesture.h diff --git a/sdl/include/SDL_haptic.h b/deps/sdl/include/SDL_haptic.h similarity index 100% rename from sdl/include/SDL_haptic.h rename to deps/sdl/include/SDL_haptic.h diff --git a/sdl/include/SDL_hints.h b/deps/sdl/include/SDL_hints.h similarity index 100% rename from sdl/include/SDL_hints.h rename to deps/sdl/include/SDL_hints.h diff --git a/sdl/include/SDL_joystick.h b/deps/sdl/include/SDL_joystick.h similarity index 100% rename from sdl/include/SDL_joystick.h rename to deps/sdl/include/SDL_joystick.h diff --git a/sdl/include/SDL_keyboard.h b/deps/sdl/include/SDL_keyboard.h similarity index 100% rename from sdl/include/SDL_keyboard.h rename to deps/sdl/include/SDL_keyboard.h diff --git a/sdl/include/SDL_keycode.h b/deps/sdl/include/SDL_keycode.h similarity index 100% rename from sdl/include/SDL_keycode.h rename to deps/sdl/include/SDL_keycode.h diff --git a/sdl/include/SDL_loadso.h b/deps/sdl/include/SDL_loadso.h similarity index 100% rename from sdl/include/SDL_loadso.h rename to deps/sdl/include/SDL_loadso.h diff --git a/sdl/include/SDL_log.h b/deps/sdl/include/SDL_log.h similarity index 100% rename from sdl/include/SDL_log.h rename to deps/sdl/include/SDL_log.h diff --git a/sdl/include/SDL_main.h b/deps/sdl/include/SDL_main.h similarity index 100% rename from sdl/include/SDL_main.h rename to deps/sdl/include/SDL_main.h diff --git a/sdl/include/SDL_messagebox.h b/deps/sdl/include/SDL_messagebox.h similarity index 100% rename from sdl/include/SDL_messagebox.h rename to deps/sdl/include/SDL_messagebox.h diff --git a/sdl/include/SDL_mouse.h b/deps/sdl/include/SDL_mouse.h similarity index 100% rename from sdl/include/SDL_mouse.h rename to deps/sdl/include/SDL_mouse.h diff --git a/sdl/include/SDL_mutex.h b/deps/sdl/include/SDL_mutex.h similarity index 100% rename from sdl/include/SDL_mutex.h rename to deps/sdl/include/SDL_mutex.h diff --git a/sdl/include/SDL_name.h b/deps/sdl/include/SDL_name.h similarity index 100% rename from sdl/include/SDL_name.h rename to deps/sdl/include/SDL_name.h diff --git a/sdl/include/SDL_opengl.h b/deps/sdl/include/SDL_opengl.h similarity index 100% rename from sdl/include/SDL_opengl.h rename to deps/sdl/include/SDL_opengl.h diff --git a/sdl/include/SDL_opengl_glext.h b/deps/sdl/include/SDL_opengl_glext.h similarity index 100% rename from sdl/include/SDL_opengl_glext.h rename to deps/sdl/include/SDL_opengl_glext.h diff --git a/sdl/include/SDL_opengles.h b/deps/sdl/include/SDL_opengles.h similarity index 100% rename from sdl/include/SDL_opengles.h rename to deps/sdl/include/SDL_opengles.h diff --git a/sdl/include/SDL_opengles2.h b/deps/sdl/include/SDL_opengles2.h similarity index 100% rename from sdl/include/SDL_opengles2.h rename to deps/sdl/include/SDL_opengles2.h diff --git a/sdl/include/SDL_opengles2_gl2.h b/deps/sdl/include/SDL_opengles2_gl2.h similarity index 100% rename from sdl/include/SDL_opengles2_gl2.h rename to deps/sdl/include/SDL_opengles2_gl2.h diff --git a/sdl/include/SDL_opengles2_gl2ext.h b/deps/sdl/include/SDL_opengles2_gl2ext.h similarity index 100% rename from sdl/include/SDL_opengles2_gl2ext.h rename to deps/sdl/include/SDL_opengles2_gl2ext.h diff --git a/sdl/include/SDL_opengles2_gl2platform.h b/deps/sdl/include/SDL_opengles2_gl2platform.h similarity index 100% rename from sdl/include/SDL_opengles2_gl2platform.h rename to deps/sdl/include/SDL_opengles2_gl2platform.h diff --git a/sdl/include/SDL_opengles2_khrplatform.h b/deps/sdl/include/SDL_opengles2_khrplatform.h similarity index 100% rename from sdl/include/SDL_opengles2_khrplatform.h rename to deps/sdl/include/SDL_opengles2_khrplatform.h diff --git a/sdl/include/SDL_pixels.h b/deps/sdl/include/SDL_pixels.h similarity index 100% rename from sdl/include/SDL_pixels.h rename to deps/sdl/include/SDL_pixels.h diff --git a/sdl/include/SDL_platform.h b/deps/sdl/include/SDL_platform.h similarity index 100% rename from sdl/include/SDL_platform.h rename to deps/sdl/include/SDL_platform.h diff --git a/sdl/include/SDL_power.h b/deps/sdl/include/SDL_power.h similarity index 100% rename from sdl/include/SDL_power.h rename to deps/sdl/include/SDL_power.h diff --git a/sdl/include/SDL_quit.h b/deps/sdl/include/SDL_quit.h similarity index 100% rename from sdl/include/SDL_quit.h rename to deps/sdl/include/SDL_quit.h diff --git a/sdl/include/SDL_rect.h b/deps/sdl/include/SDL_rect.h similarity index 100% rename from sdl/include/SDL_rect.h rename to deps/sdl/include/SDL_rect.h diff --git a/sdl/include/SDL_render.h b/deps/sdl/include/SDL_render.h similarity index 100% rename from sdl/include/SDL_render.h rename to deps/sdl/include/SDL_render.h diff --git a/sdl/include/SDL_revision.h b/deps/sdl/include/SDL_revision.h similarity index 100% rename from sdl/include/SDL_revision.h rename to deps/sdl/include/SDL_revision.h diff --git a/sdl/include/SDL_rwops.h b/deps/sdl/include/SDL_rwops.h similarity index 100% rename from sdl/include/SDL_rwops.h rename to deps/sdl/include/SDL_rwops.h diff --git a/sdl/include/SDL_scancode.h b/deps/sdl/include/SDL_scancode.h similarity index 100% rename from sdl/include/SDL_scancode.h rename to deps/sdl/include/SDL_scancode.h diff --git a/sdl/include/SDL_sensor.h b/deps/sdl/include/SDL_sensor.h similarity index 100% rename from sdl/include/SDL_sensor.h rename to deps/sdl/include/SDL_sensor.h diff --git a/sdl/include/SDL_shape.h b/deps/sdl/include/SDL_shape.h similarity index 100% rename from sdl/include/SDL_shape.h rename to deps/sdl/include/SDL_shape.h diff --git a/sdl/include/SDL_stdinc.h b/deps/sdl/include/SDL_stdinc.h similarity index 100% rename from sdl/include/SDL_stdinc.h rename to deps/sdl/include/SDL_stdinc.h diff --git a/sdl/include/SDL_surface.h b/deps/sdl/include/SDL_surface.h similarity index 100% rename from sdl/include/SDL_surface.h rename to deps/sdl/include/SDL_surface.h diff --git a/sdl/include/SDL_system.h b/deps/sdl/include/SDL_system.h similarity index 100% rename from sdl/include/SDL_system.h rename to deps/sdl/include/SDL_system.h diff --git a/sdl/include/SDL_syswm.h b/deps/sdl/include/SDL_syswm.h similarity index 100% rename from sdl/include/SDL_syswm.h rename to deps/sdl/include/SDL_syswm.h diff --git a/sdl/include/SDL_thread.h b/deps/sdl/include/SDL_thread.h similarity index 100% rename from sdl/include/SDL_thread.h rename to deps/sdl/include/SDL_thread.h diff --git a/sdl/include/SDL_timer.h b/deps/sdl/include/SDL_timer.h similarity index 100% rename from sdl/include/SDL_timer.h rename to deps/sdl/include/SDL_timer.h diff --git a/sdl/include/SDL_touch.h b/deps/sdl/include/SDL_touch.h similarity index 100% rename from sdl/include/SDL_touch.h rename to deps/sdl/include/SDL_touch.h diff --git a/sdl/include/SDL_types.h b/deps/sdl/include/SDL_types.h similarity index 100% rename from sdl/include/SDL_types.h rename to deps/sdl/include/SDL_types.h diff --git a/sdl/include/SDL_version.h b/deps/sdl/include/SDL_version.h similarity index 100% rename from sdl/include/SDL_version.h rename to deps/sdl/include/SDL_version.h diff --git a/sdl/include/SDL_video.h b/deps/sdl/include/SDL_video.h similarity index 100% rename from sdl/include/SDL_video.h rename to deps/sdl/include/SDL_video.h diff --git a/sdl/include/SDL_vulkan.h b/deps/sdl/include/SDL_vulkan.h similarity index 100% rename from sdl/include/SDL_vulkan.h rename to deps/sdl/include/SDL_vulkan.h diff --git a/sdl/include/begin_code.h b/deps/sdl/include/begin_code.h similarity index 100% rename from sdl/include/begin_code.h rename to deps/sdl/include/begin_code.h diff --git a/sdl/include/close_code.h b/deps/sdl/include/close_code.h similarity index 100% rename from sdl/include/close_code.h rename to deps/sdl/include/close_code.h diff --git a/sdl/lib/libSDL2.a b/deps/sdl/lib/libSDL2.a similarity index 100% rename from sdl/lib/libSDL2.a rename to deps/sdl/lib/libSDL2.a diff --git a/sndfile/include/sndfile.h b/deps/sndfile/include/sndfile.h similarity index 100% rename from sndfile/include/sndfile.h rename to deps/sndfile/include/sndfile.h diff --git a/sndfile/lib/libsndfile.a b/deps/sndfile/lib/libsndfile.a similarity index 100% rename from sndfile/lib/libsndfile.a rename to deps/sndfile/lib/libsndfile.a diff --git a/vorbis/include/vorbis/codec.h b/deps/vorbis/include/vorbis/codec.h similarity index 100% rename from vorbis/include/vorbis/codec.h rename to deps/vorbis/include/vorbis/codec.h diff --git a/vorbis/include/vorbis/vorbisenc.h b/deps/vorbis/include/vorbis/vorbisenc.h similarity index 100% rename from vorbis/include/vorbis/vorbisenc.h rename to deps/vorbis/include/vorbis/vorbisenc.h diff --git a/vorbis/include/vorbis/vorbisfile.h b/deps/vorbis/include/vorbis/vorbisfile.h similarity index 100% rename from vorbis/include/vorbis/vorbisfile.h rename to deps/vorbis/include/vorbis/vorbisfile.h diff --git a/vorbis/lib/libvorbis.a b/deps/vorbis/lib/libvorbis.a similarity index 100% rename from vorbis/lib/libvorbis.a rename to deps/vorbis/lib/libvorbis.a diff --git a/vorbis/lib/libvorbisenc.a b/deps/vorbis/lib/libvorbisenc.a similarity index 100% rename from vorbis/lib/libvorbisenc.a rename to deps/vorbis/lib/libvorbisenc.a diff --git a/vorbis/lib/libvorbisfile.a b/deps/vorbis/lib/libvorbisfile.a similarity index 100% rename from vorbis/lib/libvorbisfile.a rename to deps/vorbis/lib/libvorbisfile.a diff --git a/vpx/include/vpx/vp8.h b/deps/vpx/include/vpx/vp8.h similarity index 100% rename from vpx/include/vpx/vp8.h rename to deps/vpx/include/vpx/vp8.h diff --git a/vpx/include/vpx/vp8cx.h b/deps/vpx/include/vpx/vp8cx.h similarity index 100% rename from vpx/include/vpx/vp8cx.h rename to deps/vpx/include/vpx/vp8cx.h diff --git a/vpx/include/vpx/vp8dx.h b/deps/vpx/include/vpx/vp8dx.h similarity index 100% rename from vpx/include/vpx/vp8dx.h rename to deps/vpx/include/vpx/vp8dx.h diff --git a/vpx/include/vpx/vpx_codec.h b/deps/vpx/include/vpx/vpx_codec.h similarity index 100% rename from vpx/include/vpx/vpx_codec.h rename to deps/vpx/include/vpx/vpx_codec.h diff --git a/vpx/include/vpx/vpx_decoder.h b/deps/vpx/include/vpx/vpx_decoder.h similarity index 100% rename from vpx/include/vpx/vpx_decoder.h rename to deps/vpx/include/vpx/vpx_decoder.h diff --git a/vpx/include/vpx/vpx_encoder.h b/deps/vpx/include/vpx/vpx_encoder.h similarity index 100% rename from vpx/include/vpx/vpx_encoder.h rename to deps/vpx/include/vpx/vpx_encoder.h diff --git a/vpx/include/vpx/vpx_frame_buffer.h b/deps/vpx/include/vpx/vpx_frame_buffer.h similarity index 100% rename from vpx/include/vpx/vpx_frame_buffer.h rename to deps/vpx/include/vpx/vpx_frame_buffer.h diff --git a/vpx/include/vpx/vpx_image.h b/deps/vpx/include/vpx/vpx_image.h similarity index 100% rename from vpx/include/vpx/vpx_image.h rename to deps/vpx/include/vpx/vpx_image.h diff --git a/vpx/include/vpx/vpx_integer.h b/deps/vpx/include/vpx/vpx_integer.h similarity index 100% rename from vpx/include/vpx/vpx_integer.h rename to deps/vpx/include/vpx/vpx_integer.h diff --git a/vpx/lib/libvpx.a b/deps/vpx/lib/libvpx.a similarity index 100% rename from vpx/lib/libvpx.a rename to deps/vpx/lib/libvpx.a diff --git a/zmusic/include/zmusic.h b/deps/zmusic/include/zmusic.h similarity index 100% rename from zmusic/include/zmusic.h rename to deps/zmusic/include/zmusic.h diff --git a/zmusic/lib/libzmusic.a b/deps/zmusic/lib/libzmusic.a similarity index 100% rename from zmusic/lib/libzmusic.a rename to deps/zmusic/lib/libzmusic.a diff --git a/zmusic/lib/libzmusiclite.a b/deps/zmusic/lib/libzmusiclite.a similarity index 100% rename from zmusic/lib/libzmusiclite.a rename to deps/zmusic/lib/libzmusiclite.a