diff options
| author | Dominik Kaiser | 2026-05-28 09:48:49 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-05-28 09:48:49 +0200 |
| commit | 827d5ad9c412791dbbb367bb09316e7ce29351e3 (patch) | |
| tree | f3663e6f8b55bf7576fb4433fed9441c29be954f /Cargo.toml | |
| download | flappy-bird-827d5ad9c412791dbbb367bb09316e7ce29351e3.tar.gz flappy-bird-827d5ad9c412791dbbb367bb09316e7ce29351e3.zip | |
Rust implementation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..61b00cb --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "my_game" +version = "0.1.0" +edition = "2024" + +[dependencies] +macroquad = "0.4.14" |
