summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-23 16:52:37 -0500
committerpommicket <pommicket@gmail.com>2023-01-23 16:52:37 -0500
commitbbf9bd5fe273e474c207258f5e514cd57e438094 (patch)
tree848adb27f48e7f80d7dcd4c1e264e697b3838a7f /Cargo.toml
parentd11230e272947b1b5fac3c1267d86783189e0457 (diff)
screenshot key
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dff7d65..398f700 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,8 @@ serde = "1.0.150"
serde_derive = "1.0.150"
gl = "0.14.0"
nalgebra = "0.31.4"
+png = "0.17.7"
+chrono = "0.4.23"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.12"