cornix_app 0.0.0

Application for running Cornix app.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cornix_app"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "README.md"
description = "Application for running Cornix app."
keywords = ["science", "multimedia", "games", "gui"]

[dependencies]
bevy = { workspace = true }
lightyear = { workspace = true }

[lints]
workspace = true