aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-25 15:21:14 +0100
committergingerBill <bill@gingerbill.org>2021-08-25 15:21:14 +0100
commit224496dca7ce281cf45d6d9cac42a3dcc090dd79 (patch)
treea36c0dc8f6e861f60d37518b2c945f07efc2d506
parent1ef59417ef769066ae6fe5ad0637e746ab1cfe63 (diff)
parent0d5a1604099de4a168dfb36bab26e1eaeec2211a (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
-rw-r--r--vendor/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/vendor/README.md b/vendor/README.md
index 8aa840980..df521c20a 100644
--- a/vendor/README.md
+++ b/vendor/README.md
@@ -52,4 +52,12 @@ Bindings for the multi-platform library for OpenGL, OpenGL ES, Vulkan, window an
`GLFW.dll` and `GLFW.lib` are available under GLFW's [zlib/libpng](https://www.glfw.org/license.html) license.
-See also LICENSE.txt in the `glfw` directory itself. \ No newline at end of file
+See also LICENSE.txt in the `glfw` directory itself.
+
+## PortMidi
+
+[PortMidi](https://sourceforge.net/projects/portmedia/) Portable Real-Time MIDI Library.
+
+`portmidi_s.lib` is available under PortMidi's [MIT](https://sourceforge.net/projects/portmedia/) license.
+
+See also LICENSE.txt in the `portmidi` directory itself.