[package]
name = "godot-bindings"
version = "0.2.2"
edition = "2021"
rust-version = "1.80"
license = "MPL-2.0"
keywords = ["gamedev", "godot", "engine", "ffi", "sys"]
categories = ["game-engines", "graphics"]
description = "Internal crate used by godot-rust"
repository = "https://github.com/godot-rust/gdext"
homepage = "https://godot-rust.github.io"
[features]
experimental-wasm-nothreads = []
api-4-1 = []
api-4-1-1 = []
api-4-1-2 = []
api-4-1-3 = []
api-4-1-4 = []
api-4-2 = []
api-4-2-1 = []
api-4-2-2 = []
api-4-3 = []
default = []
api-custom = ["dep:bindgen", "dep:regex", "dep:which"]
api-custom-extheader = []
[dependencies]
gdextension-api = { version = "0.2.1", git = "https://github.com/godot-rust/godot4-prebuilt", branch = "releases" }
bindgen = { optional = true, version = "0.68", default-features = false, features = ["runtime"] }
regex = { optional = true, version = "1.5.5", default-features = false, features = ["std", "unicode-gencat"] }
which = { optional = true, version = "6" }
[dev-dependencies]
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode-gencat"] }
[package.metadata.docs.rs]
features = ["experimental-godot-api"]
rustdoc-args = ["--cfg", "published_docs"]