Neopallium / bevy_water

Dynamic ocean material for Bevy.
https://neopallium.github.io/bevy_water/
136 stars 12 forks source link

upgrade to 0.13 #27

Closed ethereumdegen closed 7 months ago

Neopallium commented 7 months ago

Updated to support bevy 0.13, but it will need to wait for the 0.13.1 fix release. The water shader depends on globals for the time, which was fixed here: https://github.com/bevyengine/bevy/pull/12032

Neopallium commented 7 months ago

I went ahead and published version 0.13.0 to support bevy v0.13.1

You will need:

[patch.crates-io]
bevy = { git = "https://github.com/bevyengine/bevy.git", branch = "release-0.13.1" }

In your Cargo.toml file until bevy v0.13.1 is released.