gb/Cargo.toml

14 lines
298 B
TOML
Raw Normal View History

2020-07-22 05:19:27 +00:00
[package]
name = "gb"
version = "0.1.0"
2021-01-03 06:28:07 +00:00
authors = ["Rekai Musuka <rekai@musuka.dev>"]
2020-07-22 05:19:27 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.38"
pixels = "0.2.0"
winit = "0.24.0"
winit_input_helper = "0.9.0"