mirror of
https://github.com/Dangoware/dmp-core.git
synced 2025-04-19 13:22:54 -05:00
removed rpc stuff
This commit is contained in:
parent
03c8d67b5e
commit
fd82f3072c
2 changed files with 1 additions and 3 deletions
|
@ -35,5 +35,4 @@ m3u8-rs = "5.0.5"
|
|||
thiserror = "1.0.56"
|
||||
font = "0.27.0"
|
||||
uuid = { version = "1.6.1", features = ["v4", "serde"]}
|
||||
serde_json = "1.0.111"
|
||||
discord-presence = "0.5.18"
|
||||
serde_json = "1.0.111"
|
|
@ -1,5 +1,4 @@
|
|||
use std::{env, thread, time};
|
||||
use discord_presence::{Client, Event};
|
||||
|
||||
use super::controller::Controller;
|
||||
|
||||
|
|
Loading…
Reference in a new issue