# 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_glow_tao" version = "0.23.0" authors = ["Emil Ernerfeldt "] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "src/shader/*.glsl", ] description = "Bindings for using egui natively using the glow library" homepage = "https://github.com/emilk/egui/tree/master/crates/egui_glow" readme = "README.md" keywords = [ "glow", "egui", "gui", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/emilk/egui/tree/master/crates/egui_glow" [package.metadata.docs.rs] all-features = true [[example]] name = "pure_glow" required-features = [ "winit", "egui/default_fonts", ] [dependencies.bytemuck] version = "1.7" [dependencies.document-features] version = "0.2" optional = true [dependencies.egui] version = "0.22.0" features = ["bytemuck"] default-features = false [dependencies.glow] version = "0.12" [dependencies.log] version = "0.4" features = ["std"] [dependencies.memoffset] version = "0.6" [dev-dependencies.glutin] version = "0.30" [dev-dependencies.glutin-winit] version = "0.33.0" package = "glutin_tao" [dev-dependencies.raw-window-handle] version = "0.5.0" [features] clipboard = ["egui-winit?/clipboard"] default = [] links = ["egui-winit?/links"] puffin = [ "dep:puffin", "egui-winit?/puffin", ] winit = ["egui-winit"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.egui-winit] version = "0.23.0" optional = true default-features = false package = "egui-tao" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.puffin] version = "0.15" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["console"]