# 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_decorum" version = "0.0.2" authors = ["Han Damin "] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "A highly customizable window decoration plugin for the Bevy engine, inspired by tauri-plugin-decorum" homepage = "https://github.com/handamin0130/bevy_decorum" documentation = "https://docs.rs/crate/bevy_decorum" readme = "README.md" keywords = [ "bevy", "window", "decoration", ] license = "MIT OR Apache-2.0" repository = "https://github.com/handamin0130/bevy_decorum" [lib] name = "bevy_decorum" path = "src/lib.rs" [[example]] name = "macos" path = "examples/macos.rs" required-features = ["example"] [dependencies.accesskit_winit] version = "0.17" features = ["rwh_06"] default-features = false [dependencies.bevy] version = "0.13.2" default-features = false [dependencies.cocoa] version = "0.25.0" [dependencies.objc] version = "0.2.7" [dependencies.rand] version = "0.8.5" [dependencies.raw-window-handle] version = "0.6.0" [dependencies.winit] version = "0.29" features = ["rwh_06"] [features] default = ["bevy/bevy_ui"] example = [ "bevy/bevy_core_pipeline", "bevy/bevy_render", "bevy/bevy_asset", "bevy/bevy_pbr", "bevy/x11", "bevy/tonemapping_luts", "bevy/ktx2", "bevy/zstd", ]