Skip to content

Commit

Permalink
Add serde feature (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace authored Mar 1, 2023
1 parent 65f3750 commit 0f99ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ immutable_ctx = []
manage_clipboard = ["arboard", "thread_local"]
open_url = ["webbrowser"]
default_fonts = ["egui/default_fonts"]
serde = ["egui/serde"]

[dependencies]
bevy = { version = "0.9.0", default-features = false, features = ["bevy_render", "bevy_core_pipeline", "bevy_asset"] }
Expand Down

0 comments on commit 0f99ee0

Please sign in to comment.