Skip to content

Commit

Permalink
games/tetris-tui: update to 0.2.1
Browse files Browse the repository at this point in the history
 - Merge pull request #6 from quantonganh/task-7-remove-border-cell
 - auto update version using cargo-edit
 - remove border cells
 - Merge pull request #5 from quantonganh/task-9-render-changed-portions
 - adjust the height of the "game over" base on the number of top players in the db
 - only render the portions that have changed
  • Loading branch information
pin committed Jan 11, 2024
1 parent ab83d00 commit f097aa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions games/tetris-tui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2024/01/09 20:02:45 pin Exp $
# $NetBSD: Makefile,v 1.5 2024/01/11 20:44:31 pin Exp $

DISTNAME= tetris-tui-0.2.0
DISTNAME= tetris-tui-0.2.1
CATEGORIES= games
MASTER_SITES= https://static.crates.io/crates/tetris-tui/
EXTRACT_SUFX= .crate
Expand Down
2 changes: 1 addition & 1 deletion games/tetris-tui/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: cargo-depends.mk,v 1.3 2024/01/09 20:02:45 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.4 2024/01/11 20:44:31 pin Exp $

CARGO_CRATE_DEPENDS+= ahash-0.8.3
CARGO_CRATE_DEPENDS+= allocator-api2-0.2.16
Expand Down
8 changes: 4 additions & 4 deletions games/tetris-tui/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2024/01/09 20:02:45 pin Exp $
$NetBSD: distinfo,v 1.5 2024/01/11 20:44:31 pin Exp $

BLAKE2s (ahash-0.8.3.crate) = 463c4e49539eb24c885915c860ed4fc060bc31e8d50069c2a3539c755ebc3f51
SHA512 (ahash-0.8.3.crate) = cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
Expand Down Expand Up @@ -186,9 +186,9 @@ Size (syn-1.0.109.crate) = 237611 bytes
BLAKE2s (syn-2.0.32.crate) = 5238be914623ca82400c7da8c6433d347f4fd7c42af46b84c9a628aa02d6017c
SHA512 (syn-2.0.32.crate) = 609f125f8138d17b1185760b1a63f3713079f5214fb56c23012229a56d10ac1c12654466c9ad1ecd6b2aff1126d125abfb0a42bd7f669635e5024b962b0cb0af
Size (syn-2.0.32.crate) = 242504 bytes
BLAKE2s (tetris-tui-0.2.0.crate) = 04c97d2ff3eb949a0c7bd5c23fbcd1bc6038499b85219abc59c4ac0acc51e1c2
SHA512 (tetris-tui-0.2.0.crate) = a9cab6c0e6369bdc6a9f39f6229a313cdae771f28bbf2ee9e55c92169ebeae6ca5fee6843eee04065d72bf04b4b7463dff21f3e733b061d586e8b77d1deefc34
Size (tetris-tui-0.2.0.crate) = 961989 bytes
BLAKE2s (tetris-tui-0.2.1.crate) = d5d5857a0e0d0e5061c3336caf3116197c646ad7e5f79f32373a6a7a281cb9f9
SHA512 (tetris-tui-0.2.1.crate) = 2279c51e75382db0600eb716dcf5b7ace872ae540a226ba82cd8aac59dc39f4e6b355dbc3bcff9aa4174b481c13081374cafd9e9443cb3a0aea1c6bca5f2d696
Size (tetris-tui-0.2.1.crate) = 962352 bytes
BLAKE2s (thiserror-1.0.48.crate) = fc2be18ebc84a6647a9592dfe3270c55bfbc9113c2337d281941cdd6aa579411
SHA512 (thiserror-1.0.48.crate) = 078427d19a28f59aaca27f508795cfb06c024b5a34dfc83360c3bec2b8f7abe474706a41fb68732998f154507921beb03dd033f0a6d1dcfcee03b1f2adb8a0b2
Size (thiserror-1.0.48.crate) = 18862 bytes
Expand Down

0 comments on commit f097aa7

Please sign in to comment.