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:
@@ -5,8 +5,19 @@
|
||||
"origin": "Open 3D Engine - o3de.org",
|
||||
"type": "Code",
|
||||
"summary": "The Multiplayer Gem provides a public API for multiplayer functionality such as connecting and hosting.",
|
||||
"canonical_tags": ["Gem"],
|
||||
"user_tags": ["Multiplayer", "Network", "Framework"],
|
||||
"canonical_tags": [
|
||||
"Gem"
|
||||
],
|
||||
"user_tags": [
|
||||
"Multiplayer",
|
||||
"Network",
|
||||
"Framework"
|
||||
],
|
||||
"icon_path": "preview.png",
|
||||
"requirements": ""
|
||||
"requirements": "",
|
||||
"dependencies": [
|
||||
"CertificateManager",
|
||||
"Atom_Feature_Common",
|
||||
"ImGui"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user