Skip to content

Commit b81a95d

Browse files
committed
another fix for borked reflect feature
1 parent 77a7eaa commit b81a95d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_sparse_tilemap"
33
description = "A Tilemap crate for the Bevy game engine with a focus on large map sizes and ECS sparse maps"
4-
version = "0.2.3"
4+
version = "0.2.4"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

src/square/map_chunk_layer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use lettuces::storage::grid::Grid;
77
use std::hash::{Hash, Hasher};
88

99
#[cfg(feature = "reflect")]
10-
use bevy::prelude::{Reflect, ReflectComponent};
10+
use bevy::prelude::{Reflect, MapEntities, ReflectComponent};
1111

1212
#[cfg(feature = "serde")]
1313
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)