Skip to content
Snippets Groups Projects
Cargo.toml 371 B
Newer Older
  • Learn to ignore specific revisions
  • [package]
    name = "chip-ahoyoto"
    version = "0.1.0"
    authors = ["João Magalhães <joamag@gmail.com>"]
    description = "Chip-8 Emulator in Rust"
    repository = "https://github.com/joao-conde/jc-chip8"
    license = "Apache"
    keywords = ["chip-8", "emulator", "rust"]
    edition = "2018"
    
    [lib]
    crate-type = ["cdylib", "rlib"]
    
    [dependencies.getrandom]
    version = "0.2"
    features = ["js"]