Skip to content

Commit

Permalink
Update chapter_1.md to reflect crates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piturnah authored Nov 23, 2022
1 parent 3ac13d5 commit dfee635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions book/src/chapter_1.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Chapter 1 - Installing and hello world!
Kayak UI is quite easy to setup! First make sure you add it to your cargo.toml file in your project.

Because a crate has yet to be released this currently this looks like:
```toml
kayak_ui = { git = "https://github.com/StarArawn/kayak_ui/", rev = "9b212e230a5325a3ac6897390ded0bc358eebc80"}
kayak_ui = "0.1"
```

Once you've added Kayak UI to your bevy project you can now start to use it! In order for you to copy and run this in your own project don't forget to move the `roboto.kayak_font` and the `roboto.png` files to your asset folder. Optionally you can also generate your own font! See: [Chapter 5 - Fonts](./chapter_5.md)
Expand Down

0 comments on commit dfee635

Please sign in to comment.