{
  "cksum": "261ee6c0aeb2957e50e0f15f939467cca8f5a692f5e4cbdae1138ab1361b14b1",
  "crate_file": "scenix-1.2.0.crate",
  "crate_url": "https://static.crates.io/crates/scenix/scenix-1.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pollster",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-animato",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-camera",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-core",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-helpers",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-input",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-light",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-loader",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-material",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-math",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-mesh",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-post",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-raycaster",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-renderer",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-scene",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-texture",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scenix-wasm",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    }
  ],
  "features": {
    "approx": [
      "scenix-math/approx"
    ],
    "gpu": [
      "scenix-core/gpu"
    ],
    "libm": [
      "scenix-math/libm"
    ]
  },
  "features2": {
    "animato": [
      "dep:scenix-animato"
    ],
    "camera": [
      "dep:scenix-camera"
    ],
    "default": [
      "std",
      "scene",
      "camera",
      "mesh",
      "material",
      "light",
      "texture",
      "raycaster",
      "helpers"
    ],
    "helpers": [
      "dep:scenix-helpers"
    ],
    "light": [
      "dep:scenix-light"
    ],
    "loader": [
      "dep:scenix-loader"
    ],
    "material": [
      "dep:scenix-material"
    ],
    "mesh": [
      "dep:scenix-mesh"
    ],
    "post": [
      "dep:scenix-post",
      "scenix-renderer?/post"
    ],
    "raycaster": [
      "dep:scenix-raycaster"
    ],
    "renderer": [
      "dep:scenix-renderer"
    ],
    "scene": [
      "dep:scenix-scene"
    ],
    "serde": [
      "scenix-math/serde",
      "scenix-core/serde",
      "scenix-input/serde",
      "scenix-scene?/serde",
      "scenix-camera?/serde",
      "scenix-mesh?/serde",
      "scenix-material?/serde",
      "scenix-light?/serde",
      "scenix-texture?/serde",
      "scenix-loader?/serde",
      "scenix-post?/serde",
      "scenix-renderer?/serde",
      "scenix-raycaster?/serde",
      "scenix-helpers?/serde",
      "scenix-animato?/serde",
      "scenix-wasm?/serde"
    ],
    "std": [
      "scenix-math/std",
      "scenix-core/std",
      "scenix-input/std",
      "scenix-scene?/std",
      "scenix-camera?/std",
      "scenix-mesh?/std",
      "scenix-material?/std",
      "scenix-light?/std",
      "scenix-texture?/std",
      "scenix-loader?/std",
      "scenix-post?/std",
      "scenix-renderer?/std",
      "scenix-raycaster?/std",
      "scenix-helpers?/std",
      "scenix-animato?/std",
      "scenix-wasm?/std"
    ],
    "texture": [
      "dep:scenix-texture"
    ],
    "wasm": [
      "dep:scenix-wasm"
    ]
  },
  "index_path": "sc/en/scenix",
  "name": "scenix",
  "pubtime": "2026-06-13T08:44:59Z",
  "rust_version": "1.89",
  "v": 2,
  "vers": "1.2.0",
  "yanked": false
}
