Skip to content

Commit

Permalink
Fix cargo warning
Browse files Browse the repository at this point in the history
The warning:

```
warning: /Users/hhip/src/rerun/crates/utils/re_capabilities/Cargo.toml: `default-features` is ignored for egui, since `default-features` was not specified for `workspace.dependencies.egui`, this could become a hard error in the future
```
  • Loading branch information
abey79 committed Dec 18, 2024
1 parent ed05c75 commit 02e4870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/re_capabilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ egui = ["dep:egui"]

# External dependencies:
document-features.workspace = true
egui = { workspace = true, default-features = false, optional = true }
egui = { workspace = true, optional = true }
static_assertions.workspace = true

0 comments on commit 02e4870

Please sign in to comment.