--> src/
main.rs:62:26
|
62 | g: &mut Graphics<Texture>
| ^^^^^^^ unexpected type argument
error[E0191]: the value of the associated type
Texture
(from the trait `graphics::graphics::Graphics`) must be specified
--> src/
main.rs:62:17
|
62 | g: &mut Graphics<Texture>
| ^^^^^^^^^-------^
| | |
| | help: if you meant to specify the associated type, write:
Texture = Texture
| associated type
Texture
must be specified
error: aborting due to 2 previous errors