utilities/Cargo.toml
2023-01-27 13:38:16 +01:00

18 lines
445 B
TOML

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