-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from dojoengine/1.0.0-alpha.1
feat: update for 1.0.0-alpha
- Loading branch information
Showing
209 changed files
with
986 additions
and
7,406 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
scarb 2.7.0-rc.4 |
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,83 +1,64 @@ | ||
# Code generated by scarb DO NOT EDIT. | ||
version = 1 | ||
|
||
[[package]] | ||
name = "chess" | ||
version = "0.6.0-alpha.6" | ||
dependencies = [ | ||
"dojo", | ||
] | ||
|
||
[[package]] | ||
name = "cubit" | ||
version = "1.3.0" | ||
source = "git+https://github.com/notV4l/cubit.git?branch=cairo_2.7#cadb27aa62509ad9059dfac4f075317893f1f614" | ||
source = "git+https://github.com/dojoengine/cubit?branch=cairo_2.7#53020b6320a10f2ab55b661be9b8d895aca945e9" | ||
|
||
[[package]] | ||
name = "dojo" | ||
version = "0.7.2" | ||
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.2#3da5cad9fdd39b81551e0668015d88262e6c5fc4" | ||
version = "0.7.3" | ||
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.0-alpha.3#a6a7724380169372336e886fb36f31f56e7d0d8a" | ||
dependencies = [ | ||
"dojo_plugin", | ||
] | ||
|
||
[[package]] | ||
name = "dojo_plugin" | ||
version = "0.3.11" | ||
source = "git+https://github.com/dojoengine/dojo?tag=v0.3.11#1e651b5d4d3b79b14a7d8aa29a92062fcb9e6659" | ||
version = "0.7.3" | ||
source = "git+https://github.com/dojoengine/dojo?rev=71b1f1a4#71b1f1a467534cbeeb901356f41e612ed4187bd1" | ||
|
||
[[package]] | ||
name = "governance" | ||
version = "0.0.0" | ||
name = "origami_algebra" | ||
version = "0.1.0" | ||
dependencies = [ | ||
"dojo", | ||
"cubit", | ||
] | ||
|
||
[[package]] | ||
name = "hex_map" | ||
version = "0.0.0" | ||
name = "origami_defi" | ||
version = "0.1.0" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
"origami", | ||
] | ||
|
||
[[package]] | ||
name = "market" | ||
version = "0.0.0" | ||
name = "origami_governance" | ||
version = "1.0.0-alpha.0" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
] | ||
|
||
[[package]] | ||
name = "matchmaker" | ||
version = "0.0.0" | ||
dependencies = [ | ||
"dojo", | ||
"origami", | ||
] | ||
name = "origami_map" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "origami" | ||
version = "0.7.2" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
] | ||
name = "origami_random" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "projectile" | ||
version = "0.0.0" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
"origami", | ||
] | ||
name = "origami_rating" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "origami_security" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "token" | ||
version = "0.0.0" | ||
name = "origami_token" | ||
version = "1.0.0-alpha.0" | ||
dependencies = [ | ||
"dojo", | ||
] |
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,24 +1,18 @@ | ||
[workspace] | ||
members = [ | ||
"crates", | ||
"examples/chess", | ||
"examples/hex_map", | ||
"examples/market", | ||
"examples/matchmaker", | ||
"examples/projectile", | ||
"token", | ||
"governance" | ||
"crates/algebra", | ||
"crates/defi", | ||
"crates/map", | ||
"crates/random", | ||
"crates/rating", | ||
"crates/security", | ||
"crates/token", | ||
"crates/governance" | ||
] | ||
|
||
[workspace.package] | ||
version = "0.7.2" | ||
description = "Community-maintained libraries for Cairo" | ||
homepage = "https://github.com/dojoengine/origami" | ||
authors = ["[email protected]"] | ||
|
||
[workspace.dependencies] | ||
# cubit = { git = "https://github.com/influenceth/cubit.git" } | ||
cubit = { git = "https://github.com/notV4l/cubit.git", branch = "cairo_2.7" } | ||
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.2" } | ||
origami = { path = "crates" } | ||
token = { path = "token" } | ||
cubit = { git = "https://github.com/dojoengine/cubit", branch = "cairo_2.7" } | ||
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.3" } | ||
starknet = "2.7.0-rc.3" | ||
|
||
# Scripts are not supported for virtual workspaces. |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[package] | ||
name = "origami_algebra" | ||
version = "0.1.0" | ||
description = "Algebra library for Dojo based games." | ||
homepage = "https://github.com/dojoengine/origami/tree/main/crates/algebra" | ||
|
||
# TODO: update to edition 2024_07, some traits are deprecated and others no longer accessible. | ||
# Mostly related to `AddEq` -> `AddAssign` and so on. | ||
|
||
[dependencies] | ||
cubit.workspace = true |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mod vec2; | ||
mod vector; | ||
mod matrix; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[package] | ||
name = "origami_defi" | ||
version = "0.1.0" | ||
description = "DeFi library for Dojo based games." | ||
homepage = "https://github.com/dojoengine/origami/tree/main/crates/defi" | ||
edition = "2024_07" | ||
|
||
[dependencies] | ||
cubit.workspace = true | ||
starknet.workspace = true |
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.