chore(build123d): create the build123d scafold that is not yet working

This commit is contained in:
2026-04-26 19:56:29 -05:00
parent fbaed7851b
commit e2f2abb1ac
10 changed files with 660 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@
outputs = {flake-parts, ...} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [
flake-parts.flakeModules.flakeModules
./build123d
./rust
];