Skip to content

Commit f3b053d

Browse files
committed
crevice derive macro: fix path to render_resource when importing from bevy (#3438)
# Objective - Fix #3436 ## Solution - Do not add twice `render_resource` when coming from `bevy` Co-authored-by: François <[email protected]>
1 parent 06d9384 commit f3b053d

File tree

1 file changed

+0
-1
lines changed
  • crates/bevy_crevice/bevy-crevice-derive/src

1 file changed

+0
-1
lines changed

crates/bevy_crevice/bevy-crevice-derive/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ fn bevy_crevice_path() -> Path {
4141
.map(|bevy_path| {
4242
let mut segments = bevy_path.segments;
4343
segments.push(BevyManifest::parse_str("render"));
44-
segments.push(BevyManifest::parse_str("render_resource"));
4544
Path {
4645
leading_colon: None,
4746
segments,

0 commit comments

Comments
 (0)