diff options
author | Silas Bartha <[email protected]> | 2024-06-03 21:39:43 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-06-03 21:39:43 -0400 |
commit | ef6c2954156b2b0cf4abfe583d8faaf546f4e7c4 (patch) | |
tree | f5da21c83771023d55036ad94ee52d8db992ffbd /Cargo.toml | |
parent | 0ac133c0c396c8b75892cb6e43a52ad973046e2d (diff) |
Removed toolchain config
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] -name = "grex_framebuffer_extract" -version = "0.1.1" +name = "bevy_framebuffer_extract" +version = "0.1.2" edition = "2021" [dependencies] |