vortex-mesh 1.0.1

Converts .obj files to Vortex parts.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"