2022-08-25 08:23:12 +02:00

21 lines
341 B
TOML

[package]
name = "egui_node_graph_example"
version = "0.1.0"
authors = ["setzer22"]
edition = "2021"
rust-version = "1.56"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
eframe = "0.19.0"
egui_node_graph = { path = "../egui_node_graph" }
anyhow = "1.0"
[features]
default = []
[profile.release]
opt-level = 2 # fast and small wasm