bevy_webgate 0.2.0

A web server integration for the Bevy game engine that allows you to easily append a webserver to Bevy.
Documentation
{
  "message": "Hello from Bevy WebGate!",
  "timestamp": "2025-06-27T12:00:00Z",
  "server_info": {
    "name": "bevy_webgate",
    "version": "0.3.0",
    "framework": "Axum + Bevy"
  },
  "features": [
    "Static file serving",
    "Multi-port support",
    "ECS integration",
    "Async handlers"
  ],
  "demo_data": {
    "users": [
      {"id": 1, "name": "Alice", "role": "Developer"},
      {"id": 2, "name": "Bob", "role": "Designer"},
      {"id": 3, "name": "Charlie", "role": "DevOps"}
    ],
    "stats": {
      "requests_served": 42,
      "uptime_seconds": 3600,
      "active_connections": 5
    }
  }
}