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

Remove Bevy disclaimer, re-add nightly CI

Bevy 0.6.1 was released which fixes nightly builds. Re-add nightly
toolchain to CI and remove the disclaimer from the README.
parent f947353f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
toolchain: [stable]
toolchain: [stable, nightly]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
......
......@@ -8,8 +8,6 @@
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