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

Commit

Permalink
add example for bevy-egui #67
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarkin25 committed Jan 20, 2023
1 parent 78fe026 commit 8f4afd3
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
members = [
"egui_node_graph",
"egui_node_graph_example",
"bevy_egui_node_graph_example",
]
resolver = "2"
12 changes: 12 additions & 0 deletions bevy_egui_node_graph_example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "bevy_egui_node_graph_example"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.68"
bevy = "0.9.1"
bevy_egui = "0.17"
egui_node_graph = { version = "0.4.0", path = "../egui_node_graph" }
Loading

0 comments on commit 8f4afd3

Please sign in to comment.