# 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 = "coffee" version = "0.4.1" authors = ["Héctor Ramón Jiménez "] exclude = ["images/*"] description = "An opinionated 2D game engine focused on simplicity, explicitness, and type-safety" documentation = "https://docs.rs/coffee" readme = "README.md" keywords = ["game", "engine", "2D", "graphics", "coffee"] categories = ["game-engines"] license = "MIT" repository = "https://github.com/hecrj/coffee" [package.metadata.docs.rs] features = ["opengl", "debug"] [dependencies.futures] version = "0.3" optional = true [dependencies.gfx] version = "0.18" optional = true [dependencies.gfx_core] version = "0.9" optional = true [dependencies.gfx_device_gl] version = "0.16" optional = true [dependencies.gfx_glyph] version = "0.15" optional = true [dependencies.gilrs] version = "0.7" [dependencies.glutin] version = "0.24" optional = true [dependencies.image] version = "0.21" [dependencies.lyon_tessellation] version = "0.13" [dependencies.nalgebra] version = "0.18" [dependencies.rayon] version = "1.0" [dependencies.stretch] version = "0.2" [dependencies.twox-hash] version = "1.3" [dependencies.wgpu] version = "0.5" optional = true [dependencies.wgpu_glyph] version = "0.8" optional = true [dependencies.winit] version = "0.22" [dependencies.zerocopy] version = "0.3" optional = true [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.rand] version = "0.6" [features] debug = [] default = [] dx11 = ["wgpu", "wgpu_glyph", "zerocopy", "futures"] dx12 = ["wgpu", "wgpu_glyph", "zerocopy", "futures"] metal = ["wgpu", "wgpu_glyph", "zerocopy", "futures"] opengl = ["gfx", "gfx_core", "glutin", "gfx_device_gl", "gfx_glyph"] vulkan = ["wgpu", "wgpu_glyph", "zerocopy", "futures"]