mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-11 13:58:30 +00:00
Fix RenderAssetUsages import
This commit is contained in:
parent
85034a6dda
commit
76aee338ad
@ -2,8 +2,9 @@ use std::collections::HashMap;
|
||||
use bevy::pbr::wireframe::Wireframe;
|
||||
use bevy::prelude::*;
|
||||
use bevy::render::mesh::{
|
||||
Mesh, PrimitiveTopology, Indices, VertexAttributeValues, RenderAssetUsages,
|
||||
Mesh, PrimitiveTopology, Indices, VertexAttributeValues,
|
||||
};
|
||||
use bevy::asset::RenderAssetUsages;
|
||||
use big_space::prelude::GridCell;
|
||||
use crate::plugins::big_space::big_space_plugin::RootGrid;
|
||||
use crate::plugins::environment::systems::voxels::chunk_mesh_compute::{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user