{
  "cksum": "8d393f65091ffeed58f601f3701881d8f9a3badc10c4777e7adbde5125bf5f1e",
  "crate_file": "gizmo-engine-0.1.3.crate",
  "crate_url": "https://static.crates.io/crates/gizmo-engine/gizmo-engine-0.1.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "egui",
      "optional": true,
      "req": "^0.28",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-ai",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "gizmo-app",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-audio",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-core",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-editor",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-math",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-physics-core",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-physics-dynamics",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-physics-rigid",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-physics-soft",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-renderer",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-scene",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-scripting",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-ui",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gizmo-window",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rayon",
      "optional": false,
      "req": "^1.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.44",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wgpu",
      "optional": true,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "winit",
      "optional": true,
      "req": "^0.29",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "audio": [
      "dep:gizmo-audio",
      "gizmo-app/audio"
    ],
    "default": [
      "window",
      "render",
      "audio",
      "physics",
      "physics-dynamics",
      "physics-soft",
      "scene",
      "editor",
      "ui"
    ],
    "editor": [
      "dep:gizmo-editor",
      "dep:egui",
      "gizmo-app/editor",
      "render"
    ],
    "headless": [
      "physics",
      "gizmo-app/headless"
    ],
    "physics": [
      "gizmo-app/physics",
      "dep:gizmo-physics-core",
      "dep:gizmo-physics-rigid"
    ],
    "physics-dynamics": [
      "dep:gizmo-physics-dynamics"
    ],
    "physics-soft": [
      "dep:gizmo-physics-soft"
    ],
    "render": [
      "gizmo-app/render",
      "dep:gizmo-renderer",
      "dep:wgpu",
      "dep:bytemuck",
      "window"
    ],
    "scene": [
      "dep:gizmo-scene",
      "gizmo-app/scene"
    ],
    "scripting": [
      "dep:gizmo-scripting"
    ],
    "ui": [
      "dep:gizmo-ui"
    ],
    "window": [
      "gizmo-app/window",
      "dep:winit",
      "dep:gizmo-window"
    ]
  },
  "index_path": "gi/zm/gizmo-engine",
  "name": "gizmo-engine",
  "pubtime": "2026-05-18T19:49:50Z",
  "v": 2,
  "vers": "0.1.3",
  "yanked": true
}
