From 4201ca7d59edb4ed64568efed87f98c06d87b44b Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Wed, 14 Aug 2024 11:46:50 +0100 Subject: [PATCH] Final plan change i promise --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0547b05..a501643 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ particularly games. It provides: - [ ] Cross-platform windowing and graphics via [GLFW](https://glfw.org) - [ ] An Extensible WebGPU Renderer that supports both 2D and 3D - [ ] A Uniform Keyboard + Gamepad Input System -- [ ] A Custom Audio System, with optional intergration with [FMOD](https://github.com/jakubtomsu/odin-fmod) +- [ ] A Custom Audio System via [MiniAudio](https://miniaud.io) # More Information - [The BSD 3-clause License used in this project](/LICENSE)