gdrust_collision 0.1.0

Collision tools for Rust Godot development
Documentation
/*!
# Collision tools

Tools for collision detection and physics for Godot and Rust.

## Features

# TODO: Add features

## Usage

# TODO: Add usage examples

*/

/// Information about this package
pub mod version {
    /// Returns the current version of this package
    pub fn version() -> &'static str {
        env!("CARGO_PKG_VERSION")
    }
}