playdate-allocator 0.0.0

Global allocator and allocator-api implementation for Playdate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "playdate-allocator"
version = "0.0.0"
readme = "README.md"
description = "Global allocator and allocator-api implementation for Playdate"
keywords = ["playdate", "allocator", "ffi", "gamedev"]
categories = ["memory-management", "external-ffi-bindings", "api-bindings", "game-development", "no-std"]
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
publish = true

[dependencies]