# -*- coding: utf-8 -*- [package] edition = "2021" name = "voxel" #description = "" version = "0.1.0" #homepage = "" authors = ["Michael Buesch "] 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