Fixing LyShine dependency in gem.json (#7728)

Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2022-02-17 14:01:20 -08:00
committed by GitHub
parent a20f48915e
commit aa2ba82cea
2 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -20,7 +20,6 @@
"Atom_Feature_Common",
"ImageProcessingAtom",
"Atom_Component_DebugCamera",
"CommonFeaturesAtom",
"LyShine"
"CommonFeaturesAtom"
]
}
+3 -1
View File
@@ -17,5 +17,7 @@
"icon_path": "preview.png",
"requirements": "",
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/ui/message-popup/",
"dependencies": []
"dependencies": [
"LyShine"
]
}