synpad 0.1.0

A full-featured Matrix chat client built with Dioxus
[application]
name = "synpad"
default_platform = "desktop"
asset_dir = "assets"
out_dir = "dist"

[web.app]
title = "Synpad - Matrix Chat"

[web.resource]
style = ["assets/css/main.css"]
script = []

[web.resource.dev]
script = []

[web.watcher]
watch_path = ["src", "assets"]

[desktop]
always_on_top = false

[bundle]
identifier = "im.taidge.synpad"
publisher = "taidge"
short_description = "A full-featured Matrix chat client built with Dioxus."
long_description = "Synpad is a Matrix chat client built with Rust and Dioxus, targeting desktop and mobile platforms from one codebase."
resources = ["assets"]