Skip to content

Commit

Permalink
chore: move mexx source to root
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed May 29, 2024
1 parent 18576f2 commit bc0f126
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 12 deletions.
11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
[workspace]
members = [
"mexx",
"uxi",
"ataxx"
]

[package]
name = "mexx"
version = "0.1.0"
edition = "2021"

[dependencies]
ataxx = { path = "ataxx" }
uxi = { path = "uxi" }
rand = "0.8.5"

[profile.release]
opt-level = 3
codegen-units = 1
Expand Down
11 changes: 0 additions & 11 deletions mexx/Cargo.toml

This file was deleted.

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.

0 comments on commit bc0f126

Please sign in to comment.