diff --git a/Cargo.lock b/Cargo.lock index 6da3a1d..2cc2aa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b76f1009795ca44bb5aaae8fd3f18953e209259c33d9b059b1f53d58ab7511db" [[package]] -name = "quad_car" +name = "quad_gauge" version = "0.1.0" dependencies = [ "macroquad", diff --git a/Cargo.toml b/Cargo.toml index ec0c46b..923aa10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "quad_car" +name = "quad_gauge" version = "0.1.0" edition = "2021" diff --git a/README.md b/README.md new file mode 100644 index 0000000..8fa6290 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Quad Guage + +![Gauge at 0%](/pic1.png) +![Gauge at 83.2%](/pic2.png) \ No newline at end of file diff --git a/pic1.png b/pic1.png new file mode 100644 index 0000000..c83961e Binary files /dev/null and b/pic1.png differ diff --git a/pic2.png b/pic2.png new file mode 100644 index 0000000..7c3b340 Binary files /dev/null and b/pic2.png differ