Skip to content

Commit

Permalink
fix: specify local derive macro version
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Nov 5, 2024
1 parent 0da1284 commit 76ac395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ all-codecs = ["flac", "mp3", "ogg", "wav"]


[dependencies]
bevy_audio_controller_derive = { path = "./macros", version = "0.1.0" }

bevy = { version = "0.14", default-features = false, features = [
"bevy_audio",
"bevy_asset",
] }
bevy_audio_controller_derive = { path = "./macros" }

[build-dependencies]
symphonia = { version = "0.5", default-features = false }
Expand Down

0 comments on commit 76ac395

Please sign in to comment.