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