Skip to content
Snippets Groups Projects
Commit bafeece5 authored by John Mitchell's avatar John Mitchell
Browse files

Updated readme/cargo to v0.2.

parent c8437b38
No related branches found
No related tags found
No related merge requests found
[package]
name = "kayak_ui"
description = "A UI library built using the bevy game engine!"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
resolver = "2"
authors = ["John Mitchell"]
......
......@@ -47,13 +47,14 @@ Kayak UI is in the very early stages of development. Important features are miss
Use bevy `0.9`! Make sure the version of Kayak you are using uses the same version of bevy.
```rust
kayak_ui = "0.1"
kayak_ui = "0.2"
bevy = "0.9"
```
|bevy|kayak_ui|
|---|---|
|`main`|`bevy-track`|
|0.9|0.2|
|0.9|0.1|
## Check out the book!
......
......@@ -2,7 +2,7 @@
Kayak UI is quite easy to setup! First make sure you add it to your cargo.toml file in your project.
```toml
kayak_ui = "0.1"
kayak_ui = "0.2"
```
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_6.md)
......
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