diff --git a/gamenite-gui/Cargo.toml b/gamenite-gui/Cargo.toml index f97fad7..85c1bb7 100644 --- a/gamenite-gui/Cargo.toml +++ b/gamenite-gui/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "gamenite-gui" +description = "A GUI for building board game graphs, useful on its own and as an example for `gamenite`" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" +homepage = "https://git.danejohnson.org/dane/gamenite" +repository = "https://git.danejohnson.org/dane/gamenite" +readme = "README.md" [dependencies] -gamenite = { path = "../" } +gamenite = { path = "../", version = "0.1.0" } eframe = "0.18.0" rfd = "0.8.2" image = "0.24.2" diff --git a/gamenite-gui/README.md b/gamenite-gui/README.md new file mode 100644 index 0000000..0ac7f9f --- /dev/null +++ b/gamenite-gui/README.md @@ -0,0 +1 @@ +# gamenite-gui