Skip to content

Generic byte_mesh_file_map argument in init_from_mem - #68

Open
swz-git wants to merge 2 commits into
ZealanL:v3-rustfrom
swz-git:v3-rust
Open

Generic byte_mesh_file_map argument in init_from_mem#68
swz-git wants to merge 2 commits into
ZealanL:v3-rustfrom
swz-git:v3-rust

Conversation

@swz-git

@swz-git swz-git commented Jul 18, 2026

Copy link
Copy Markdown

Still allows passing HashMap<GameMode, Vec<Vec<u8>>>, but now also allows values like [(GameMode::Soccar, soccar_meshes)]. Using this function previously required the dependent to also depend on rustc_hash to be able to pass a FxHashMap, this fixes that.

Comment thread rocketsim/src/base.rs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants