initial commit

This commit is contained in:
2025-12-25 10:23:02 -06:00
commit d5da9213aa
24 changed files with 4320 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "heterogeneous-polyhedral-units"
version = "0.1.0"
edition = "2024"
[dependencies]
kiss3d = "0.37.2"
z3 = "0.19.6"