Makes map tool work for external libs. It works if you have problems merge it and fix it later. Reviewed-on: #42 Reviewed-by: Rhys Lloyd <quaternions@noreply@itzana.me> Co-authored-by: itzaname <me@sliving.io> Co-committed-by: itzaname <me@sliving.io>
17 lines
464 B
TOML
17 lines
464 B
TOML
[package]
|
|
name = "strafesnet_deferred_loader"
|
|
version = "0.6.0"
|
|
edition = "2024"
|
|
repository = "https://git.itzana.me/StrafesNET/strafe-project"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Acquire IDs for objects before loading them in bulk."
|
|
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
strafesnet_common.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|