# 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_wry" version = "0.1.10" authors = ["Pawel Bis"] description = "A tauri-apps/wry integration with Bevy engine" readme = "README.md" keywords = [ "bevy", "wry", "bevy_wry", "plugin", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/PawelBis/bevy_wry" [[example]] name = "fullscreen" path = "examples/fullscreen.rs" [dependencies.bevy] version = "0.14" features = ["bevy_winit"] default-features = false [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.winit] version = "0.30" features = ["rwh_06"] [dependencies.wry] version = "0.41" features = [ "transparent", "devtools", ] [dev-dependencies.bevy] version = "0.14" default-features = true [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk] version = "0.18" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.x11-dl] version = "2.21.0"