gdnative-core 0.8.0

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

[features]
gd_test = []

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

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