15 lines
355 B
TOML
15 lines
355 B
TOML
[package]
|
|
name = "texture_loader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
legacy = []
|
|
#roblox = []
|
|
#source = []
|
|
|
|
[dependencies]
|
|
strafesnet_common = { git = "https://git.itzana.me/StrafesNET/common", rev = "43f771fb0f19a3751875df1f25bf9cb5874f75f4" }
|