bevy_ads_common 0.1.0

Basic crate for Bevy game engine ads integration.
Documentation
1
2
3
4
5
6
7
8
9
# Bevy Ads Common

Basic crate for Bevy game engine ads integration.

Provides a unified interface and data structures that other crates can implement to integrate with various ad networks. As part of this, it also provides a mockup implementation for testing purposes, which can be enabled by enabling the `mockup` feature.

## Licence

MIT OR Apache-2.0