Skip to content

Commit 95626a1

Browse files
committed
Validation was complaining about missing reference to imgui module
1 parent 09ac530 commit 95626a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/com.unity.inputsystem/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"xr"
1616
],
1717
"dependencies": {
18-
"com.unity.modules.jsonserialize": "1.0.0"
18+
"com.unity.modules.jsonserialize": "1.0.0",
19+
"com.unity.modules.imgui": "1.0.0"
1920
}
2021
}

0 commit comments

Comments
 (0)