Skip to content

Commit

Permalink
Bump version to v0.2.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salzian authored Sep 16, 2023
1 parent e7f088a commit 1d92a2f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .idea/rust.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name = "bevy_fmod"
description = "Idiomatic FMOD in Bevy"
authors = ["Fabian 'Salzian' Fritzsche <bevy_fmod@salzian.dev>"]
repository = "https://github.com/salzian/bevy_fmod"
version = "0.1.0"
version = "0.2.0"
license = "MIT OR Apache-2.0"

[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.75"
bevy = { version = "0.11.2", default-features = false }
bevy_mod_sysfail = "3.0.0"
libfmod = { path = "../libfmod", version = "2.2.607" }
libfmod = "2.2.607"

[dev-dependencies]
# The hello_world example needs the default features of bevy
Expand Down
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# bevy_fmod

![Latest compatible Bevy version](https://img.shields.io/badge/Bevy-0.11.0-informational)
![Latest compatible FMOD version](https://img.shields.io/badge/FMOD-2.02.12-informational)
![GitHub](https://img.shields.io/github/license/salzian/bevy_fmod)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/salzian/bevy_fmod)
![Latest compatible Bevy version][Bevy 0.11.2 img]
![Latest compatible FMOD version][FMOD 2.02.12 img]
![License][License img]
![GitHub release][GitHub release img]

This crate aims to provide an idiomatic [Bevy] plugin for FMOD. This crate wraps [`libfmod`][libfmod].

Expand Down Expand Up @@ -52,20 +52,21 @@ project: `./demo_project`.

## Versioning

| bevy_fmod | Bevy | FMOD |
|-----------|-------------------------------------------|-------------------------------------------------------|
| 0.1.0 | [![0.11.0][Bevy 0.11.0 img]][Bevy 0.11.0] | [![2.02.12][FMOD 2.02.12 img]][FMOD revision history] |
| 0.0.1 | [![0.10.0][Bevy 0.10.0 img]][Bevy 0.10.0] | [![2.02.12][FMOD 2.02.12 img]][FMOD revision history] |
| bevy_fmod | Bevy | FMOD (tested version, newer may work) |
|-----------|-----------------------------------------|-------------------------------------------------------|
| 0.2.0 | [![0.11.2][Bevy 0.11.2 img]][Bevy 0.11] | [![2.02.12][FMOD 2.02.12 img]][FMOD revision history] |
| 0.1.0 | [![0.10.0][Bevy 0.10.0 img]][Bevy 0.10] | [![2.02.12][FMOD 2.02.12 img]][FMOD revision history] |
| 0.0.1 | [![0.10.0][Bevy 0.10.0 img]][Bevy 0.10] | [![2.02.12][FMOD 2.02.12 img]][FMOD revision history] |

[Bevy]: https://bevyengine.org

[Bevy 0.10.0]: https://bevyengine.org/news/bevy-0-10/
[Bevy 0.10]: https://bevyengine.org/news/bevy-0-10/

[Bevy 0.11.0]: https://bevyengine.org/news/bevy-0-11/
[Bevy 0.11]: https://bevyengine.org/news/bevy-0-11/

[Bevy 0.10.0 img]: https://img.shields.io/badge/Bevy-0.10.0-informational
[Bevy 0.10.0 img]: https://img.shields.io/badge/Bevy-0.10.0-232326

[Bevy 0.11.0 img]: https://img.shields.io/badge/Bevy-0.11.0-informational
[Bevy 0.11.2 img]: https://img.shields.io/badge/Bevy-0.11.2-232326

[FMOD licensing]: https://fmod.com/licensing

Expand All @@ -75,10 +76,14 @@ project: `./demo_project`.

[FMOD revision history]: https://www.fmod.com/docs/2.02/studio/welcome-to-fmod-studio-revision-history.html

[FMOD 2.02.12 img]: https://img.shields.io/badge/FMOD-2.02.12-informational
[FMOD 2.02.12 img]: https://img.shields.io/badge/FMOD-2.02.12-black

[libfmod]: https://github.com/lebedec/libfmod

[demo_project]: https://drive.google.com/file/d/13Mxq_jEHXDLuam6M9whNowGUf_KBGKTU/view?usp=sharing

[salzian]: https://salzian.dev

[License img]: https://img.shields.io/badge/License-MIT%20OR%20Apache%202.0-informal

[GitHub release img]: https://img.shields.io/github/v/release/Salzian/bevy_fmod?filter=v*

0 comments on commit 1d92a2f

Please sign in to comment.