# 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 = "open_ui" version = "1.4.0" authors = ["craig "] include = ["src/lib.rs", "Cargo.toml"] description = "🕹 Build cross-platform GUI apps with Rust" homepage = "https://github.com/craigfay/open_ui" readme = "README.md" keywords = ["ui", "window", "game", "graphics", "gui"] categories = ["graphics", "gui", "game-development", "game-engines", "rendering"] license-file = "LICENSE" repository = "https://github.com/craigfay/open_ui" resolver = "2" [dependencies.glium] version = "0.31.0"