[dependencies.gdnative-bindings]
optional = true
version = "0.8.0"
[dependencies.gdnative-core]
version = "0.8.0"
[dependencies.gdnative-derive]
version = "0.8.0"
[features]
bindings = ["gdnative-bindings"]
default = ["bindings"]
gd_test = ["gdnative-core/gd_test"]
[package]
authors = ["The godot-rust developers"]
description = "The Godot game engine's gdnative bindings."
documentation = "https://docs.rs/crate/gdnative"
edition = "2018"
license = "MIT"
name = "gdnative"
repository = "https://github.com/GodotNativeTools/godot-rust"
version = "0.8.0"
[package.metadata.docs.rs]
all-features = true