cargo/getting-started #1217
Replies: 2 comments 1 reply
-
咦,这里都没人看的吗 |
Beta Was this translation helpful? Give feedback.
1 reply
-
请教大家一个问题:workspace 中两个crate分别引入了一个依赖包有冲突的两个特性,怎么解决 # compile_error!("`vendored` and `module` features are mutually exclusive");
# crate 1
mlua = { version = "0.10.2", features = ["lua54", "module"] }
# crate 2
mlua = { version = "0.10.2", features = ["lua54", "vendored"] }
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cargo/getting-started
https://course.rs/cargo/getting-started.html
Beta Was this translation helpful? Give feedback.
All reactions