# 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" name = "blue_engine" version = "0.5.21" authors = ["Elham Aryanpur "] build = false exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "General-Purpose, Easy-to-use, Fast, and Portable graphics engine" documentation = "https://aryanpurtech.github.io/BlueEngineDocs/" readme = "README.md" keywords = [ "gamedev", "graphics", "3D", "2D", ] categories = [ "game-development", "gui", "graphics", "rendering", ] license = "Apache-2.0" repository = "https://github.com/AryanpurTech/BlueEngine" [lib] name = "blue_engine" path = "src/lib.rs" [dependencies.android_logger] version = "0.14" optional = true [dependencies.bytemuck] version = "1.16" features = ["derive"] [dependencies.downcast] version = "0.11" [dependencies.env_logger] version = "0.11" optional = true [dependencies.eyre] version = "0.6" [dependencies.image] version = "0.25.2" [dependencies.log] version = "0.4" optional = true [dependencies.nalgebra-glm] version = "0.19" [dependencies.pollster] version = "0.3" [dependencies.wgpu] version = "22.1.0" [dependencies.winit] version = "0.30.5" features = ["rwh_06"] [features] android = [ "dep:log", "dep:android_logger", ] android_game_activity = ["winit/android-game-activity"] android_native_activity = ["winit/android-native-activity"] debug = ["dep:env_logger"] default = [ "debug", "u16", ] u16 = [] u32 = [] [target.'cfg(target_arch = "wasm32")'.dependencies.wgpu] version = "22.1.0" features = ["webgl"]