Update all dependencies

This commit is contained in:
Florian RICHER 2025-05-16 13:47:24 +02:00
parent 285b194280
commit dda368e802
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
9 changed files with 426 additions and 299 deletions

View file

@ -1,4 +1,4 @@
use bevy_ecs::system::Resource;
use bevy_ecs::resource::Resource;
use winit::{dpi::PhysicalSize, window::WindowAttributes};
#[derive(Resource, Clone)]