This commit is contained in:
Emil Ernerfeldt
2023-02-05 21:58:08 +01:00
parent d5dcc87ace
commit cef0c0b6d8
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ publish = false
[dependencies]
eframe = { path = "../../crates/eframe", features = [
"__screenshot", # __screenshot is so we can dump a ascreenshot using EFRAME_SCREENSHOT_TO
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
] }