aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 566905d3d6ce156543c4aee8a8441ba44c1c81fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "runes"
version = "0.1.0"
authors = ["Determinant <tederminant@gmail.com>"]
description = "A no-std NES emulator library written purely in Rust."

[dev-dependencies.sdl2]
version = "0.31"
features = ["unsafe_textures"]

[lib]
name = "runes"
path = "src/lib.rs"

[[example]]
name = "runes"
path = "src/bin.rs"