# 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 = "screen-13" version = "0.11.4" authors = ["John Wells "] description = "An easy-to-use Vulkan rendering engine in the spirit of QBasic." homepage = "https://github.com/attackgoat/screen-13" documentation = "https://docs.rs/screen-13" readme = "README.md" keywords = [ "gamedev", "vulkan", ] categories = [ "game-development", "multimedia::images", "rendering::engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/attackgoat/screen-13" [dependencies.ash] version = ">=0.37.1, <0.38" [dependencies.ash-window] version = "0.12" [dependencies.derive_builder] version = "0.20" [dependencies.gpu-allocator] version = "0.26" [dependencies.log] version = "0.4" [dependencies.ordered-float] version = "4.1" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.paste] version = "1.0" [dependencies.profiling] version = "1.0" [dependencies.raw-window-handle] version = "0.5" [dependencies.spirq] version = "1.2" [dependencies.vk-sync] version = "0.4.0" package = "vk-sync-fork" [dependencies.winit] version = "0.29" features = ["rwh_05"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bmfont] version = "0.3" default-features = false [dev-dependencies.bytemuck] version = "1.14" [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.glam] version = "0.27" features = ["bytemuck"] [dev-dependencies.half] version = "2.3" features = ["bytemuck"] [dev-dependencies.hassle-rs] version = "0.11" [dev-dependencies.image] version = "0.25" [dev-dependencies.inline-spirv] version = "0.2" [dev-dependencies.log] version = "0.4" [dev-dependencies.meshopt] version = "0.2" [dev-dependencies.polyhedron-ops] version = ">=0.2, <=0.2.4" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.puffin] version = "0.19" [dev-dependencies.puffin_http] version = "0.16" [dev-dependencies.rand] version = "0.8" [dev-dependencies.reqwest] version = "0.12" features = ["blocking"] [dev-dependencies.tobj] version = "4.0" [dev-dependencies.winit_input_helper] version = "0.16" [features] default = [] profile-with-optick = ["profiling/profile-with-optick"] profile-with-puffin = ["profiling/profile-with-puffin"] profile-with-superluminal = ["profiling/profile-with-superluminal"] profile-with-tracy = ["profiling/profile-with-tracy"] [target."cfg(target_os = \"macos\")".dependencies.ash-molten] version = "0.17"