Integrating Google Play Services in a rust android app? #1
-
Hi there,
I was wondering if anyone has any information about how someone might go about using the google play services APIs from within a rust-based android app? Specifically from the point of view of a bevy game. I understand they are mostly just API calls, I know there are client libraries in java that can be included via the gradle build, but i'm not sure if those can/need to be referenced at all in order for things like google sign-in to work.
Appreciate any insight anyone can offer.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions
I recently ran into https://github.com/dodorare/crossbow which seems to provide a bunch of Google Play-related crates.
Replies: 2 comments 1 reply
-
I recently ran into https://github.com/dodorare/crossbow which seems to provide a bunch of Google Play-related crates.
Beta Was this translation helpful? Give feedback.
All reactions
-
holy crap, that looks perfect, thanks!
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
@JasonMiesionczek Did you manage an integration of google play services in your bevy app? If so, is there any open source code I could take a look at?
Beta Was this translation helpful? Give feedback.