bevy-api

Reference Bevy 0.18 crate modules, types, and cargo features.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/pastel-sketchbook/bevy-demo --skill bevy-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bevy-api
Source: https://github.com/pastel-sketchbook/bevy-demo/tree/main/.agents/skills/bevy-api
Command: npx skills add https://github.com/pastel-sketchbook/bevy-demo --skill bevy-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bevy API reference for Bevy 0.18 crate architecture, showing module layout, key types, and cargo feature profiles, to help developers understand and configure Bevy efficiently.

Core Features & Use Cases

  • Comprehensive crate map showing modules and their relationships
  • Guidance for selecting cargo features and profiles to optimize builds
  • Direct references to API docs and core Bevy crates for quick lookup

Quick Start

Look up a Bevy module or type in the API reference to understand its place in the crate.

Frequently Asked Questions about bevy-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the module structure of the Bevy 0.18 crate architecture?

The Bevy 0.18 crate architecture organizes modules and their relationships into a browsable map. This structure helps developers locate the specific module containing a type and understand the overall layout during integration.

How do I configure Cargo features for a Bevy 0.18 project?

To configure Cargo features for Bevy 0.18, use the provided feature profiles and guidance to select the appropriate flags. This optimizes builds by enabling only the necessary Bevy modules and functionalities.

How do I find which Bevy module contains a specific type?

Finding the Bevy module for a specific type is done by checking the API reference's module layout. It aggregates core crates and module references into browsable sections for quick lookup.

Where can I find official API documentation links for Bevy 0.18 core crates?

Official API documentation links for Bevy 0.18 core crates are aggregated within the crate map. These direct references allow quick lookup of type definitions and module details.

Does this Bevy 0.18 API reference include cargo feature profiles for optimizing builds?

Yes, the Bevy 0.18 API reference includes cargo feature profiles. It provides guidance for selecting features to optimize builds and understand the crate layout during integration.