peachy/Cargo.toml

27 lines
605 B
TOML
Raw Normal View History

2020-09-02 16:50:13 +00:00
[package]
2021-05-17 12:26:14 +00:00
name = "peachy"
2020-09-02 16:50:13 +00:00
version = "0.1.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
2021-05-17 12:26:14 +00:00
#readme = "README.md"
license-file = "LICENSE"
2021-05-17 14:08:10 +00:00
keywords = ["game-engine", "smallgames", "pixel-art", "tracker-music"]
2020-09-02 16:50:13 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-11-14 18:08:14 +00:00
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"
2022-03-12 18:35:09 +00:00
rodio-xm = "^0.1.1"
2020-09-02 16:50:13 +00:00
serde = "^1.0.114"
serde_derive = "^1.0.114"
toml = "^0.5.6"
winit = "0.24.0"
winit_input_helper = "0.9.0"