2023-09-12 18:25:33 +00:00
|
|
|
[package]
|
|
|
|
name = "lyra-resource"
|
2023-09-12 23:07:03 +00:00
|
|
|
version = "0.0.1"
|
2023-09-12 18:25:33 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.75"
|
2023-09-22 03:11:09 +00:00
|
|
|
base64 = "0.21.4"
|
2023-09-26 21:14:38 +00:00
|
|
|
edict = "0.5.0"
|
2023-09-22 03:11:09 +00:00
|
|
|
glam = "0.24.1"
|
2023-09-29 17:00:33 +00:00
|
|
|
gltf = { version = "1.3.0", features = ["KHR_materials_pbrSpecularGlossiness"] }
|
2023-09-12 18:25:33 +00:00
|
|
|
image = "0.24.7"
|
2023-09-22 03:11:09 +00:00
|
|
|
percent-encoding = "2.3.0"
|
2023-09-12 18:25:33 +00:00
|
|
|
thiserror = "1.0.48"
|
2023-10-05 15:42:24 +00:00
|
|
|
tracing = "0.1.37"
|
2023-09-12 18:25:33 +00:00
|
|
|
uuid = { version = "1.4.1", features = ["v4"] }
|