aetheris-client-native 0.3.17

Native desktop client for the Aetheris multiplayer platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "aetheris-client-native"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Native desktop client for the Aetheris multiplayer platform"
repository.workspace = true
readme = "README.md"

[[bin]]
name = "aetheris-client-native"
path = "src/main.rs"

[dependencies]