godot-sys 0.1.0

Bindings to the Godot GDNative API
Documentation
[package]
name = "godot-sys"
version = "0.1.0"
authors = ["Florian Hofmair <fhofmair@gmail.com>"]
description = "Bindings to the Godot GDNative API"
repository = "https://github.com/ImbaKnugel/godot-sys"
keywords = ["game", "engine", "ffi"]
license = "MIT"
build = "build.rs"

[dependencies]

[build-dependencies]
bindgen = "0.31.2"