# 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" rust-version = "1.56" name = "overdriven" version = "0.1.1" authors = ["sugmaboy"] description = "a wgpu context creator" readme = "README.md" keywords = [ "gfx", "graphics", ] categories = ["graphics"] license-file = "LICENSE" repository = "https://github.com/jjmartinodev/overdriven" [[test]] name = "test" path = "test/main.rs" harness = false [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.pollster] version = "0.3.0" [dependencies.wgpu] version = "0.18.0" [dependencies.winit] version = "0.28.0"