Skip to content
Snippets Groups Projects
Commit 04cc56da authored by Jerome Humbert's avatar Jerome Humbert
Browse files

Disable nightly CI and add README disclaimer

Bevy 0.6.0 is broken for nightly, which breaks all `docs.rs` builds.
Remove nightly CI and add a README warning until this is fixed in 0.6.1.
parent 2947ea0b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
toolchain: [stable, nightly]
toolchain: [stable]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
......
......@@ -8,6 +8,8 @@
Tweening animation plugin for the Bevy game engine.
⚠ _Bevy 0.6.0 does not build with the `nightly` toolchain. This breaks `docs.rs` builds. A fix is expected for 0.6.1._
## Features
- [x] Animate any field of any component or asset, including custom ones.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment