.cargo
engine
integration-testing
lib
bsp_loader
common
deferred_loader
src
.gitignore
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
fixed_wide
linear_ops
ratio_ops
rbx_loader
rbxassetid
roblox_emulator
snf
README.md
map-tool
strafe-client
tools
.gitignore
Cargo.lock
Cargo.toml
README.md
logo.png
14 lines
490 B
TOML
14 lines
490 B
TOML
[package]
|
|
name = "strafesnet_deferred_loader"
|
|
version = "0.5.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 = { version = "0.6.0", path = "../common", registry = "strafesnet" }
|