mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-22 07:40:12 +00:00
trial to add package.json
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "com.cysharp.unitask",
|
||||||
|
"displayName": "UniTask",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"unity": "2018.3",
|
||||||
|
"description": "Provides an efficient async/await integration to Unity.",
|
||||||
|
"keywords": ["async/await", "async", "Task", "UniTask"],
|
||||||
|
"license": "MIT",
|
||||||
|
"category": "Task",
|
||||||
|
"dependencies": {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user