emulator: just saving my changes

This commit is contained in:
2025-06-17 19:19:49 +01:00
parent ae10249616
commit a6be668328
7 changed files with 247 additions and 2 deletions
+6
View File
@@ -14,3 +14,9 @@ eframe = "0.31.1"
egui = "0.31.1"
rfd = "0.15.3"
dirs = "6.0.0"
discord-presence = { version = "1.6.0", optional = true }
toml = { version = "0.8.23", optional = true }
[features]
discord-rpc = ["dep:discord-presence"]
config = ["dep:toml"]