utilities/Cargo.toml
RenovateBot b597ce934a
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m43s
Update Rust crate anyhow to 1.0.80
2024-02-20 02:07:36 +00:00

17 lines
477 B
TOML

[package]
name = "utilities"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
rand = "0.8.5"
backtrace = "0.3.69"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.80", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking
serde = { version = "1.0.196", features = ["derive"] }