# 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_glfw_gl2" version = "0.1.2" authors = ["Zenith "] include = [ "**/*.rs", "Cargo.toml", ] description = "OpenGL backend for egui using GLFW" homepage = "https://github.com/ZergZenith/egui_glfw_gl2" readme = "README.md" keywords = [ "glfw", "opengl", "egui", "gui", "gamedev", ] categories = [ "gui", "graphics", ] license = "MIT" repository = "https://github.com/ZergZenith/egui_glfw_gl2" [dependencies.cgmath] version = "0.18.0" [dependencies.cli-clipboard] version = "0.4.0" [dependencies.egui] version = "0.27.0" [dependencies.gl33] version = "0.2.1" [dependencies.glfw] version = "0.55.0" [dependencies.regex] version = "1.10.4" [dependencies.webbrowser] version = "0.8.13" [dependencies.winapi] version = "0.3.9"