You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Versioning is a weird topic, as every Bevy release is a breaking release. Unless there is a need for a dependency matrix, I will stop maintaining it for now.
But, FMOD updates are infrequent and backwards compatible. So need for a badge for now.
- Download the "FMOD Engine" package for Windows. Make sure to select [a compatible version](#versioning).
37
+
38
+
- Download the "FMOD Engine" package for Windows.
38
39
- Install the package.
39
40
- You need the following 4 files in the root of your rust project:
40
41
-`api/core/lib/x64/fmod.dll`
@@ -44,9 +45,10 @@ This requires a free FMOD account.
44
45
45
46
### Linux
46
47
47
-
Below are the steps for a fairly minimal method to link the libraries. See the comments in [build.rs](https://github.com/Salzian/bevy_fmod/blob/main/build.rs) for more information.
48
+
Below are the steps for a fairly minimal method to link the libraries. See the comments
49
+
in [build.rs](https://github.com/Salzian/bevy_fmod/blob/main/build.rs) for more information.
48
50
49
-
- Download the "FMOD Engine" package for Linux. Make sure to select [a compatible version](#versioning).
51
+
- Download the "FMOD Engine" package for Linux.
50
52
- Create a new folder `fmod` in the root of your project.
51
53
- Extract the `api` folder into it.
52
54
- Copy the contents of [build.rs](https://github.com/Salzian/bevy_fmod/blob/main/build.rs) into your own build script.
@@ -84,29 +86,9 @@ to explicitly enable it with the `--features` flag. This way, you won't accident
84
86
cargo run --example minimal --features live-update
0 commit comments