Tyler Kayser

Results 2 comments of Tyler Kayser

The following works in v0.10 since `ImageSettings` no longer exists: ```rust .add_plugins( DefaultPlugins.set(ImagePlugin::default_nearest()) ) ```