pub fn load_embedded_packs() -> Vec<LibraryPack>Expand description
Parse every entry in EMBEDDED_PACKS into a LibraryPack.
An embedded pack that fails to parse is skipped (embedded content is shipped and tested, so this should not happen in practice); the returned vector contains only the packs that parsed successfully.