Ref the docs https://docs.rs/ggez/0.6.0-rc1/ggez/
For run the game follow the command
cargo build
If Error Acquire on building the game
like Failed to run alsa-sys
use the command to install specfic package
sudo apt-get install libsdl2-dev
Good to go :)