# Fetching Third-Party Dependencies This project intentionally does NOT vendor large third-party libraries. Currently required: ## miniaudio Single-header audio library. Source: https://github.com/mackron/miniaudio Required file: - miniaudio.h Expected location: third_party/miniaudio.h ### Automatic fetch Use one of the provided scripts: - scripts/project_init.sh - scripts/project_init.bat ### Manual fetch Download miniaudio.h from: https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h and place it into: third_party/miniaudio.h