diff options
| author | LLLL Colonq <llll@colonq> | 2024-04-21 23:16:23 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-04-21 23:16:23 -0400 |
| commit | d2f9bfeba00018a1109949eed5a2434a040881fe (patch) | |
| tree | c396e4e8a00b500957d07ef47210b09d6325c412 /src/utils.rs | |
| parent | f449efbebd6f04a94648c8c662191845a6ed9472 (diff) | |
More general texture binding
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 2 |
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, |
