[dependencies]
[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", "ffi", "gamedev"]
license = "MIT OR Apache-2.0"
name = "playdate-allocator"
publish = true
readme = "README.md"
repository = "https://github.com/boozook/playdate.git"
version = "0.0.0"