sable-platform 0.1.0

Platform abstraction layer for Sable Engine - windowing, input, and events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sable-platform"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Platform abstraction layer for Sable Engine - windowing, input, and events"

[dependencies]
sable-core = { workspace = true }
thiserror = { workspace = true }
winit = { workspace = true }
raw-window-handle = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]