Rebrand as "gamenite"

This commit is contained in:
2022-06-08 12:04:27 -05:00
parent bf7546ab4b
commit eed75409f9
4 changed files with 28 additions and 29 deletions

10
gamenite-gui/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "gamenite-gui"
version = "0.1.0"
edition = "2021"
[dependencies]
gamenite = { path = "../" }
eframe = "0.18.0"
rfd = "0.8.2"
image = "0.24.2"