Bump kittycad.rs (#2936)

* update kittycad.rs

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

* tauri bump

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

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-07-05 12:39:58 -07:00
committed by GitHub
parent fe28527ef9
commit 0a524d42f6
8 changed files with 21 additions and 12 deletions

View File

@ -37,6 +37,7 @@ async fn new_context(units: UnitLength) -> Result<ExecutorContext> {
units,
highlight_edges: true,
enable_ssao: false,
show_grid: false,
},
)
.await?;