update package to live in Runtime, add dependency

This commit is contained in:
Sean Stolberg 2020-09-24 13:44:31 -07:00
Родитель b348c07c21
Коммит 05411988e7
8 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -3,5 +3,8 @@
"displayName": "Unity Tests Metadata Manager",
"version": "0.1.0-preview",
"unity": "2019.4",
"description": "Used to manage custom metadata for Unity performance tests."
"description": "Used to manage custom metadata for Unity performance tests.",
"dependencies": {
"com.unity.test.performance.runtimesettings": "0.2.0-preview"
}
}