# 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 = "byteplug" version = "0.0.1" authors = ["Jonathan De Wachter "] description = "Minimalistic Multimedia Library" homepage = "https://www.intjelic.me/project/byteplug" readme = "README.md" keywords = ["byteplug", "minimalistic", "multimedia", "library", "game"] categories = ["os", "mathematics", "rendering", "multimedia", "gui"] license = "MIT" repository = "https://github.com/intjelic/byteplug" [dependencies.glutin] version = "0.24" [dependencies.winit] version = "0.22.2" [build-dependencies.gl_generator] version = "0.5.0"