You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSRV for this crate and the `vulkan`, `d3d12` and `metal` features is Rust **1.71**.
200
200
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**.
202
202
203
203
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.71**.
51
51
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**.
53
53
54
54
Any other features such as the `visualizer` (with all the `egui` dependencies) may have a higher requirement and are not tested in our CI.
0 commit comments