From 8076af0e4e9f89480de7dac6180ab400500bbf0a Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Mon, 23 Dec 2024 23:59:21 -0500 Subject: Updated Documentation, Bumped to Bevy 0.15 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8e00de1..4f28733 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,16 @@ | Crate Version | Bevy Version | |--- |--- | +| 0.2 | 0.15 | | 0.1 | 0.14 | ## Installation -If enough people (like literally 1 person) want this on crates.io I'll consider putting it up there, but for now just add the GitHub URL to your `Cargo.toml`: +If enough people (like literally 1 person) want this on crates.io I'll consider putting it up there, but for now just add the Git URL to your `Cargo.toml`: ```toml [dependencies.bevy_terminal_dialog] -git = "https://github.com/exvacuum/bevy_terminal_dialog" +git = "https://git.exvacuum.dev/bevy_terminal_dialog" ``` ## License -- cgit v1.2.3