Initial gem dependencies (#4229)

These are immediate dependencies, and include many circular dependencies, largely amongst the Atom gems, as indicated by cmake

Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-09-22 11:56:53 -07:00
committed by GitHub
parent 7e153d7bb9
commit 20849655ea
103 changed files with 1100 additions and 307 deletions
+19 -3
View File
@@ -5,9 +5,25 @@
"origin": "Open 3D Engine - o3de.org",
"type": "Code",
"summary": "The Game State Samples Gem provides a set of sample game states (built on top of the Game State Gem), including primary user selection, main menu, level loading, level running, and level paused.",
"canonical_tags": ["Gem"],
"user_tags": ["Gameplay", "Sample", "Assets"],
"canonical_tags": [
"Gem"
],
"user_tags": [
"Gameplay",
"Sample",
"Assets"
],
"icon_path": "preview.png",
"requirements": "",
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/gameplay/game-state-samples/"
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/gameplay/game-state-samples/",
"dependencies": [
"GameState",
"LocalUser",
"LyShine",
"SaveData",
"MessagePopup",
"LmbrCentral",
"UiBasics",
"LyShineExamples"
]
}