Skip to content
Snippets Groups Projects
Unverified Commit a80cc060 authored by John's avatar John Committed by GitHub
Browse files

Update README.md

parent 8a57acb2
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,9 @@ Kayak UI is in the very early stages of development. Important features are miss ...@@ -44,9 +44,9 @@ Kayak UI is in the very early stages of development. Important features are miss
Use bevy main! Make sure the version of Kayak you are using uses the same version of bevy. Use bevy main! Make sure the version of Kayak you are using uses the same version of bevy.
```rust ```rust
kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}", features = ["bevy_renderer"] } kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" }
bevy = { git = "https://github.com/bevyengine/bevy", rev="4bcf49b2ea6fb5f42388b0e15d204020053ee5c7" } bevy = { git = "https://github.com/bevyengine/bevy", rev="4bcf49b2ea6fb5f42388b0e15d204020053ee5c7" }
``` ```
## Check out the book! ## Check out the book!
[Kayak UI Book](./book/src/SUMMARY.md) [Kayak UI Book](./book/src/SUMMARY.md)
\ No newline at end of file
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