Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 5, 2024
1 parent d935729 commit ddd0939
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kittycad==0.6.15
kittycad==0.6.16
4 changes: 2 additions & 2 deletions tutorials/websocket_tutorial/draw_cube_rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tutorials/websocket_tutorial/draw_cube_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
color-eyre = "0.6.3"
futures = "0.3.30"
image = "0.25.1"
kittycad = "0.3.6"
kittycad = "0.3.7"
reqwest = "0.11.23"
serde = "1.0.203"
serde_json = "1.0.120"
Expand Down
1 change: 1 addition & 0 deletions tutorials/websocket_tutorial/draw_cube_rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async fn main() -> Result<()> {
Some(30),
None,
None,
Some(true),
Some(false),
Some(480),
Some(640),
Expand Down
1 change: 1 addition & 0 deletions tutorials/websocket_tutorial/websocketexample.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def make_cube():
with modeling_commands_ws.WebSocket(
client=client,
fps=30,
show_grid=True,
unlocked_framerate=False,
post_effect="noeffect",
video_res_height=360,
Expand Down

0 comments on commit ddd0939

Please sign in to comment.