optic-loop 0.0.1

Game loop, Runtime trait, and Game builder for Optic engine
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 = "optic-loop"
version = "0.0.1"
authors = ["Kono-o"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Game loop, Runtime trait, and Game builder for Optic engine"
readme = false
license = "MIT"
repository = "https://github.com/Kono-o/optic-engine"

[features]
online = ["optic-online"]

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

[dependencies.gilrs]
version = "0.10"

[dependencies.optic-core]
version = "0.0.1"

[dependencies.optic-online]
version = "0.0.1"
optional = true

[dependencies.optic-render]
version = "0.0.1"

[dependencies.optic-window]
version = "0.0.1"

[dependencies.winit]
version = "0.30.12"