Skip to content

Commit

Permalink
Expose image loaders to egui
Browse files Browse the repository at this point in the history
  • Loading branch information
hakolao committed Feb 6, 2025
1 parent e68fb0f commit d9c1d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[features]
default = []
egui_gui = ["egui-wgpu", "egui-winit", "egui", "egui_extras", "egui_plot", "egui_demo_lib", "egui_demo_lib/syntect"]
egui_gui = ["egui-wgpu", "egui-winit", "egui", "egui_extras", "egui_extras/all_loaders", "egui_plot", "egui_demo_lib", "egui_demo_lib/syntect"]
egui_persistence = ["egui_gui", "egui/persistence", "egui_demo_lib/serde"]
wgpu_serde = ["wgpu/serde"]

Expand Down

0 comments on commit d9c1d74

Please sign in to comment.