diff options
author | Silas Bartha <[email protected]> | 2024-06-04 13:01:27 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-06-04 13:01:27 -0400 |
commit | d98878f3135bffb412dce9436c3b81cbe595a7a9 (patch) | |
tree | 05ea73f265236ebce4370ecbfd3efd268ddb07ec /Cargo.toml | |
parent | a294ec442b91e1006a28049cda9fcb82b52d0dc0 (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_outline_post_process" -version = "0.1.2" +name = "bevy_outline_post_process" +version = "0.1.3" edition = "2021" [dependencies.bevy] |