mraphics-control 0.0.2

The interactive control module of Mraphics
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 = "2024"
name = "mraphics-control"
version = "0.0.2"
authors = ["SeiyaCooper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The interactive control module of Mraphics"
homepage = "https://github.com/SeiyaCooper/Mraphics"
readme = false
license = "Apache-2.0"
repository = "https://github.com/SeiyaCooper/Mraphics"
resolver = "2"

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

[dependencies.mraphics-core]
version = "0.0.2"

[dependencies.nalgebra]
version = "0.34.1"

[dependencies.winit]
version = "0.30.5"