[package]
name = "vortex-mesh"
version = "1.0.1"
edition = "2024"
authors = ["Jay Churchill"]
license = "MIT"
description = "Converts .obj files to Vortex parts."
repository = "https://github.com/rtificr/vortex-mesh"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
glam = "0.33.3"
tobj = "4.0.5"
vortex-project = "1.0.1"