gb/Cargo.toml

14 lines
298 B
TOML

[package]
name = "gb"
version = "0.1.0"
authors = ["Rekai Musuka <rekai@musuka.dev>"]
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"