Skip to content

Commit

Permalink
Add serde feature that subsequntly enables winit/serde feature (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Lev Andropov <[email protected]>
  • Loading branch information
victorcrimea and Lev Andropov authored Oct 4, 2023
1 parent eb5b680 commit dfc60ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ floem_reactive = { path = "reactive" }
winit = { git = "https://github.com/lapce/winit", rev = "25edc72fa4869d0fa83c61c26f0e38d7d7be9b0d" }
# winit = { path = "../winit" }

[features]
serde = ["winit/serde"]

[workspace]
members = ["renderer", "vger", "reactive", "examples/*"]

Expand Down

0 comments on commit dfc60ad

Please sign in to comment.