-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebrand clocss-abm -> spacetime (#16)
* Rebrand clocss-abm -> spacetime * more workflow headaches * let the bridge have all the standard bevy features
- Loading branch information
1 parent
f7be532
commit 874e480
Showing
28 changed files
with
166 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Mark docs/ as documentation, but not demos | ||
# Mark docs/ as documentation | ||
docs/* linguist-documentation | ||
learning/demos/* -linguist-documentation | ||
|
||
# Don't include Jupyter Notebooks or assets/ in language stats | ||
learning/notebooks/* liquist-vendored | ||
learning/data/* linguist-vendored | ||
learning/* liquist-vendored | ||
assets/* linguist-vendored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,3 +162,8 @@ cython_debug/ | |
.vscode/ | ||
*.parquet | ||
*.bsp | ||
|
||
# Cargo | ||
.cargo/ | ||
target/ | ||
dist/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,6 @@ | ||
[package] | ||
name = "clocss-abm" | ||
version = "0.1.0" | ||
edition = "2021" | ||
license = "AGPL-3.0-or-later" | ||
readme = "README.md" | ||
description = "an Agent-Based Model of Heterogeneous Lunar Networks" | ||
authors = ["Philip Linden <[email protected]>"] | ||
homepage = "https://philiplinden.github.io/clocss-abm/" | ||
repository = "https://github.com/philiplinden/clocss-abm" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
bevy = { version = "0.12.0", features = ["dynamic_linking"] } | ||
# bevy-inspector-egui = { version = "0.22.0", features = ["highlight_changes"] } | ||
bevy_egui = "0.24.0" | ||
crossbeam-channel = "0.5.11" | ||
hifitime = "3.8.5" | ||
humantime = "2.1.0" | ||
particular = { version = "0.6.1", features = ["gpu"] } | ||
|
||
# Enable a small amount of optimization in debug mode | ||
[profile.dev] | ||
opt-level = 1 | ||
incremental = true | ||
|
||
# Enable high optimizations for dependencies (incl. Bevy), but not for our code: | ||
[profile.dev.package."*"] | ||
opt-level = 3 | ||
[workspace] | ||
members = [ | ||
"spacetime-core", | ||
"spacetime-bridge", | ||
] | ||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.