Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/camera-plugin-sdk-compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ streamlib = { version = "0.16.0" }
streamlib-plugin-sdk = { version = "0.16.0" }
streamlib-macros = { version = "0.16.0" }
streamlib-plugin-abi = { version = "0.16.0" }
streamlib-jtd-codegen = { version = "0.16.0" }
tracing = { version = "0.1.41", features = ["release_max_level_debug"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
2 changes: 0 additions & 2 deletions examples/camera-plugin-sdk-compute/plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ publish = false
path = "_generated_rust_crate_root_/lib.rs"
crate-type = ["rlib", "cdylib"]

[build-dependencies]
streamlib-jtd-codegen = { workspace = true }

[dependencies]
# Engine-free authoring SDK — the whole point of this example. NO `streamlib`
Expand Down
57 changes: 0 additions & 57 deletions examples/camera-plugin-sdk-compute/plugin/build.rs

This file was deleted.

32 changes: 0 additions & 32 deletions examples/camera-plugin-sdk-compute/plugin/streamlib.yaml

This file was deleted.

1 change: 0 additions & 1 deletion examples/camera-python-display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ streamlib = { version = "0.16.0" }
# Engine-free authoring SDK chain — used by the `effects` plugin cdylib.
streamlib-plugin-sdk = { version = "0.16.0" }
streamlib-macros = { version = "0.16.0" }
streamlib-jtd-codegen = { version = "0.16.0" }
streamlib-plugin-abi = { version = "0.16.0" }
streamlib-adapter-abi = { version = "0.16.0" }
streamlib-consumer-rhi = { version = "0.16.0" }
Expand Down
2 changes: 0 additions & 2 deletions examples/camera-python-display/effects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ publish = false
path = "_generated_rust_crate_root_/lib.rs"
crate-type = ["rlib", "cdylib"]

[build-dependencies]
streamlib-jtd-codegen = { workspace = true }

[dependencies]
# Engine-free authoring SDK — the whole point of this example. NO `streamlib`
Expand Down
99 changes: 0 additions & 99 deletions examples/camera-python-display/effects/build.rs

This file was deleted.

75 changes: 0 additions & 75 deletions examples/camera-python-display/effects/streamlib.yaml

This file was deleted.

79 changes: 0 additions & 79 deletions examples/camera-python-display/python/streamlib.yaml

This file was deleted.

Loading
Loading