# 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 = "trapezoid-core" version = "0.1.2" authors = ["Amjad Alsharafi "] description = "A PSX emulator, backed by vulkano for rendering" readme = "README.md" keywords = [ "psx", "emulator", "vulkan", "rust", ] categories = [ "emulators", "games-and-graphics", ] license = "MIT" repository = "https://github.com/Amjad50/trapezoid" [dependencies.bitflags] version = "2.1" [dependencies.byteorder] version = "1.4.2" [dependencies.crossbeam] version = "0.8.1" [dependencies.log] version = "0.4" [dependencies.phf] version = "0.11.1" features = ["macros"] default-features = false [dependencies.vulkano] version = "0.33" [dependencies.vulkano-shaders] version = "0.33" [features] debugger = []