# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sky-save-gui" version = "0.0.1" authors = ["AregevDev "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A save file editor for Pokemon Mystery Dungeon - Explorers of Sky." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/AregevDev/sky-save" [[bin]] name = "sky-save-gui" path = "src/main.rs" [dependencies.eframe] version = "0.28.1" features = ["wgpu"] [dependencies.egui_extras] version = "0.28.1" [dependencies.egui_tiles] version = "0.9.1" [dependencies.egui_virtual_list] version = "0.4.0" [dependencies.rfd] version = "0.15.0" [dependencies.sky-save] version = "0.0.1" [build-dependencies.built] version = "0.7.4" features = ["git2"] [target.'cfg(target_os = "windows")'.build-dependencies.winres] version = "0.1.12"