# 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 = "dagger" version = "0.1.0" authors = ["Thomas Reddy "] description = "A rust UI library." readme = "README.md" keywords = [ "ui", "graphics", "window", "opengl", "dagger", ] categories = [ "graphics", "gui", "rendering::engine", ] license = "GPL-3.0-or-later" repository = "https://github.com/standard-abstractions/dagger" [dependencies.dagger_layout] version = "0.1" features = ["glium"] [dependencies.dagger_macros] version = "0.1" [dependencies.glium] version = "0.34" [dependencies.glutin] version = "0.31" [dependencies.vek] version = "0.17" [dependencies.winit] version = "0.29"