Skip to content
Snippets Groups Projects
Commit 81fc2a4e authored by StarArawn's avatar StarArawn
Browse files

Clarify custom bevy branch for now.

parent 74769c20
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ Because bevy's new renderer is not released yet there is no crate on crates.io y ...@@ -47,6 +47,7 @@ Because bevy's new renderer is not released yet there is no crate on crates.io y
```rust ```rust
kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" } 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}" } 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`. It's also worth mentioning that you will need to use the same bevy revision that this library uses which is currently: `bcca341d696c66d0173d8b0ac7a1b23b4b9e775c`.
......
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