All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Complete userspace bindings to:
- the Control Library
- Fix
i32
being used instead ofu32
aspsp2_sys::types::SceUInt
v0.2.2 - 2018-09-12
- Fix missing
#[cfg_attr(...)]
inpsp_sys::kernel
v0.2.1 - 2018-09-12
dox
feature to disable linking tovitasdk
stubs during compilation (use indocs.rs
)
- Links in
CHANGELOG.md
file.
v0.2.0 - 2018-07-06
- Complete userspace bindings to:
- Partial userspace bindings to:
- the threading part of the Thread Manager Library
- the semaphore part of the Thread Manager Library
v0.1.1 - 2018-07-04
build.rs
only to warn about missing$VITASDK
environment variable (allowscargo doc
without$VITASDK
set)
v0.1.0 - 2018-07-04
- Complete userspace bindings to:
- Partial userspace bindings to:
- the mutex part of the Thread Manager Library
- the color formats of the GPU Graphics Library
- A basic README with links to other
vita-rust
projects. - This CHANGELOG file.