bevy/crates/bevy_dynamic_plugin/src
polygon 9f0c41f26d Adapt path type of dynamically_load_plugin (#6734)
# Objective

- Fixes #6711

## Solution

- Change the `path` function parameter of `dynamically_load_plugin` and `DynamicPluginExt::load_plugin` to a generic with `AsRef<OsStr>` bound
2022-12-05 23:39:43 +00:00
..
lib.rs
loader.rs Adapt path type of dynamically_load_plugin (#6734) 2022-12-05 23:39:43 +00:00