# 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" name = "bevy_window_management" version = "0.1.2" authors = ["Adam Grabski"] description = "A library for managing window icon and taskbar progress indicator in Bevy" readme = "Readme.md" license = "MIT" repository = "https://github.com/Agrabski/bevy_window_management" [lib] [dependencies.bevy] version = "0.11.3" [dependencies.winit] version = "0.28.7" [features] default = ["taskbar"] taskbar = ["dep:winsafe"] [target."cfg(windows)".dependencies.winsafe] version = "0.0.19" features = ["shell"] optional = true