Skip to content

Commit 9b1f89b

Browse files
committed
Remove workspace hack
1 parent 9a3a83f commit 9b1f89b

4 files changed

Lines changed: 7 additions & 103 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ members = [
33
"mint_lib",
44
"hook",
55
"hook_resolvers",
6-
"workspace_hack",
76
]
87

98
[workspace.package]
@@ -39,14 +38,11 @@ version.workspace = true
3938
edition.workspace = true
4039

4140
[features]
42-
default = ["hook", "oodle_platform_dependent"]
41+
default = ["hook"]
4342
hook = ["dep:hook"]
44-
oodle = ["repak/oodle_implicit_dynamic"]
45-
oodle_platform_dependent = ["workspace_hack/oodle_platform_dependent"]
4643
debug = ["egui/deadlock_detection"]
4744

4845
[dependencies]
49-
workspace_hack = { path = "workspace_hack" }
5046
ansi_term = "0.12.1"
5147
anyhow.workspace = true
5248
async-trait = "0.1.89"

workspace_hack/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

workspace_hack/src/lib.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)