gdnative-physics 0.6.0

The Godot game engine's gdnative physics bindings.
Documentation
[package]
name = "gdnative-physics"
authors = ["The godot-rust developers"]
description = "The Godot game engine's gdnative physics bindings."
documentation = "https://docs.rs/crate/gdnative"
repository = "https://github.com/GodotNativeTools/godot-rust"
version = "0.6.0"
license = "MIT"
workspace = ".."

[features]
gd_test = []

[dependencies]
gdnative-common = { path = "../common", version = "0.6.0" }

[build-dependencies]
gdnative_bindings_generator = { path = "../bindings_generator", version = "0.3.0" }