makepad/libs/remesh/Cargo.toml
Admin fbe877d746 Land glTF writers, remesh, PBR paint, and xatlas from rik2.
Animation/skin writers, COLOR_0, and the mesh tools the renderer uses.
2026-08-18 14:23:58 +02:00

15 lines
425 B
TOML

[package]
name = "makepad-remesh"
version = "0.1.0"
edition = "2021"
description = "CPU port of FaithC v1.5 (Faithful Contouring): mesh <-> sparse voxel token codec / remesher"
license = "MIT OR Apache-2.0"
[[bin]]
name = "makepad-remesh"
path = "src/main.rs"
[dependencies]
makepad-gltf = { path = "../gltf" }
makepad-csg-math = { path = "../csg/csg_math", features = ["threads"] }
makepad-xatlas = { path = "../xatlas" }