# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "conrod_prompt" version = "0.4.1" authors = ["Tim Alberdingk Thijm "] description = "A small conrod library for creating user prompt widgets" homepage = "https://gitlab.com/birdink/conrod_prompt" documentation = "https://docs.rs/conrod_prompt" readme = "README.md" keywords = ["ui", "prompt", "widgets", "gui", "interface"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/birdink/conrod_prompt.git" [dependencies.conrod_core] version = "0.73" [dependencies.conrod_derive] version = "0.73" [dev-dependencies.conrod_glium] version = "0.73" [dev-dependencies.conrod_winit] version = "0.73" [dev-dependencies.find_folder] version = "0.3" [dev-dependencies.glium] version = "0.28" [dev-dependencies.image] version = "0.23" [dev-dependencies.winit] version = "0.23"