breeze 0.2.0

A wrapper around Bevy for easier game development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "packages": {
    ".": {
      "release-type": "rust",
      "changelog-sections": [
        { "type": "feat", "section": "✨ Features" },
        { "type": "fix", "section": "🐛 Bug Fixes" },
        { "type": "perf", "section": "🚀 Performance Improvements" },
        { "type": "refactor", "section": "♻️ Code Refactoring", "hidden": false },
        { "type": "docs", "section": "📚 Documentation", "hidden": false }
      ]
    }
  }
}