gdnative-sys 0.5.0

Generated bindings to the Godot game engine's gdnative core types (See the gdnative crate).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gdnative-sys"
authors = ["The godot-rust developers"]
description = "Generated bindings to the Godot game engine's gdnative core types (See the gdnative crate)."
documentation = "https://docs.rs/crate/gdnative-sys"
repository = "https://github.com/GodotNativeTools/godot-rust"
version = "0.5.0"
build = "build.rs"
license = "MIT"
workspace = ".."

[dependencies]
libc = "0.2"

[build-dependencies]
bindgen = "0.30.0"