# 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] name = "gfx_app" version = "0.9.0" authors = ["The Gfx-rs Developers"] description = "GFX example application framework" homepage = "https://github.com/gfx-rs/gfx" documentation = "https://docs.rs/gfx_app" keywords = ["graphics", "gamedev"] license = "Apache-2.0" [lib] name = "gfx_app" [[example]] name = "blend" path = "examples/blend/main.rs" [[example]] name = "cube" path = "examples/cube/main.rs" [[example]] name = "deferred" path = "examples/deferred/main.rs" [[example]] name = "flowmap" path = "examples/flowmap/main.rs" [[example]] name = "gamma" path = "examples/gamma/main.rs" [[example]] name = "performance" path = "examples/performance/main.rs" [[example]] name = "shadow" path = "examples/shadow/main.rs" [[example]] name = "skybox" path = "examples/skybox/main.rs" [[example]] name = "terrain" path = "examples/terrain/main.rs" [[example]] name = "terrain_tessellated" path = "examples/terrain_tessellated/main.rs" [[example]] name = "triangle" path = "examples/triangle/main.rs" [[example]] name = "instancing" path = "examples/instancing/main.rs" [[example]] name = "ubo_tilemap" path = "examples/ubo_tilemap/main.rs" [[example]] name = "mipmap" path = "examples/mipmap/main.rs" [[example]] name = "particle" path = "examples/particle/main.rs" [[example]] name = "render_target" path = "examples/render_target/main.rs" [dependencies.env_logger] version = "0.5" [dependencies.gfx] version = "0.18" [dependencies.gfx_core] version = "0.9" [dependencies.gfx_device_gl] version = "0.16" [dependencies.gfx_macros] version = "0.2" [dependencies.gfx_window_glfw] version = "0.17" optional = true [dependencies.gfx_window_glutin] version = "0.29" [dependencies.gfx_window_sdl] version = "0.9" optional = true [dependencies.glutin] version = "0.19" [dependencies.log] version = "0.4" [dependencies.winit] version = "0.18" [dev-dependencies.cgmath] version = "0.16" [dev-dependencies.genmesh] version = "0.5" [dev-dependencies.gfx_gl] version = "0.5" [dev-dependencies.image] version = "0.20" [dev-dependencies.noise] version = "0.2" [dev-dependencies.rand] version = "0.5" [features] default = [] glfw = ["gfx_window_glfw"] headless = ["gfx_window_glutin/headless"] mint = ["gfx/mint", "gfx_core/mint"] sdl = ["gfx_window_sdl"] serialize = ["gfx/serialize", "gfx_core/serialize"] unstable = [] [target."cfg(windows)".dependencies.gfx_device_dx11] version = "0.8" [target."cfg(windows)".dependencies.gfx_window_dxgi] version = "0.18"