ambient_project_rt 0.2.1

Runtime support for code generated by the Ambient project macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ambient_project_rt"
edition = "2021"
description = "Runtime support for code generated by the Ambient project macro."
license = "MIT OR Apache-2.0"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = { workspace = true }
version = { workspace = true }

[dependencies]
byteorder = { workspace = true }
glam = { workspace = true }
thiserror = { workspace = true }