Skip to content

Commit

Permalink
manage_clipboard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi388 authored and jakobhellermann committed Aug 11, 2024
1 parent f3304a1 commit c29b77a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/bevy-inspector-egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ categories = [
]

[features]
default = ["bevy_pbr", "bevy_render"]
default = ["bevy_pbr", "bevy_render", "egui_clipboard", "egui_open_url"]
bevy_render = ["dep:bevy_render", "dep:bevy_core_pipeline", "bevy_egui/render"]
egui_clipboard = ["bevy_egui/manage_clipboard"]
egui_open_url = ["bevy_egui/open_url"]
highlight_changes = []

[dependencies]
Expand All @@ -41,9 +43,7 @@ bevy_core_pipeline = { version = "0.14", optional = true }
bevy_pbr = { version = "0.14", optional = true }

egui = "0.28"
bevy_egui = { version = "0.28", default-features = false, features = [
"manage_clipboard", "open_url"
] }
bevy_egui = { version = "0.28", default-features = false }

bytemuck = "1.16.0"
image = { version = "0.24", default-features = false }
Expand Down

0 comments on commit c29b77a

Please sign in to comment.