Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

40
vendor/presser/CHANGELOG.md vendored Normal file
View File

@@ -0,0 +1,40 @@
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.3.1] - 2022-10-16
- Small documentation fixes
- Add example to docs
## 0.3.0 - 2022-10-16
- Open source repository
- Support `#[no_std]` via optional `std` feature
- Improve/revamp some documentation
## 0.2.1
- Re-word crate-level safety documentation
## 0.2.0
- Require Rust 1.64
- Added `copy_into_maybe_uninit_slice`
- Added `clone_into_maybe_uninit_slice`
- Remove optional `gpu-allocator` feature and support
## 0.1.1
- Added `maybe_uninit_slice_from_vec` helper function
<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/presser/compare/0.3.1...HEAD
[0.3.1]: https://github.com/EmbarkStudios/presser/compare/0.3.0...0.3.1