-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
207 changed files
with
212 additions
and
6,786 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 |
---|---|---|
@@ -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,57 @@ | ||
# 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?rev=a35ddcb#a35ddcb37a7c6499ca0720b0dccd739e400031c2" | ||
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=d90b52b#d90b52b89749ac8af82f352dc08aa0b1378cfae6" | ||
|
||
[[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" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
] | ||
name = "origami_map" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "matchmaker" | ||
version = "0.0.0" | ||
dependencies = [ | ||
"dojo", | ||
"origami", | ||
] | ||
name = "origami_random" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "origami" | ||
version = "0.7.2" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
] | ||
name = "origami_rating" | ||
version = "0.1.0" | ||
|
||
[[package]] | ||
name = "projectile" | ||
version = "0.0.0" | ||
dependencies = [ | ||
"cubit", | ||
"dojo", | ||
"origami", | ||
] | ||
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,21 @@ | ||
[workspace] | ||
members = [ | ||
"crates", | ||
"examples/chess", | ||
"examples/hex_map", | ||
"examples/market", | ||
"examples/matchmaker", | ||
"examples/projectile", | ||
"token", | ||
"governance" | ||
] | ||
# Scarb dependent crates. | ||
"crates/algebra", | ||
"crates/defi", | ||
"crates/map", | ||
"crates/random", | ||
"crates/rating", | ||
"crates/security", | ||
|
||
[workspace.package] | ||
version = "0.7.2" | ||
description = "Community-maintained libraries for Cairo" | ||
homepage = "https://github.com/dojoengine/origami" | ||
authors = ["[email protected]"] | ||
# Sozo dependent crates. | ||
"crates/token", | ||
# "governance" | ||
] | ||
|
||
[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", rev = "a35ddcb" } | ||
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
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,5 @@ | ||
pub mod auction { | ||
pub mod gda; | ||
pub mod vrgda; | ||
pub mod helpers; | ||
} |
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.
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,8 @@ | ||
[package] | ||
name = "origami_map" | ||
version = "0.1.0" | ||
description = "Maps library for Dojo based games." | ||
homepage = "https://github.com/dojoengine/origami/tree/main/crates/map" | ||
edition = "2024_07" | ||
|
||
[dependencies] |
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
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,4 @@ | ||
pub mod hex { | ||
pub mod hex; | ||
pub mod types; | ||
} |
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,6 @@ | ||
# Code generated by scarb DO NOT EDIT. | ||
version = 1 | ||
|
||
[[package]] | ||
name = "origami_random" | ||
version = "0.1.0" |
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,9 @@ | ||
[package] | ||
name = "origami_random" | ||
version = "0.1.0" | ||
description = "Random generator library for Dojo based games." | ||
homepage = "https://github.com/dojoengine/origami/tree/main/crates/random" | ||
edition = "2024_07" | ||
|
||
[dependencies] | ||
|
Oops, something went wrong.