gdnative-bindings 0.9.0

The Godot game engine's automatcally generated bindings to Godot classes.
Documentation
[package]
name = "gdnative-bindings"
authors = ["The godot-rust developers"]
description = "The Godot game engine's automatcally generated bindings to Godot classes."
documentation = "https://docs.rs/crate/gdnative-bindings"
repository = "https://github.com/godot-rust/godot-rust"
homepage = "https://godot-rust.github.io/"
version = "0.9.0"
license = "MIT"
workspace = ".."
edition = "2018"

[features]
formatted = []
one_class_one_file = []

[dependencies]
gdnative-sys = { path = "../gdnative-sys", version = "0.9.0" }
gdnative-core = { path = "../gdnative-core", version = "=0.9.0" }
libc = "0.2"
bitflags = "1.2"

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