Cargo Features

LDtk has no features set by default.

[dependencies]
ldtk = { version = "0.4.1", features = ["ldtk-v0-7-0", "ldtk-v0-9-3", "download-schema", "local-schema"] }
default

By default no features are included, you *must* specify one of the below features

ldtk-v0-7-0 = local-schema

Specify one of these features to use a crate built-in schema

ldtk-v0-8-1 ldtk-v0-9-3 = local-schema
download-schema = isahc

Or specify this feature to download the schema automatically from GitHub

local-schema ldtk-v0-7-0? ldtk-v0-8-1? ldtk-v0-9-3?

Helper feature you don't provide directly

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.

isahc build download-schema?