# 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 = "blue_engine_core" version = "0.1.0" authors = ["Elham Aryanpur "] description = "General-Purpose, Easy-to-use, Fast, Extendable, Secure, And Portable Graphics Engine" documentation = "https://github.com/BlueMazar/BlueEngine/wiki" keywords = ["gamedev", "graphics", "3D", "2D", "game"] categories = ["game-development", "gui", "graphics", "rendering"] license-file = "LICENSE.txt" repository = "https://github.com/BlueMazar/BlueEngine" [lib] name = "blue_engine_core" crate-type = ["rlib"] [dependencies.anyhow] version = "1.0.38" [dependencies.bytemuck] version = "1.5.1" features = ["derive"] [dependencies.cgmath] version = "0.18.0" [dependencies.futures] version = "0.3.13" [dependencies.image] version = "0.23.13" [dependencies.wgpu] version = "0.7.0" features = ["vulkan-portability"] [dependencies.winit] version = "0.24.0" [dependencies.winit_input_helper] version = "0.9.0"