# 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 = "2018" name = "egui-multiwin" version = "0.5.2" publish = ["crates-io"] description = "A crate that allows for multiple windows with egui" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/uglyoldbob/egui-multiwin" resolver = "2" [dependencies.arboard] version = "3.3.2" [dependencies.egui] version = "0.27.2" [dependencies.egui_glow] version = "0.27.2" features = [ "winit", "links", ] [dependencies.enum_dispatch] version = "0.3.13" [dependencies.glutin] version = "0.31.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.raw-window-handle] version = "0.6.0" [dependencies.raw-window-handle-5] version = "0.5.2" package = "raw-window-handle" [dependencies.thiserror] version = "1.0.59" [dependencies.winit] version = "0.29.15" features = ["rwh_05"] [features] serde = ["egui/serde"]