WIP editor attempts (broken...)

This commit is contained in:
2021-11-14 18:08:14 +00:00
parent 946f8b7826
commit 4dd334d6a4
2 changed files with 105 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ 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"