Skip to content

Commit

Permalink
deps: update lru to v0.12.5 (#118)
Browse files Browse the repository at this point in the history
* deps: update lru to v0.12.5

---------
  • Loading branch information
Adamska1008 authored Dec 4, 2024
1 parent a8d4523 commit 5a7adcf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 52 deletions.
69 changes: 19 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/game_logic/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ impl UI {
}
}

/// CURSOR MOVEMENT
// CURSOR MOVEMENT
/// Move the cursor up
pub fn cursor_up(&mut self, authorized_positions: Vec<Coord>) {
if self.is_cell_selected() {
Expand Down

0 comments on commit 5a7adcf

Please sign in to comment.