Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 8f4afd3

Browse files
committed
add example for bevy-egui #67
1 parent 78fe026 commit 8f4afd3

File tree

4 files changed

+600
-1
lines changed

4 files changed

+600
-1
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
members = [
33
"egui_node_graph",
44
"egui_node_graph_example",
5+
"bevy_egui_node_graph_example",
56
]
7+
resolver = "2"
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[package]
2+
name = "bevy_egui_node_graph_example"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
anyhow = "1.0.68"
10+
bevy = "0.9.1"
11+
bevy_egui = "0.17"
12+
egui_node_graph = { version = "0.4.0", path = "../egui_node_graph" }

0 commit comments

Comments
 (0)