display3d 0.2.0

A tool to display 3d objects in the terminal
[[bin]]
name = "display3d"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.26"

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.gemini-engine]
version = "0.14.3"

[dependencies.stl_io]
version = "0.8.2"

[dependencies.tobj]
version = "4.0.2"

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
enum_glob_use = "warn"
nursery = "warn"
pedantic = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tool to display 3d objects in the terminal"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "display3d"
readme = "README.md"
repository = "https://github.com/renpenguin/display3d"
version = "0.2.0"