summaryrefslogtreecommitdiffstats
path: root/third_party/rust/range-alloc/Cargo.toml
blob: 0ba998129b69ac56ffcc8d4784f33b75f9a3522c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "range-alloc"
version = "0.1.1"
description = "Generic range allocator used by gfx-rs backends"
homepage = "https://github.com/gfx-rs/gfx"
repository = "https://github.com/gfx-rs/gfx"
keywords = ["allocator"]
license = "MIT OR Apache-2.0"
authors = ["The Gfx-rs Developers"]
documentation = "https://docs.rs/range-alloc"
categories = ["memory-management"]
workspace = "../../../"
edition = "2018"

[lib]
name = "range_alloc"