Skip to content

Commit

Permalink
rename main function
Browse files Browse the repository at this point in the history
  • Loading branch information
MattFerraro committed May 12, 2024
1 parent 9066c6a commit 83ffab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cadmium/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ use truck_shapeops::{and, or, ShapeOpsCurve, ShapeOpsSurface};
use truck_topology::{Shell, Solid};

fn main() {
stacked_cubes();
simple_cube();
}

fn stacked_cubes() {
fn simple_cube() {
let mut el = EvolutionLog::new();

let workbench_id = el.append(Operation::CreateWorkbench {
Expand Down

0 comments on commit 83ffab7

Please sign in to comment.