Skip to content

Commit

Permalink
Mention metal in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlannyH committed Mar 4, 2024
1 parent 1ca24d9 commit 4ea1453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gpu-allocator = "0.25.0"

![Visualizer](visualizer.png)

This crate provides a fully written in Rust memory allocator for Vulkan and DirectX 12.
This crate provides a fully written in Rust memory allocator for Vulkan, DirectX 12 and Metal.

## [Windows-rs] and [winapi]

Expand Down Expand Up @@ -163,7 +163,7 @@ allocator.free(&allocation).unwrap();

## Minimum Supported Rust Version

The MSRV for this crate and the `vulkan` and `d3d12` features is Rust 1.65. Any other features such as the `visualizer` (with all the `egui` dependencies) may have a higher requirement and are not tested in our CI.
The MSRV for this crate and the `vulkan`, `d3d12` and `metal` features is Rust 1.65. Any other features such as the `visualizer` (with all the `egui` dependencies) may have a higher requirement and are not tested in our CI.

## License

Expand Down

0 comments on commit 4ea1453

Please sign in to comment.