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"
|
2021-05-15 15:59:51 +00:00
|
|
|
env_logger = "0.8.3"
|
2021-05-15 22:08:31 +00:00
|
|
|
hex = "^0.4.3"
|
2021-05-15 15:59:51 +00:00
|
|
|
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" }
|
2020-09-02 16:50:13 +00:00
|
|
|
serde = "^1.0.114"
|
|
|
|
serde_derive = "^1.0.114"
|
2021-05-15 15:59:51 +00:00
|
|
|
toml = "^0.5.6"
|
|
|
|
winit = "0.24.0"
|
|
|
|
winit_input_helper = "0.9.0"
|