neon-dev 0.2.0

Neon3 local development and scenario tooling
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "neon-dev"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Neon3 local development and scenario tooling"
repository.workspace = true
readme = "README.md"
include = ["src/**", "assets/**", "Cargo.toml", "README.md", "LICENSE*", "../LICENSE*", "../Cargo.toml"]

[dependencies]
windows-sys.workspace = true
neon-ipc = { version = "0.2.0", path = "../neon-ipc" }
neon-protocol = { version = "0.2.0", path = "../neon-protocol" }
neon-ui-runtime = { version = "0.2.0", path = "../neon-ui-runtime" }
neon-ui-schema = { version = "0.2.0", path = "../neon-ui-schema" }
serde_json.workspace = true
png = "0.18"