pixels/MSRV.md
Jay Oster 051a523ee6
Update wgpu to 0.13 (#300)
* Intial work towards wgpu 0.13

* Increase MSRV for egui

* Add missing texture formats

* Update fermium

- Replaces beryllium with our own hand-rolled high-level abstraction
  layer for SDL2.

* Update dependencies

Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
2022-08-17 17:30:04 -07:00

1.3 KiB

Minimum Supported Rust Version

pixels version rustc version
0.10.0 1.61.0
0.9.0 1.57.0
0.8.0 1.52.0
0.7.0 1.52.0
0.6.0 1.52.0
0.5.0 1.52.0
0.4.0 1.52.0
0.3.0 1.51.0
0.2.0 1.41.0
0.1.0 1.41.0
0.0.4 1.40.0
0.0.3 1.40.0
0.0.2 1.36.0
0.0.1 1.36.0

Policy

The table above will be kept up-to-date in lock-step with CI on the main branch in GitHub. It may contain information about unreleased and yanked versions. It is the user's responsibility to consult with the pixels versions page on crates.io to verify version status.

The MSRV will be chosen as the minimum version of rustc that can successfully pass CI, including documentation, lints, and all examples. For this reason, the minimum version supported may be higher than the minimum version required to compile the pixels crate itself. See Cargo.toml for the minimal Rust version required to build the crate alone.