rmgl 1.0.3

A small and kinda working ray marching graphics lib
Documentation
[dependencies.gl]
version = "0.14"

[dependencies.image]
version = "0.25.1"

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

[package]
authors = ["Omer Tehar Lev teharlevo@gmail.com"]
description = "A small and kinda working ray marching graphics lib"
documentation = "https://docs.rs/rmgl"
edition = "2021"
homepage = "https://github.com/teharlevo/RayMarchingGraphicsLibrary"
license = "MIT"
name = "rmgl"
readme = "README.md"
repository = "https://github.com/teharlevo/RayMarchingGraphicsLibrary"
resolver = "1"
version = "1.0.3"
[package.metadata.docs.rs-links]
readme = "README.md"