bevy/crates/bevy_utils
Chris Juchem e08497dc8f
Replace bevy_utils::CowArc with atomicow (#14977)
# Objective

- Fixes https://github.com/bevyengine/bevy/issues/14975

## Solution

- Replace usages of `bevy_utils::CowArc` with `atomicow::CowArc`
- Remove bevy_utils::CowArc

## Testing

- `bevy_asset` test suite continues to pass.

---

## Migration Guide

`bevy_utils::CowArc` has moved to a new crate called
[atomicow](https://crates.io/crates/atomicow).
2024-08-30 00:43:07 +00:00
..
macros Added Documentation to all_tuples_with_size (#14832) 2024-08-20 11:12:44 +00:00
src Replace bevy_utils::CowArc with atomicow (#14977) 2024-08-30 00:43:07 +00:00
Cargo.toml update hashbrown to 0.14.2 (#14603) 2024-08-04 13:23:28 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Utilities

License Crates.io Downloads Docs Discord

A Collection of Utilities for the Bevy Engine.