Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 0da69454c7 - Show all commits

View file

@ -1,7 +1,6 @@
use bevy::{ use bevy::{
asset::Asset, asset::Asset,
ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel}, ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel},
log,
math::Vec3, math::Vec3,
reflect::TypePath, reflect::TypePath,
}; };

View file

@ -3,7 +3,6 @@ use std::fmt::Debug;
use bevy::{ use bevy::{
asset::Asset, asset::Asset,
ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel}, ecs::{component::Component, entity::Entity, resource::Resource, schedule::ScheduleLabel},
log,
math::Vec3, math::Vec3,
reflect::TypePath, reflect::TypePath,
}; };