Skip to content
Discussion options

You must be logged in to vote

Sounds like you didn't add the dependencies in a platform dependent way, could that be? It would look something like this

[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
rfd = "123"

[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
ndk = "123"

Also did you know about our dialog plugin? It should work on desktop and mobile now.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@FabianLars
Comment options

@StepanZagray
Comment options

@FabianLars
Comment options

@StepanZagray
Comment options

@tempmail78326453432-glitch
Comment options

Answer selected by StepanZagray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants