We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b122c48 commit c26158dCopy full SHA for c26158d
README.md
@@ -15,7 +15,7 @@ Archived originals from the Perl-based Asciiquarium are kept under `archive/orig
15
16
[dependencies]
17
egui = "0.27"
18
- asciiquarium_rust = { path = "." } # or from your git repo/registry
+ asciiquarium_rust = { git = "https://github.com/gitcoder89431/asciiquarium-rust", tag = "v0.1.0" }
19
20
2) Prepare assets and state in your app:
21
0 commit comments