[package] name = "godot-sys" version = "0.1.0" authors = ["Florian Hofmair "] 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"