diff options
author | Silas Bartha <[email protected]> | 2024-06-04 15:04:16 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-06-04 15:07:31 -0400 |
commit | 60b1a6bb4f81ea91b0fe8d954da221c98aff11d2 (patch) | |
tree | 6b296eb010562cdc385d00c425b3fc62eabf3e9e /Cargo.toml | |
parent | a002e4d738535e6ca779c71231f7b84864b9a8d0 (diff) |
Bump dependency versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,11 +13,11 @@ version = "0.13" [dependencies.bevy_framebuffer_extract] git = "https://github.com/exvacuum/bevy_framebuffer_extract" -tag = "v0.1.1" +tag = "v0.1.2" [dependencies.bevy_dither_post_process] git = "https://github.com/exvacuum/bevy_dither_post_process" -tag = "v0.1.3" +tag = "v0.1.4" [dependencies.ratatui] version = "0.26.2" |