Skip to content
Snippets Groups Projects
Cargo.toml 449 B
Newer Older
  • Learn to ignore specific revisions
  • [package]
    name = "boytacean-libretro"
    
    João Magalhães's avatar
    João Magalhães committed
    version = "0.9.12"
    
    authors = ["João Magalhães <joamag@gmail.com>"]
    description = "A Lib Retro frontend for Boytacen"
    license = "Apache-2.0"
    keywords = ["gameboy", "emulator", "rust", "libretro"]
    edition = "2018"
    
    readme = "README.md"
    
    
    [lib]
    crate-type = ["cdylib"]
    
    
    [features]
    debug = ["boytacean/debug"]
    pedantic = ["boytacean/pedantic"]
    cpulog = ["boytacean/cpulog"]
    
    
    [dependencies.boytacean]
    path = "../.."