# 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 = "eframe_tao" version = "0.23.0" authors = ["Emil Ernerfeldt "] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "data/icon.png", ] description = "egui framework - write GUI apps that compiles to web and/or natively" homepage = "https://github.com/emilk/egui/tree/master/crates/eframe" readme = "README.md" keywords = [ "egui", "gui", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/emilk/egui/tree/master/crates/eframe" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", ] [lib] [dependencies.document-features] version = "0.2" optional = true [dependencies.egui] version = "0.22.0" features = [ "bytemuck", "log", ] default-features = false [dependencies.egui_glow] version = "0.23.0" optional = true default-features = false package = "egui_glow_tao" [dependencies.glow] version = "0.12" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.ron] version = "0.8" features = ["integer128"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.37" [features] __screenshot = [] default = [ "default_fonts", "glow", ] default_fonts = ["egui/default_fonts"] glow = [ "dep:glow", "dep:egui_glow", "dep:glutin", "dep:glutin-winit", ] persistence = [ "directories-next", "egui-winit/serde", "egui/persistence", "ron", "serde", ] puffin = [ "dep:puffin", "egui_glow?/puffin", ] web_screen_reader = ["tts"] [target."cfg(any(target_os = \"macos\"))".dependencies.cocoa] version = "0.24.1" [target."cfg(any(target_os = \"macos\"))".dependencies.objc] version = "0.2.7" [target."cfg(any(target_os = \"windows\"))".dependencies.winapi] version = "0.3.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.directories-next] version = "2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.egui-winit] version = "0.23.0" features = [ "clipboard", "links", ] default-features = false package = "egui-tao" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.30" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin-winit] version = "0.33.0" optional = true package = "glutin_tao" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.24" features = ["png"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pollster] version = "0.3" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.puffin] version = "0.15" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.raw-window-handle] version = "0.5.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.winit] version = "0.18.0" package = "tao" [target."cfg(target_arch = \"wasm32\")".dependencies.bytemuck] version = "1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.percent-encoding] version = "2.1" [target."cfg(target_arch = \"wasm32\")".dependencies.raw-window-handle] version = "0.5.2" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.tts] version = "0.25" optional = true default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.86" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.58" features = [ "BinaryType", "Blob", "Clipboard", "ClipboardEvent", "CompositionEvent", "console", "CssStyleDeclaration", "DataTransfer", "DataTransferItem", "DataTransferItemList", "Document", "DomRect", "DragEvent", "Element", "Event", "EventListener", "EventTarget", "ExtSRgb", "File", "FileList", "FocusEvent", "HtmlCanvasElement", "HtmlElement", "HtmlInputElement", "InputEvent", "KeyboardEvent", "Location", "MediaQueryList", "MediaQueryListEvent", "MouseEvent", "Navigator", "Performance", "Storage", "Touch", "TouchEvent", "TouchList", "WebGl2RenderingContext", "WebglDebugRendererInfo", "WebGlRenderingContext", "WheelEvent", "Window", ]