Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Dec 20, 2023
1 parent 785e752 commit f8ba1fc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
resolver = "2" # Important! wgpu/Bevy needs this!
members = [
# "crates/*"
"crates/forky/forky",
"crates/forky/forky_ai",
"crates/forky/forky_bevy",
"crates/forky/forky_cli",
Expand Down Expand Up @@ -36,6 +37,7 @@ repository = "https://github.com/mrchantey/forky"

[workspace.dependencies]
### internal ###
forky = { path = "./crates/forky/forky", version = "0.*" }
forky_ai = { path = "./crates/forky/forky_ai", version = "0.*" }
forky_bevy = { path = "./crates/forky/forky_bevy", version = "0.*" }
forky_cli = { path = "./crates/forky/forky_cli", version = "0.*" }
Expand Down
10 changes: 10 additions & 0 deletions crates/forky/forky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "forky"
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
documentation = { workspace = true }
license = { workspace = true }
readme = { workspace = true }
description = { workspace = true }
repository = { workspace = true }
Empty file added crates/forky/forky/src/lib.rs
Empty file.

0 comments on commit f8ba1fc

Please sign in to comment.