SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
594 B

4 years ago
  1. {
  2. "name": "com.unity.subsystemregistration",
  3. "displayName": "Subsystem Registration",
  4. "version": "1.0.6",
  5. "unity": "2018.3",
  6. "description": "Provides internal registration mechanism for standalone subsystems. It allows a standalone subsystem to inform the Subsystem Manager of its existence.",
  7. "keywords": [
  8. "subsystem",
  9. "registration",
  10. "internal"
  11. ],
  12. "dependencies": {},
  13. "repository": {
  14. "type": "git",
  15. "url": "git@github.cds.internal.unity3d.com:unity/com.unity.subsystemregistration.git",
  16. "revision": "0b4157c6c0a160c51e74ead305aee77e6f29527d"
  17. }
  18. }