Expand description
§gdrust_kit
A collection of helpful tools for Rust Godot development.
§Available Tools
Each tool can be enabled with its own feature flag:
pathfinding: Tools for pathfinding algorithmscollision: Tools for collision detection and physicsplayer_controller: Tools for managing player input and controlsutils: Utility tools
§Usage
[dependencies]
gdrust_kit = { version = "0.1", features = ["collision"] }Modules§
- version
- Version information for the meta package