[package]
name = "roxlap-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
rust-version.workspace = true
description = "Command-line asset tool for the roxlap voxel engine — convert MagicaVoxel .vox, .kv6 sprites and GIF/PNG billboards between the engine formats, plus asset + scene-snapshot inspection."
documentation = "https://docs.rs/roxlap-cli"
keywords = ["voxel", "magicavoxel", "kv6", "voxlap", "cli"]
categories = ["command-line-utilities", "game-development"]
readme.workspace = true
[dependencies]
roxlap-formats = { path = "../roxlap-formats", version = "0.26", features = ["gif", "png"] }
roxlap-scene = { path = "../roxlap-scene", version = "0.26" }
glam = { workspace = true }
[dev-dependencies]
gif = { workspace = true }
png = { workspace = true }
[lints]
workspace = true