# 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.65" name = "egui-tao" version = "0.23.0" authors = ["Emil Ernerfeldt "] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] description = "Bindings for using egui with winit" homepage = "https://github.com/emilk/egui/tree/master/crates/egui-winit" readme = "README.md" keywords = [ "winit", "egui", "gui", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/emilk/egui/tree/master/crates/egui-winit" [package.metadata.docs.rs] all-features = true [dependencies.document-features] version = "0.2" optional = true [dependencies.egui] version = "0.22.0" features = ["log"] default-features = false [dependencies.log] version = "0.4" features = ["std"] [dependencies.puffin] version = "0.15" optional = true [dependencies.raw-window-handle] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.webbrowser] version = "0.8.3" optional = true [dependencies.winit] version = "0.18.0" default-features = false package = "tao" [features] bytemuck = ["egui/bytemuck"] clipboard = [ "arboard", "smithay-clipboard", ] default = [ "clipboard", "links", ] links = ["webbrowser"] puffin = ["dep:puffin"] serde = [ "egui/serde", "dep:serde", ] [target."cfg(any(target_os=\"linux\", target_os=\"dragonfly\", target_os=\"freebsd\", target_os=\"netbsd\", target_os=\"openbsd\"))".dependencies.smithay-clipboard] version = "0.6.3" optional = true [target."cfg(not(target_arch=\"wasm32\"))".dependencies.instant] version = "0.1" [target."cfg(not(target_os = \"android\"))".dependencies.arboard] version = "3.2" optional = true default-features = false [target."cfg(target_arch=\"wasm32\")".dependencies.instant] version = "0.1" features = ["wasm-bindgen"]