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-08-23 00:04:08 +00:00
backtrace = "0.3.69"
2023-01-16 09:47:56 +00:00
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
2023-08-20 00:05:14 +00:00
anyhow = { version = "1.0.75", 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-08-27 00:06:00 +00:00
serde = { version = "1.0.188", features = ["derive"] }