Prep gui for crates.io publishing

This commit is contained in:
Dane Johnson 2022-06-09 12:33:37 -05:00
parent 80688d7a16
commit eee7b37b08
2 changed files with 7 additions and 1 deletions

View File

@ -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"

1
gamenite-gui/README.md Normal file
View File

@ -0,0 +1 @@
# gamenite-gui