g3 0.1.4

Neat library for computer graphics based on geometric algebra
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "g3"
version = "0.1.4"
authors = ["Werner Laurensse <werner@alman.ax>"]
description = "Neat library for computer graphics based on geometric algebra"
homepage = "https://github.com/wrnrlr/g3"
readme = "readme.md"
keywords = [
    "math",
    "graphics",
    "geometry",
]
categories = [
    "graphics",
    "mathematics",
    "wasm",
]
license = "ISC"
repository = "https://github.com/wrnrlr/g3"
resolver = "2"

[lib]

[[example]]
name = "renderer"
required-features = [
    "renderer",
    "egui",
    "eframe",
    "eframe/glow",
]

[dependencies.bytemuck]
version = "1.12.3"
features = [
    "derive",
    "nightly_portable_simd",
]
optional = true

[dependencies.eframe]
version = "0.19"
features = ["persistence"]
optional = true

[dependencies.egui]
version = "0.19"
features = ["mint"]
optional = true

[dependencies.glam]
version = "0.22.0"
optional = true

[dependencies.glow]
version = "0.11.2"
optional = true

[dependencies.hecs]
version = "0.9.1"
optional = true

[dependencies.mint]
version = "0.5.9"
optional = true

[dependencies.winit]
version = "0.27.5"
optional = true

[features]
renderer = [
    "glam",
    "hecs",
    "glow",
    "bytemuck",
]