Browse Source

Add `PortMidi` to `vendor:README.txt`.

Jeroen van Rijn 4 years ago
parent
commit
0d5a160409
1 changed files with 9 additions and 1 deletions
  1. 9 1
      vendor/README.md

+ 9 - 1
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.
+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.