{"id":65072,"library":"piston-texture","title":"Piston Texture","description":"A generic library for textures.","status":"active","version":"0.9.0","language":"rust","source_language":null,"source_url":"https://github.com/pistondevelopers/texture","tags":["texture","graphics","gamedev","piston"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npiston-texture = \"0.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add piston-texture","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Texture","correct":"use piston_texture::Texture;"}],"quickstart":{"code":"use piston_texture::Texture;\n\nfn main() {\n    let texture = Texture::from_path(\"image.png\").unwrap();\n    println!(\"Texture loaded: {}x{}\", texture.get_width(), texture.get_height());\n}","lang":"rust","description":"Loads a texture from an image file."},"warnings":[],"env_vars":null,"search_vec":"'gamedev':10 'generic':4 'graphic':9 'librari':5 'piston':1,11 'textur':2,7,8","created_at":"2026-06-17T17:04:07.208459+00:00","updated_at":"2026-06-17T17:04:07.208459+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/pistondevelopers/texture","github":"https://github.com/pistondevelopers/texture","docs":"https://docs.rs/piston-texture/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}