utilities/Cargo.toml

17 lines
477 B
TOML
Raw Normal View History

2023-01-16 09:47:56 +00:00
[package]
name = "utilities"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
2023-02-20 09:14:23 +00:00
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
2023-01-16 09:47:56 +00:00
rand = "0.8.5"
2023-06-30 00:19:17 +00:00
backtrace = "0.3.68"
2023-01-16 09:47:56 +00:00
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2023-07-16 00:05:14 +00:00
anyhow = { version = "1.0.72", features = ["backtrace"] }
2023-02-20 09:14:23 +00:00
reprc_proc_macro = { path = "src/reprc_proc_macro" }
2023-01-16 09:47:56 +00:00
# networking
2023-07-22 00:03:53 +00:00
serde = { version = "1.0.174", features = ["derive"] }