Skip to content

Commit 9b3c92c

Browse files
David Klinedavidkline-ms
authored andcommitted
Merge pull request #8744 from tarukosu/docs/fix-table-in-mrtk-packages
Fix table in MRTK_Packages document
1 parent 7fe2c18 commit 9b3c92c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/Packaging/MRTK_Packages.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The MRTK Foundation package contains the following.
7373
| | [BoundarySystem](../Boundary/BoundarySystemGettingStarted.md) | System implementing VR boundary support. |
7474
| | [CameraSystem](../CameraSystem/CameraSystemOverview.md) | System implementing camera configuration and management. |
7575
| | [DiagnosticsSystem](../Diagnostics/DiagnosticsSystemGettingStarted.md) | System implementing in application diagnostics, for example a visual profiler. |
76-
? | [InputSystem](../Input/Overview.md) | System providing support for accessing and handling user input. |
76+
| | [InputSystem](../Input/Overview.md) | System providing support for accessing and handling user input. |
7777
| | [SceneSystem](../SceneSystem/SceneSystemGettingStarted.md) | System providing multi-scene application support. |
7878
| | [SpatialAwarenessSystem](../SpatialAwareness/SpatialAwarenessGettingStarted.md) | System providing support for awareness of the user's environment. |
7979
| | [TeleportSystem](../TeleportSystem/Overview.md) | System providing support for teleporting (moving about the experience in jumps). |
@@ -198,7 +198,7 @@ The foundation package (`com.microsoft.mixedreality.toolkit.foundation`) forms t
198198
| | [BoundarySystem](../Boundary/BoundarySystemGettingStarted.md) | System implementing VR boundary support. |
199199
| | [CameraSystem](../CameraSystem/CameraSystemOverview.md) | System implementing camera configuration and management. |
200200
| | [DiagnosticsSystem](../Diagnostics/DiagnosticsSystemGettingStarted.md) | System implementing in application diagnostics, for example a visual profiler. |
201-
? | [InputSystem](../Input/Overview.md) | System providing support for accessing and handling user input. |
201+
| | [InputSystem](../Input/Overview.md) | System providing support for accessing and handling user input. |
202202
| | [SceneSystem](../SceneSystem/SceneSystemGettingStarted.md) | System providing multi-scene application support. |
203203
| | [SpatialAwarenessSystem](../SpatialAwareness/SpatialAwarenessGettingStarted.md) | System providing support for awareness of the user's environment. |
204204
| | [TeleportSystem](../TeleportSystem/Overview.md) | System providing support for teleporting (moving about the experience in jumps). |
@@ -271,7 +271,9 @@ The optional test utilities package (`com.microsoft.mixedreality.toolkit.testuti
271271
| --- | --- | --- |
272272
| MRTK/Tests | |
273273
| | TestUtilities | Methods to simplify creation of play mode tests, including hand simulation utilities. |
274+
274275
Dependencies:
276+
275277
- Foundation (`com.microsoft.mixedreality.toolkit.foundation`)
276278

277279
### Examples package

0 commit comments

Comments
 (0)