# 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 = "feo3boy-player" version = "0.1.0" description = "Cross-platform frontend for the `feo3boy` emulator core." keywords = [ "gameboy", "retro", ] categories = ["emulators"] license = "MIT" repository = "https://github.com/ciaran2/feo3boy.git" [dependencies.clap] version = "4" features = ["derive"] [dependencies.cpal] version = "0.15" [dependencies.env_logger] version = "0.10" [dependencies.feo3boy] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.pixels] version = "0.12" [dependencies.ringbuf] version = "0.3" [dependencies.winit] version = "0.28" [dependencies.winit_input_helper] version = "0.14"