# 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 = "kopki" version = "0.4.5" authors = ["sugmaboy"] description = "a simple graphical engine made with wgpu and winit" readme = "README.md" keywords = [ "graphics", "gfx", ] categories = [ "graphics", "rendering", ] license-file = "LICENSE" repository = "https://github.com/jjmartinodev/kopki" [profile.ci-dev] incremental = false inherits = "dev" [dependencies.bytemuck] version = "1.14.3" features = ["derive"] [dependencies.pollster] version = "0.3.0" [dependencies.wgpu] version = "22.0" [dependencies.winit] version = "0.29.10"