[−][src]Crate pathfinder_resources
An abstraction for reading resources.
This accomplishes two purposes over just using the filesystem to locate shaders and so forth:
-
Downstream users of Pathfinder shouldn't be burdened with having to install the resources alongside their binary.
-
There may not be a traditional filesystem available, as for example is the case on Android.
Modules
embedded | Embeds needed resources statically in the binary. |
fs | Reads resources from the filesystem. |
Traits
ResourceLoader |