usestd::collections::HashMap;usekinda_virtual_fs::*;// File `../assets/icon.png` will be statically linked by the rust compilerlet storage =Storage::new(HashMap::from([("icon",include_bytes!("../assets/icon.png"))]));let path = storage.map("icon").unwrap();println!("Icon was saved as {}", path);