We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492f4c4 commit 1b2ef77Copy full SHA for 1b2ef77
crates/bevy_asset/src/path.rs
@@ -8,7 +8,7 @@ use std::{
8
};
9
10
/// Represents a path to an asset in the file system.
11
-#[derive(Debug, Hash, Clone, Serialize, Deserialize)]
+#[derive(Debug, Eq, PartialEq, Hash, Clone, Serialize, Deserialize)]
12
pub struct AssetPath<'a> {
13
path: Cow<'a, Path>,
14
label: Option<Cow<'a, str>>,
0 commit comments