Skip to content
Snippets Groups Projects
Cargo.toml 476 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.10.13"
    
    authors = ["João Magalhães <joamag@gmail.com>"]
    
    description = "A Libretro frontend for Boytacen"
    
    license = "Apache-2.0"
    keywords = ["gameboy", "emulator", "rust", "libretro"]
    
    João Magalhães's avatar
    João Magalhães committed
    edition = "2021"
    
    readme = "README.md"
    
    
    [lib]
    crate-type = ["cdylib"]
    
    
    [features]
    debug = ["boytacean/debug"]
    pedantic = ["boytacean/pedantic"]
    cpulog = ["boytacean/cpulog"]
    
    
    [dependencies]
    
    João Magalhães's avatar
    João Magalhães committed
    boytacean = { path = "../..", version = "0.10.13" }