15 lines
313 B
TOML
15 lines
313 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"
|
|
bitfield = "0.13.2"
|
|
pixels = "^0.2"
|
|
winit = "^0.24"
|
|
winit_input_helper = "^0.9"
|