vines 0.0.3

NES emulator library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "vines"
version = "0.0.3"
build = false
exclude = ["submodules"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NES emulator library"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/lyrakisk/vines"

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

[[example]]
name = "color_test"
path = "examples/color_test/main.rs"

[[example]]
name = "pacman"
path = "examples/pacman/main.rs"

[dependencies.bitflags]
version = "2.6.0"

[dependencies.egui]
version = "0.31.1"

[dependencies.once_cell]
version = "1.19.0"

[dev-dependencies.jzon]
version = "0.12.4"

[dev-dependencies.rand]
version = "=0.7.3"

[dev-dependencies.test-case]
version = "3.3.1"

[profile.release]
debug = 2