# 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 = "egui_backend" version = "0.4.0" description = "Traits to streamline egui window and render integrations" readme = "README.md" license = "MIT" [dependencies.egui] version = "0.22" default-features = false [dependencies.raw-window-handle] version = "0.5" [features] default = ["egui_default_fonts"] egui_bytemuck = ["egui/bytemuck"] egui_cint = ["egui/cint"] egui_color-hex = ["egui/color-hex"] egui_deadlock_detection = ["egui/deadlock_detection"] egui_default_fonts = ["egui/default_fonts"] egui_extra_asserts = ["egui/extra_asserts"] egui_extra_debug_asserts = ["egui/extra_debug_asserts"] egui_mint = ["egui/mint"] egui_persistence = ["egui/persistence"] egui_serde = ["egui/serde"]