Cargo Features

[dependencies]
voxel-tiler-core = { version = "0.3.2", default-features = false, features = ["jamalloc", "ply", "las", "image"] }
default = jamalloc

The jamalloc feature is set by default whenever voxel-tiler-core is added without default-features = false somewhere in the dependency tree.

jamalloc default

Enables tikv-jemallocator

ply

Enables ply-rs

Affects voxel-tiler-core::ply

las

Enables las ^0.8.7 and laz

Affects voxel-tiler-core::las

image

Enables image

Affects voxel-tiler-core::giaj_terrain