# 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] name = "dacite-winit" version = "0.7.0" authors = ["Dennis Hamester "] description = "Interoperability library for dacite and winit for easy Vulkan surface creation" homepage = "https://gitlab.com/dennis-hamester/dacite" documentation = "https://docs.rs/dacite-winit" readme = "README.md" keywords = ["windowing", "vulkan"] categories = ["gui"] license = "ISC" repository = "https://gitlab.com/dennis-hamester/dacite" [dependencies.dacite] version = "0.7" [dependencies.winit] version = "0.7" [dependencies.bitflags] version = "1.0" [badges.gitlab] repository = "dennis-hamester/dacite"