# 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 = "gtk4_glium" version = "0.4.0" description = "Use Gtk4 and Glium together" homepage = "https://remcokranenburg.com" readme = "README.md" keywords = [ "graphics", "gtk", "opengl", "glium", "gui", ] categories = [ "api-bindings", "graphics", "gui", "rendering", "rendering::graphics-api", ] license = "MIT" repository = "https://github.com/remcokranenburg/gtk4-glium" [dependencies.gl_loader] version = "0.1.2" [dependencies.glib] version = "0.19.0" [dependencies.glium] version = "0.34.0" [dependencies.gtk4] version = "0.8.0"