Skip to content

Commit

Permalink
epic: remove sweet
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Jul 23, 2024
1 parent 60171e2 commit 59ab278
Show file tree
Hide file tree
Showing 640 changed files with 214 additions and 6,185 deletions.
223 changes: 178 additions & 45 deletions Cargo.lock

Large diffs are not rendered by default.

59 changes: 25 additions & 34 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@
resolver = "2" # Important! wgpu/Bevy needs this!
members = [
# "crates/*"
"crates/forky/forky",
# "crates/forky/forky_ai",
"crates/forky/forky_bevy",
"crates/forky/forky_cli",
"crates/forky/forky_core",
"crates/forky/forky_core/test",
"crates/forky/forky_esp",
"crates/forky/forky_fs",
"crates/forky/forky_fs/test",
"crates/forky/forky_play",
"crates/forky/forky_web",
"crates/forky/forky_web/test",
"crates/forky/forky_web/macros",
"crates/sweet",
"crates/sweet/macros",
"crates/sweet/cli",
"crates/forky",
# "crates/forky_ai",
"crates/forky_bevy",
"crates/forky_cli",
"crates/forky_core",
"crates/forky_core/test",
"crates/forky_esp",
"crates/forky_fs",
"crates/forky_fs/test",
"crates/forky_play",
"crates/forky_web",
"crates/forky_web/test",
"crates/forky_web/macros",
]

[workspace.package]
Expand All @@ -32,26 +29,18 @@ description = "Rust Utilities"
documentation = "https://mrchantey.github.io/forky/docs"
repository = "https://github.com/mrchantey/forky"

[workspace.dependencies.bevy]
# bevy = "0.14"
path = "../../work-ref/bevy"
# git = "https://github.com/mrchantey/bevy"
# branch = "add-reflect-attributes"

[workspace.dependencies]
### internal ###
forky = { path = "./crates/forky/forky", version = "0.1.50" }
# forky_ai = { path = "./crates/forky/forky_ai", version = "0.1.43" }
forky_bevy = { path = "./crates/forky/forky_bevy", version = "0.1.50" }
forky_cli = { path = "./crates/forky/forky_cli", version = "0.1.50" }
forky_core = { path = "./crates/forky/forky_core", version = "0.1.50" }
forky_fs = { path = "./crates/forky/forky_fs", version = "0.1.50" }
forky_esp = { path = "./crates/forky/forky_esp", version = "0.1.50" }
forky_play = { path = "./crates/forky/forky_play", version = "0.1.50" }
forky_web = { path = "./crates/forky/forky_web", version = "0.1.50" }
forky_web_macros = { path = "./crates/forky/forky_web/macros", version = "0.1.50" }
sweet = { path = "./crates/sweet", version = "0.1.50" }
sweet_macros = { path = "./crates/sweet/macros", version = "0.1.50" }
forky = { path = "./crates/forky", version = "0.1.50" }
# forky_ai = { path = "./crates/forky_ai", version = "0.1.43" }
forky_bevy = { path = "./crates/forky_bevy", version = "0.1.50" }
forky_cli = { path = "./crates/forky_cli", version = "0.1.50" }
forky_core = { path = "./crates/forky_core", version = "0.1.50" }
forky_fs = { path = "./crates/forky_fs", version = "0.1.50" }
forky_esp = { path = "./crates/forky_esp", version = "0.1.50" }
forky_play = { path = "./crates/forky_play", version = "0.1.50" }
forky_web = { path = "./crates/forky_web", version = "0.1.50" }
forky_web_macros = { path = "./crates/forky_web/macros", version = "0.1.50" }

### game ###
# two requirements for back to release:
Expand All @@ -60,6 +49,8 @@ sweet_macros = { path = "./crates/sweet/macros", version = "0.1.50" }
# bevy = { path = "../bevy", default-features = false }
# bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "f516de456be2b65572de1af6956d52157663b9cc", default-features = false }

sweet = { version = "0.1.50", features = ["bevy"] }
bevy = "0.14"
bevy-inspector-egui = "0.23.4"
bevy_mod_debugdump = "0.10.0"
bevy_rapier3d = { version = "0.25.0", features = ["debug-render-3d"] }
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@
</div>

## Contents
- [Forky CLI](./crates/forky/forky_cli/README.md)
- [Sweet](./crates/sweet/README.md)
- [Forky CLI](./crates/forky_cli/README.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::io::Write;
pub fn clear() { clear_terminal().unwrap(); }

pub fn print_forky() {
println!("\n🤘 sweet as! 🤘\n");
println!("\n🦀 running forky! 🦀\n");
}

pub fn show_cursor() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 59ab278

Please sign in to comment.