olympia_core 0.3.0

Olympia is a gameboy emulator and toolkit, intended to run as a native or web assembly application targeting a cycle count accurate emulation. olympia_core defines fundamental data types for use across emulator components. Frontends and other users should instead rely on `olympia_engine`
Documentation
[badges.gitlab]
branch = "master"
repository = "tonyfinn/olympia"

[dependencies.derive_more]
version = "0.99.5"

[package]
authors = ["Tony Finn <git@tonyfinn.com>"]
description = """
Olympia is a gameboy emulator and toolkit, intended to run
as a native or web assembly application targeting a cycle 
count accurate emulation. olympia_core defines fundamental
data types for use across emulator components.

Frontends and other users should instead rely on `olympia_engine`
"""
documentation = "https://docs.rs/olympia_core"
edition = "2018"
homepage = "https://gitlab.com/tonyfinn/olympia"
license = "GPL-3.0-or-later"
name = "olympia_core"
readme = "README.md"
repository = "https://gitlab.com/tonyfinn/olympia"
version = "0.3.0"