rust-particles
rust-particles copied to clipboard
Unused fields
Are the unused fields of the Texture structure a known thing? Probably for future development.
These fields are set but never read.
warning: field is never used: width and height
--> src/graphics/texture.rs:6:5