bump kittycad.rs (#348)

fixups

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-08-29 16:31:19 -07:00
committed by GitHub
parent 023af60781
commit 853389ba22
5 changed files with 16 additions and 10 deletions

View File

@ -96,6 +96,7 @@ impl<'a> Args<'a> {
engine,
}
}
pub fn send_modeling_cmd(&mut self, id: uuid::Uuid, cmd: kittycad::types::ModelingCmd) -> Result<(), KclError> {
self.engine.send_modeling_cmd(id, self.source_range, cmd)
}