bump kittycad.rs (#2196)

* update lib

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fix tests

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-22 20:46:54 -07:00
committed by GitHub
parent aafbaf6c50
commit 00da062586
21 changed files with 38 additions and 38 deletions

View File

@ -1517,12 +1517,12 @@ async fn inner_bezier_curve(
ModelingCmd::ExtendPath {
path: sketch_group.id,
segment: kittycad::types::PathSegment::Bezier {
control1: Point3D {
control_1: Point3D {
x: data.control1[0],
y: data.control1[1],
z: 0.0,
},
control2: Point3D {
control_2: Point3D {
x: data.control2[0],
y: data.control2[1],
z: 0.0,