Skip to content

Commit 2d745ad

Browse files
committed
Ensure the directories feature gets documented properly
1 parent d59eef7 commit 2d745ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/eframe/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ android-native-activity = ["egui-winit/android-native-activity"]
5858
## If you plan on specifying your own fonts you may disable this feature.
5959
default_fonts = ["egui/default_fonts"]
6060

61-
# Enable the directories dependency for a more precise file path for the persistence feature.
62-
# Not needed if you provide your own path, or if the simpler default path resolvers are good enough.
61+
## Enable the directories dependency for a more precise file path for the persistence feature.
62+
## Not needed if you provide your own path, or if the simpler default path resolvers are good enough.
6363
directories = ["dep:directories"]
6464

6565
## Use [`glow`](https://github.com/grovesNL/glow) for painting, via [`egui_glow`](https://github.com/emilk/egui/tree/master/crates/egui_glow).

0 commit comments

Comments
 (0)