bevy_ads_common 0.2.0

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

[![Crates.io](https://img.shields.io/crates/v/bevy_ads_common)](https://crates.io/crates/bevy_ads_common)
[![Documentation](https://docs.rs/bevy_ads_common/badge.svg)](https://docs.rs/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