Skip to content

Commit

Permalink
Add editor to default features
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusGix committed Feb 7, 2024
1 parent 9d81994 commit c68d2c3
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 @@ -59,6 +59,7 @@ image = { version = "0.24", features = ["jpeg", "png"] }
copypasta = { version = "0.10.0", default-features = false, features = ["wayland", "x11"] }

[features]
default = ["editor"]
# TODO: this is only winit and the editor serde, there are other dependencies that still depend on
# serde
serde = ["floem-winit/serde", "dep:serde"]
Expand Down

0 comments on commit c68d2c3

Please sign in to comment.