# 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 = "gamenite-gui" version = "0.1.0" description = "A GUI for building board game graphs, useful on its own and as an example for `gamenite`" homepage = "https://git.danejohnson.org/dane/gamenite" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.danejohnson.org/dane/gamenite" resolver = "2" [dependencies.eframe] version = "0.18.0" [dependencies.gamenite] version = "0.1.0" [dependencies.image] version = "0.24.2" [dependencies.rfd] version = "0.8.2"