Skip to content
Snippets Groups Projects
Cargo.toml 316 B
Newer Older
  • Learn to ignore specific revisions
  • name = "chip-ahoyto"
    
    version = "0.1.0"
    authors = ["João Magalhães <joamag@gmail.com>"]
    
    description = "CHIP-8 Emulator in Rust"
    
    license = "Apache"
    keywords = ["chip-8", "emulator", "rust"]
    edition = "2018"
    
    [lib]
    crate-type = ["cdylib", "rlib"]
    
    [dependencies.getrandom]
    version = "0.2"
    features = ["js"]