Skip to content

Commit

Permalink
oro: add rustc-dep-of-std feature to oro
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Feb 6, 2025
1 parent 411ab24 commit 44bb279
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions oro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,15 @@ module = ["runtime"]
build = []
panic_handler = []
panic_debug_out_v0 = ["panic_handler"]
rustc-dep-of-std = [
"core",
"compiler_builtins",
"compiler_builtins/rustc-dep-of-std",
"cfg-if",
"cfg-if/rustc-dep-of-std",
]

[dependencies]
cfg-if = { version = "*", optional = true }
core = { version = "*", optional = true, package = "rustc-std-workspace-core" }
compiler_builtins = { version = "*", optional = true }

0 comments on commit 44bb279

Please sign in to comment.