psp 0.2.2

A library for building full PSP modules, including both PRX plugins and regular homebrew apps.
Documentation
[dependencies.bitflags]
version = "1.2.1"

[dependencies.embedded-graphics]
features = ["fixed_point"]
optional = true
version = "0.7.1"

[dependencies.num_enum]
default-features = false
version = "0.5.0"

[dependencies.num_enum_derive]
default-features = false
version = "0.5.0"

[dependencies.paste]
version = "0.1.12"

[dependencies.unstringify]
version = "0.1.4"

[features]
default = []
std = []
stub-only = []

[lib]
crate-type = ["lib", "staticlib"]

[package]
authors = ["Marko Mijalkovic <marko.mijalkovic97@gmail.com>", "Paul Sajna <sajattack@gmail.com>"]
build = "build.rs"
description = "A library for building full PSP modules, including both PRX plugins and regular homebrew apps."
edition = "2018"
license = "MIT"
name = "psp"
readme = "README.md"
repository = "https://github.com/overdrivenpotato/rust-psp"
version = "0.2.2"