summaryrefslogtreecommitdiffstats
path: root/voxel/Cargo.toml
blob: df2e7b0ea5a382d0cd99068cba8bfcf54f7e59f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- coding: utf-8 -*-

[package]
edition         = "2021"
name            = "voxel"
#description     = ""
version         = "0.1.0"
#homepage        = ""
authors         = ["Michael Buesch <m@bues.ch>"]
license         = "MIT OR Apache-2.0"
#readme          = "README.md"
#repository      = ""

#categories      = []
#keywords        = []
publish         = false

[dependencies]
anyhow          = "1"
colorsys        = "0.6"
graphics        = { path = "../graphics" }
image           = "0.24"
num_cpus        = "1"
parking_lot     = "0.12"
rand            = "0.8"
rand_chacha     = "0.3"
range-lock      = "0.2"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface