optic-core 0.0.3

Shared types, geometry, errors, and ANSI logging for Optic engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "optic-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared types, geometry, errors, and ANSI logging for Optic engine"

[dependencies]
cgmath.workspace = true
optic-color = { path = "../optic-color", version = "0.0.3" }