rmgl 1.0.1

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"
repository = "https://github.com/teharlevo/RayMarchingGraphicsLibrary"
resolver = "1"
version = "1.0.1"