diff options
author | Silas Bartha <[email protected]> | 2024-04-23 16:46:36 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-04-23 16:46:36 -0400 |
commit | 83c1a4b92f4dab0db61816c8b01380299922d49b (patch) | |
tree | 0006a60ba6962c1484c57d70be74b46eb66902d4 | |
parent | 5f3564cdc05ec065f41ad49fd9f80257a1ef9530 (diff) |
Added Compatibility Info to README
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ grex_outline_post_process::components::OutlinePostProcessSettings { threshold: 0.0, } ``` +## Compatibility + +| Crate Version | Bevy Version | +|--- |--- | +| 0.1 | 0.13 | ## Installation |