Browse Source

Remove rust-dataflow-url as it creates linking issue in Windows

tags/v0.3.0-rc
haixuanTao 2 years ago
parent
commit
e0e4539fb9
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      Cargo.toml

+ 4
- 3
Cargo.toml View File

@@ -96,9 +96,10 @@ name = "rust-ros2-dataflow"
path = "examples/rust-ros2-dataflow/run.rs"
required-features = ["ros2-examples"]

[[example]]
name = "rust-dataflow-url"
path = "examples/rust-dataflow-url/run.rs"
# Fix #192
# [[example]]
# name = "rust-dataflow-url"
# path = "examples/rust-dataflow-url/run.rs"

[[example]]
name = "cxx-dataflow"


Loading…
Cancel
Save