How i can compile both android\ios and pc? #18014
Unanswered
mrAndersen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I am trying to compile my project for both android and pc and made the following structure:
Basically i divided the project into libraries for more convince, and now when I am trying to compile client_android I am getting
error: crate `bevy_dylib` required to be available in rlib format, but was not found in this form
fare enough because client_common contains all the bevy code and is indeed a rust library and uses dynamic_linking feature. The question is how i can organize that properly to work?Beta Was this translation helpful? Give feedback.
All reactions