makepad/libs/byteorder-lite/Cargo.toml
2026-02-17 18:11:36 +01:00

10 lines
252 B
TOML

[package]
name = "makepad-byteorder-lite"
version = "0.1.0"
edition = "2021"
license = "Unlicense OR MIT"
description = "Library for reading/writing numbers in big-endian and little-endian (inhoused for makepad)"
[features]
default = ["std"]
std = []