# 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.76" name = "egui_glium" version = "0.29.0" authors = ["Emil Ernerfeldt "] description = "Bindings for using egui natively using the glium library" homepage = "https://github.com/fayalalebrun/egui_glium" readme = "README.md" keywords = [ "glium", "egui", "gui", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fayalalebrun/egui_glium" [package.metadata.docs.rs] all-features = true [dependencies.ahash] version = "0.8" features = [ "no-rng", "std", ] default-features = false [dependencies.bytemuck] version = "1.7" [dependencies.document-features] version = "0.2" optional = true [dependencies.egui] version = "0.29" features = [ "bytemuck", "default_fonts", ] default-features = false [dependencies.egui-winit] version = "0.29" default-features = false [dependencies.glium] version = "0.36" [dependencies.log] version = "0.4" [dependencies.raw-window-handle] version = "0.6" [dependencies.winit] version = "0.30" [dev-dependencies.egui_demo_lib] version = "0.29" default-features = false [dev-dependencies.image] version = "0.24" features = ["png"] default-features = false [features] clipboard = ["egui-winit/clipboard"] default = [ "clipboard", "links", ] links = ["egui-winit/links"]