rael_obj 0.0.2

a simple function to load obj file with lightning and transform, to draw it using rael
Documentation
[dependencies.crossterm]
version = "0.29.0"

[dependencies.image]
version = "0.25.8"

[dependencies.obj-rs]
version = "0.7.4"

[dependencies.rael]
version = "0.1.2"

[dependencies.rayon]
version = "1.11.0"

[lib]
name = "rael_obj"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "games"]
description = "a simple function to load obj file with lightning and transform, to draw it using rael"
edition = "2024"
homepage = "https://github.com/YoussefDevPro/rael_obj"
keywords = ["terminal", "tui", "console", "graphics", "renderer"]
license = "MIT"
name = "rael_obj"
readme = "README.md"
repository = "https://github.com/YoussefDevPro/rael_obj"
version = "0.0.2"