Skip to content

Commit

Permalink
Fix incorrect vulkanalia version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuigda authored Aug 23, 2024
1 parent 6c4d056 commit 3385bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/development_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ png = "0.17"
pretty_env_logger = "0.4"
thiserror = "1"
tobj = { version = "3", features = ["log"] }
vulkanalia = { version = "=0.21.0", features = ["libloading", "provisional", "window"] }
vulkanalia = { version = "=0.22.0", features = ["libloading", "provisional", "window"] }
winit = "0.28"
```

Expand Down

0 comments on commit 3385bcc

Please sign in to comment.