Cargo Features

GDNative has no features set by default.

[dependencies]
gdnative = { version = "0.11.3", features = ["async", "custom-godot", "formatted", "ptrcall", "serde", "inventory", "gd-test", "type-tag-fallback"] }
default

Public

async = gdnative-async
custom-godot

Enables custom-godot of gdnative-bindings

formatted

Enables formatted and one-class-one-file of gdnative-bindings

ptrcall

Enables ptrcall of gdnative-bindings

serde

Enables serde of gdnative-core

inventory

Enables inventory of gdnative-core

gd-test

Internal

Enables gd-test of gdnative-core

type-tag-fallback

Enables type-tag-fallback of gdnative-core

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

gdnative-async async?