# -*- coding: utf-8 -*- [package] edition = "2021" name = "walleng" #description = "" version = "0.1.0" #homepage = "" authors = ["Michael Buesch ", "Marco Lochen"] license = "GPLv2+" #readme = "README.md" #repository = "" #categories = [] #keywords = [] publish = false [dependencies] anyhow = "1" float_eq = "1" graphics = { path = "../graphics" } # vim: ts=4 sw=4 expandtab