bevy/crates/bevy_ron
Robbie Davenport 4aabe983ec
Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258)
switch to ahash for HashMaps and HashSets via a new bevy_utils crate
2020-08-28 17:08:51 -07:00
..
src Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
.gitignore add temporary ron fork 2020-08-09 18:45:55 -07:00
Cargo.toml Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
CHANGELOG.md add temporary ron fork 2020-08-09 18:45:55 -07:00
LICENSE-APACHE add temporary ron fork 2020-08-09 18:45:55 -07:00
LICENSE-MIT add temporary ron fork 2020-08-09 18:45:55 -07:00
README.md add temporary ron fork 2020-08-09 18:45:55 -07:00

This is a temporary fork of the ron crate for bevy engine.