Bundling
This commit is contained in:
BIN
client/128x128.png
Normal file
BIN
client/128x128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
BIN
client/32x32.png
Normal file
BIN
client/32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -3,6 +3,14 @@ name = "realm_client"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
realm_auth = { path = "../auth" }
|
realm_auth = { path = "../auth" }
|
||||||
realm_server = { path = "../server" }
|
realm_server = { path = "../server" }
|
||||||
|
|||||||
BIN
client/realm-black.png
Normal file
BIN
client/realm-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user