playdate-allocator 0.1.0

Global allocator and allocator-api implementation for Playdate
Documentation
[features]
allocator-api = []
default = []
global = []
global-error-handler = []
static-link = []

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

[package]
authors = ["Alex Koz <a@koz.email>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "external-ffi-bindings", "api-bindings", "game-development", "no-std"]
description = "Global allocator and allocator-api implementation for Playdate"
edition = "2021"
homepage = "https://github.com/boozook/playdate"
keywords = ["playdate", "allocator", "allocator-api", "gamedev"]
license = "MIT OR Apache-2.0"
name = "playdate-allocator"
publish = true
readme = "README.md"
repository = "https://github.com/boozook/playdate.git"
version = "0.1.0"