gb/Cargo.toml

15 lines
313 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]
2021-02-20 23:03:01 +00:00
anyhow = "^1.0"
bitfield = "0.13.2"
2021-02-20 23:03:01 +00:00
pixels = "^0.2"
winit = "^0.24"
winit_input_helper = "^0.9"