Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Dec 23, 2022
1 parent ecff296 commit eb8f951
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions crates/bevy_diagnostic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,10 @@ bevy_utils = { path = "../bevy_utils", version = "0.9.0" }
# iOS or MacOS
[target.'cfg(any(target_os="ios",target_os="macos"))'.dependencies.sysinfo]
version = "0.27.1"
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
features = ["apple-app-store"]
default-features = false

# use the unknown ci feature for RPi
# [target.'cfg(all(target_os="linux",any(target_arch="aarch64",target_arch="arm")))'.dependencies.sysinfo]
# version = "0.27.1"
# # this prevents linking to the C interface, which causes some build issues
# features = ["unknown-ci"]
# default-features = false

# general case
[dependencies.sysinfo]
version = "0.27.1"
default-features = false

0 comments on commit eb8f951

Please sign in to comment.