summaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-04-21 23:16:23 -0400
committerLLLL Colonq <llll@colonq>2024-04-21 23:16:23 -0400
commitd2f9bfeba00018a1109949eed5a2434a040881fe (patch)
treec396e4e8a00b500957d07ef47210b09d6325c412 /src/utils.rs
parentf449efbebd6f04a94648c8c662191845a6ed9472 (diff)
More general texture binding
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index 57ccf13..e0a0e29 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -1,4 +1,4 @@
-#[derive(Clone, Debug, PartialEq)]
+#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub enum Cardinal {
North,
South,