Skip to content

Commit c8ea77c

Browse files
committed
add note about 3rd-party node libraries
1 parent 4245627 commit c8ea77c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/custom_nodes/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8+
# NOTE: For 3rd-party node libraries, only import the `firewheel-core`
9+
# crate instead of the full firewheel crate, as it is more stable.
810
firewheel = { path = "../../" }
911
log.workspace = true
1012
atomic_float.workspace = true

0 commit comments

Comments
 (0)