This commit is contained in:
2024-10-16 11:30:38 -04:00
Unverified
parent 460717541c
commit ec9a021e58
4 changed files with 8 additions and 0 deletions

BIN
client/128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
client/32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -3,6 +3,14 @@ name = "realm_client"
version = "0.1.0"
edition = "2021"
[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "link-args=-mwindows "]
[package.metadata.bundle]
name = "Realm Chat"
identifier = "com.abunchofknowitalls.realm"
icon = ["32x32.png", "128x128.png"]
[dependencies]
realm_auth = { path = "../auth" }
realm_server = { path = "../server" }

BIN
client/realm-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB