16 lines
462 B
TOML
16 lines
462 B
TOML
[package]
|
|
name = "cord-decompile"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Mesh decompiler — STL/OBJ/3MF to SDF tree via RANSAC and monogenic classification"
|
|
license = "MIT"
|
|
repository = "https://github.com/pszsh/cord"
|
|
keywords = ["decompile", "mesh", "sdf", "stl", "reverse-engineering"]
|
|
categories = ["graphics", "mathematics"]
|
|
|
|
[dependencies]
|
|
cord-sdf = { path = "../cord-sdf" }
|
|
cord-riesz = { path = "../cord-riesz" }
|
|
anyhow = "1"
|
|
threemf = "0.8"
|