rustle-bird 0.1.0

A FlappyBird game implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.bracket-lib]
version = "~0.8"

[dependencies.lazy_static]
version = "1.4.0"

[package]
authors = ["xiyao <futuretech6@foxmail.com>"]
description = "A FlappyBird game implemented in Rust"
edition = "2021"
license = "Apache-2.0"
name = "rustle-bird"
readme = "README.md"
repository = "https://github.com/futuretech6/rustle-bird"
version = "0.1.0"