Skip to content

Commit

Permalink
Clarify custom bevy branch for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn committed Dec 14, 2021
1 parent 74769c2 commit 81fc2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Because bevy's new renderer is not released yet there is no crate on crates.io y
```rust
kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" }
kayak_widgets = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" }
bevy = { git="https://github.com/StarArawn/bevy", rev="{INSERT_COMMIT_SHA_HERE}" }
```

It's also worth mentioning that you will need to use the same bevy revision that this library uses which is currently: `bcca341d696c66d0173d8b0ac7a1b23b4b9e775c`.
Expand Down

0 comments on commit 81fc2a4

Please sign in to comment.