gdrust_collision 0.1.2

Collision tools for Rust Godot development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!

# Collision tools

## Features

## Usage

*/

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