gdnative 0.9.0-preview.0

The Godot game engine's gdnative bindings.
Documentation
[dependencies.gdnative-bindings]
optional = true
version = "=0.9.0-preview.0"

[dependencies.gdnative-core]
version = "=0.9.0-preview.0"

[dependencies.gdnative-derive]
version = "=0.9.0-preview.0"

[features]
bindings = ["gdnative-bindings"]
default = ["bindings"]
formatted = ["gdnative-bindings/formatted", "gdnative-bindings/one_class_one_file"]
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"
readme = "../README.md"
repository = "https://github.com/godot-rust/godot-rust"
version = "0.9.0-preview.0"
[package.metadata.docs.rs]
all-features = true