peachy/Cargo.toml

28 lines
680 B
TOML

[package]
name = "peachy"
version = "0.1.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
#readme = "README.md"
license-file = "LICENSE"
keywords = ["game-engine", "smallgames", "pixel-art", "tracker-music"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = "^0.12.0"
egui = "^0.12.0"
epi = "^0.12.0"
env_logger = "0.8.3"
hex = "^0.4.3"
image = "0.23.14"
log = "0.4.14"
pixels = "0.3.0"
rodio = "^0.11.0"
rodio-xm = { git = "https://tinybird.dev/max/rodio-xm/", branch = "master" }
serde = "^1.0.114"
serde_derive = "^1.0.114"
toml = "^0.5.6"
winit = "0.24.0"
winit_input_helper = "0.9.0"