Add Discord Rich Presence (#888)

* add rich presence

* more

* more

* more

* more

* more

* more

* more

* more

* more

* update translations

* more
This commit is contained in:
Logan McNaughton
2026-05-14 16:30:36 +02:00
committed by GitHub
parent 40a29d927f
commit 8341ef5731
23 changed files with 1014 additions and 747 deletions
Generated
+26 -1
View File
@@ -1389,6 +1389,21 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "discord-rich-presence"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c55d69cab17c19677ce3a5f8face993a9e6eaf847fecac3547f3a3ff4a2494"
dependencies = [
"log",
"serde",
"serde_derive",
"serde_json",
"serde_repr",
"thiserror 2.0.18",
"uuid 0.8.2",
]
[[package]]
name = "dispatch"
version = "0.2.0"
@@ -2121,6 +2136,7 @@ dependencies = [
"chrono",
"clap",
"dirs",
"discord-rich-presence",
"encoding_rs",
"fatfs",
"futures",
@@ -6323,6 +6339,15 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom 0.2.17",
]
[[package]]
name = "uuid"
version = "1.23.1"
@@ -7505,7 +7530,7 @@ dependencies = [
"serde_repr",
"tracing",
"uds_windows",
"uuid",
"uuid 1.23.1",
"windows-sys 0.61.2",
"winnow 1.0.2",
"zbus_macros",