optic-window 0.0.3

Windowing and input for Optic engine — winit wrapper with per-frame key/mouse/gamepad state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "optic-window"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Windowing and input for Optic engine — winit wrapper with per-frame key/mouse/gamepad state"

[dependencies]
optic-core = { path = "../optic-core", version = "0.0.3" }
winit.workspace = true
raw-window-handle.workspace = true
gilrs.workspace = true