Skip to content

Commit

Permalink
update to latest version of Yarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyDM committed Aug 14, 2024
1 parent 10d57c0 commit dfc186e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/quick_start_tutorial/adding_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ impl MyStyle {
back_quad: QuadStyle {
bg: background_hex(0x641e50),
border: border(hex(0xc83ca0), 2.0, radius(10.0)),
..Default::default()
},
text_padding: padding_all_same(10.0),
..Default::default() // 6
Expand Down
2 changes: 1 addition & 1 deletion src/quick_start_tutorial/setting_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
yarrow = { git = "https://github.com/MeadowlarkDAW/Yarrow.git", rev = "8911e3e102883316641431597bbc771f91350853" }
yarrow = { git = "https://github.com/MeadowlarkDAW/Yarrow.git", rev = "5030797d26d0dde0fb08c93e23f9ac3e001d4b8e" }
```

> Yarrow does not have a recent version published on crates.io yet, so you will need to use the git version for now.
Expand Down

0 comments on commit dfc186e

Please sign in to comment.