mirror of
https://github.com/yewprint/yewprint
synced 2024-11-21 19:13:05 +00:00
Update README.md
Forgot to update the ref of the yew commits
This commit is contained in:
parent
272b8e72f0
commit
119ead376d
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@ Installation
|
|||
yewprint = { git = "https://github.com/cecton/yewprint.git", branch = "main" }
|
||||
|
||||
# right now you need a specific version of Yew to use Yewprint
|
||||
yew = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
|
||||
yew = { git = "https://github.com/yewstack/yew.git", rev = "db3170f629f" }
|
||||
|
||||
# other yew dependencies need to use this version
|
||||
# yew-router = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b" }
|
||||
# yewtil = { git = "https://github.com/yewstack/yew.git", rev = "1507c21b", features = ["pure"] }
|
||||
# yew-router = { git = "https://github.com/yewstack/yew.git", rev = "db3170f629f" }
|
||||
# yewtil = { git = "https://github.com/yewstack/yew.git", rev = "db3170f629f", features = ["pure"] }
|
||||
```
|
||||
|
||||
You will also need the CSS from blueprint. For that you can either include the
|
||||
|
|
Loading…
Reference in a new issue