We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d352427 commit a80a6c2Copy full SHA for a80a6c2
4 files changed
Cargo.toml
@@ -10,7 +10,7 @@ usb = []
10
11
[dependencies]
12
# GUI
13
-iced = { version = "0.14", features = ["canvas", "tokio", "image"] }
+iced = { version = "0.14", features = ["advanced","canvas", "tokio", "image"] }
14
rfd = "0.15"
15
16
# 6502 emulation + USBSID hardware
0 commit comments