In this section you'll learn how to use shipyard by building a small game.
We'll only use two dependencies, let's add them to `Cargo.toml`.
```toml
macroquad = "0.4.8"
shipyard = { git = "https://github.com/leudz/shipyard", default-features = false, features = [
] }
```