gdrust_player_controller 0.1.1

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

# Player controller 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")
    }
}