# 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 = "gsfk" version = "0.1.0" authors = ["Lattexshz"] description = "Graphics framework" readme = "README.md" license = "MIT" resolver = "1" [dependencies.ash] version = "0.37.2+1.3.238" features = ["linked"] optional = true [dependencies.ash-window] version = "0.12.0" optional = true [dependencies.gl] version = "0.14.0" optional = true [dependencies.raw-window-handle] version = "0.5.2" [dependencies.winey] version = "0.1.0" [build-dependencies.gl_generator] version = "0.14.0" [features] gl = [ "dep:gl", "safex/glx", ] vulkan = [ "ash", "ash-window", ] [target."cfg(unix)".dependencies.safex] version = "0.0.5" features = ["xlib"] [target."cfg(unix)".dependencies.x11] version = "2.21.0" features = ["glx"] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "windef", "ntdef", "winuser", "libloaderapi", "wingdi", ]