Skip to content

Commit f93b1da

Browse files
committed
update README
1 parent b0b38a9 commit f93b1da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```toml
1414
[dependencies]
15-
gpu-allocator = "0.27.0"
15+
gpu-allocator = { version = "0.27.0" }
1616
```
1717

1818
![Visualizer](visualizer.png)
@@ -198,7 +198,7 @@ gpu-allocator = { version = "0.27", default-features = false }
198198

199199
The MSRV for this crate and the `vulkan`, `d3d12` and `metal` features is Rust **1.71**.
200200

201-
The `no_std` support requires version above **1.81** beacuase `no_std` support of dependency `thiserror` requires `core::error::Error` which is stabalized in **1.81**.
201+
The `no_std` support requires Rust **1.81** or higher because `no_std` support of dependency `thiserror` requires `core::error::Error` which is stabilized in **1.81**.
202202

203203
Any other features such as the `visualizer` (with all the `egui` dependencies) may have a higher requirement and are not tested in our CI.
204204

README.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
```toml
1414
[dependencies]
15-
gpu-allocator = "0.27.0"
15+
gpu-allocator = { version = "0.27.0" }
1616
```
1717

1818
![Visualizer](visualizer.png)
@@ -49,7 +49,7 @@ gpu-allocator = { version = "0.27", default-features = false }
4949

5050
The MSRV for this crate and the `vulkan`, `d3d12` and `metal` features is Rust **1.71**.
5151

52-
The `no_std` support requires version above **1.81** beacuase `no_std` support of dependency `thiserror` requires `core::error::Error` which is stabalized in **1.81**.
52+
The `no_std` support requires Rust **1.81** or higher because `no_std` support of dependency `thiserror` requires `core::error::Error` which is stabilized in **1.81**.
5353

5454
Any other features such as the `visualizer` (with all the `egui` dependencies) may have a higher requirement and are not tested in our CI.
5555

0 commit comments

Comments
 (0)