gdnative_bindings_generator 0.11.0

Generates bindings for the Godot engine's gdnative classes from a json api description file.
Documentation
[dependencies.heck]
version = "0.4"

[dependencies.miniserde]
version = "0.1.16"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.regex]
default-features = false
features = ["std"]
version = "1.5.5"

[dependencies.roxmltree]
version = "0.15"

[dependencies.syn]
features = ["full", "extra-traits", "visit"]
version = "1"

[dependencies.unindent]
version = "0.1.5"

[dependencies.which]
optional = true
version = "4"

[features]
custom-godot = ["which"]
debug = []

[package]
authors = ["The godot-rust developers"]
description = "Generates bindings for the Godot engine's gdnative classes from a json api description file."
documentation = "https://docs.rs/crate/gdnative_bindings_generator"
edition = "2021"
homepage = "https://godot-rust.github.io/"
license = "MIT"
name = "gdnative_bindings_generator"
repository = "https://github.com/godot-rust/godot-rust"
resolver = "1"
rust-version = "1.63"
version = "0.11.0"