Skip to content

Commit

Permalink
force egui's serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
melody-rs committed Oct 19, 2024
1 parent e19150e commit 42108ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ categories = ["games"]
# Shared dependencies
[workspace.dependencies]
# * Window management, graphical user interface and 3D rendering * #
egui = "0.28.1" # Real-time stateless graphical user interface framework
egui = { version = "0.28.1", features = [
"serde",
] } # Real-time stateless graphical user interface framework
egui_extras = { version = "0.28.1", features = [
"svg",
"image",
Expand Down

0 comments on commit 42108ad

Please sign in to comment.