Skip to content

Conversation

@sayrer
Copy link
Contributor

@sayrer sayrer commented Nov 27, 2025

This is just a start. I am not sure how the lockfiles in examples/using_cxx were generated. This does work for me, but I don't have all the lockfiles that the examples do.

@sayrer
Copy link
Contributor Author

sayrer commented Nov 27, 2025

I also had to call the rust_cxx_bridge macro this way, so that "cxx.h" would be available.

rust_cxx_bridge(
    name = "bridge",
    src = "src/lib.rs",
    deps = [
        "//3rdparty/crates:cxx_cc",
    ],
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant