pathfinder_resources 0.5.0

Shaders, textures, etc. for the Pathfinder vector graphics library
Documentation
  • Coverage
  • 36.36%
    4 out of 11 items documented0 out of 9 items with examples
  • Size
  • Source code size: 3.94 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 595.01 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • servo/pathfinder
    3635 207 92
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pcwalton
An abstraction for reading resources. This accomplishes two purposes over just using the filesystem to locate shaders and so forth: 1. Downstream users of Pathfinder shouldn't be burdened with having to install the resources alongside their binary. 2. There may not be a traditional filesystem available, as for example is the case on Android.