1
0
Fork 0

Refactoring to Unity Package

This commit is contained in:
Florian RICHER (MrDev023) 2019-06-03 17:27:56 +02:00
parent 3b1c06cf48
commit 4cf93f8bb0
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
30 changed files with 89 additions and 2 deletions

View file

@ -0,0 +1,22 @@
{
"name": "fr.mrdev023.portmidi",
"displayName": "Port Midi",
"version": "0.1.1-preview",
"unity": "2018.3",
"repository": {
"type": "git",
"url": "https://github.com/mrdev023/UNITY_PORTMIDI_WRAPPER.git",
"revision": "bdb556e64749c2dbd7218e31c080d48f3053388f"
},
"description": "PortMidi wrapper for Unity 3D. Compatibility for Mac OSX (64 bits only), Linux (64 bits only) and Windows (64 bits only)",
"keywords": [
"midi",
"portmidi",
"native",
"unity3d",
"64bits only",
"desktop only"
],
"dependencies": {
}
}