|
@@ -1,98 +1,20 @@
|
|
|
{
|
|
|
"gem_name": "AtomSampleViewerGem",
|
|
|
- "Dependencies": [
|
|
|
- {
|
|
|
- "Uuid": "e011969cf32442fdaac2443a960ab5ff",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1.0"
|
|
|
- ],
|
|
|
- "_comment": "Atom RHI DX12"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "150d40d376124d98a388dfe890551c03",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1.0"
|
|
|
- ],
|
|
|
- "_comment": "Atom RHI Vulkan"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "5f27cdc951e64fe0be9d823dc7acbc28",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1.0"
|
|
|
- ],
|
|
|
- "_comment": "Atom RHI Metal"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "a218db9eb2114477b46600fea4441a6c",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1.0"
|
|
|
- ],
|
|
|
- "_comment": "Atom RPI"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "013d1b42ad314c929b292c143bcbf045",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1"
|
|
|
- ],
|
|
|
- "_comment": "Atom.Component.DebugCamera"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "d32452026dae4b7dba2ad89dbde9c48f",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1"
|
|
|
- ],
|
|
|
- "_comment": "Atom.Asset.Shader"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "b58e5eed0901428ca78544b04dbd61bd",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1"
|
|
|
- ],
|
|
|
- "_comment": "Atom.Feature.Common"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "5c850809e890497c82cd9999ecb33250",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1"
|
|
|
- ],
|
|
|
- "_comment": "Atom.Utils"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "c7ff89ad6e8b4b45b2fadef2bcf12d6e",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1"
|
|
|
- ],
|
|
|
- "_comment": "Atom_Bootstrap"
|
|
|
- },
|
|
|
- {
|
|
|
- "Uuid": "b55b2738aa4a46c8b034fe98e6e5158b",
|
|
|
- "VersionConstraints": [
|
|
|
- "~>0.1"
|
|
|
- ],
|
|
|
- "_comment": "Atom_AtomBridge"
|
|
|
- }
|
|
|
+ "display_name": "AtomSampleViewerGem",
|
|
|
+ "license": "What license AtomSampleViewerGem uses goes here: i.e. Apache-2.0 or MIT",
|
|
|
+ "license_url": "Link to the license web site goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT",
|
|
|
+ "origin": "The name of the originator goes here. i.e. XYZ Inc.",
|
|
|
+ "origin_url": "The primary repo for AtomSampleViewerGem goes here: i.e. http://www.mydomain.com",
|
|
|
+ "type": "Code",
|
|
|
+ "summary": "A short description of AtomSampleViewerGem goes here.",
|
|
|
+ "canonical_tags": [
|
|
|
+ "Gem"
|
|
|
],
|
|
|
- "GemFormatVersion": 4,
|
|
|
- "Uuid": "2114099d7a8940c2813e93b8b417277e",
|
|
|
- "Name": "AtomSampleViewerGem",
|
|
|
- "DisplayName": "AtomSampleViewerGem",
|
|
|
- "Version": "0.1.0",
|
|
|
- "LinkType": "Dynamic",
|
|
|
- "Summary": "A short description of my Gem.",
|
|
|
- "Tags": ["Game", "Asset"],
|
|
|
- "IconPath": "preview.png",
|
|
|
- "IsGameGem": true,
|
|
|
- "Modules": [
|
|
|
- {
|
|
|
- "Type": "GameModule"
|
|
|
- },
|
|
|
- {
|
|
|
- "Name": "Tools",
|
|
|
- "Type": "EditorModule"
|
|
|
- },
|
|
|
- {
|
|
|
- "Name": "Lib",
|
|
|
- "Type": "StaticLib"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "user_tags": [
|
|
|
+ "AtomSampleViewerGem"
|
|
|
+ ],
|
|
|
+ "icon_path": "preview.png",
|
|
|
+ "requirements": "Notice of any requirements AtomSampleViewerGem has goes here. i.e. This requires X other gem",
|
|
|
+ "documentation_url": "Link to any documentation of AtomSampleViewerGem goes here: i.e. https://o3de.org/docs/user-guide/gems/reference/design/white-box/",
|
|
|
+ "dependencies": []
|
|
|
}
|