# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.79.0" name = "bevy_mod_speedup" version = "0.4.0" authors = ["Frederik Terstappen "] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "bevy_mod_speedup is a collection of ways to increase the performance of your application." homepage = "https://github.com/FrTerstappen/bevy_mod_speedup" documentation = "https://docs.rs/bevy_mod_speedup" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/FrTerstappen/bevy_mod_speedup" [package.metadata.docs.rs] all-features = true [lib] name = "bevy_mod_speedup" path = "src/lib.rs" [[example]] name = "egui" path = "examples/egui.rs" required-features = ["egui"] [dependencies.bevy] version = "0.14.1" default-features = false [dependencies.egui] version = "0.28.1" optional = true default-features = false [dev-dependencies.bevy] version = "0.14.1" default-features = true [dev-dependencies.bevy_egui] version = "0.28.0" features = [ "default_fonts", "render", ] default-features = false [features] default = ["full_speed"] egui = ["dep:egui"] exclusive_fullscreen = [ "dep:windows", "windows?/Win32_UI_HiDpi", "windows?/Win32_Foundation", ] full_speed = [ "power", "priority", "request_fast_gpu", ] power = [ "dep:windows", "windows?/Win32_System_Threading", ] priority = [ "dep:windows", "windows?/Win32_Foundation", "windows?/Win32_System_Power", "windows?/Win32_System_Registry", "windows?/Win32_System_SystemServices", "dep:nix", "nix?/process", "nix?/pthread", "nix?/sched", "nix?/ucontext", "nix?/user", ] request_fast_gpu = [] unattended = [] [target.'cfg(any(target_os = "android", target_os = "ios", target_os = "linux", target_os = "macos"))'.dependencies.nix] version = "0.29.0" optional = true default-features = false [target.'cfg(target_family = "wasm")'.dependencies] [target.'cfg(target_os = "android")'.dependencies] [target.'cfg(target_os = "ios")'.dependencies] [target.'cfg(target_os = "linux")'.dependencies] [target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" optional = true default-features = false