iris-core 1.1.5

Iris engine core: cross-platform windowing, async runtime, memory pool, IO and networking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "iris-core"

version.workspace = true

edition.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

rust-version.workspace = true

description = "Iris engine core: cross-platform windowing, async runtime, memory pool, IO and networking"



[dependencies]

tokio.workspace = true

winit.workspace = true



[target.'cfg(target_arch = "wasm32")'.dependencies]

wasm-bindgen = "0.2"

web-sys = { version = "0.3", features = ["Window", "Document", "HtmlCanvasElement", "Element"] }