Skip to content

Commit

Permalink
Remove external assembly (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 authored Feb 25, 2022
1 parent 3d32678 commit a143355
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 996 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@ bit_field = "0.10.1"
bitflags = "1.0.4"
volatile = "0.4.4"

[build-dependencies]
cc = { version = "1.0.37", optional = true }

[features]
default = [ "nightly", "instructions" ]
instructions = []
external_asm = [ "cc" ]
nightly = [ "inline_asm", "const_fn", "abi_x86_interrupt", "doc_cfg" ]
inline_asm = []
nightly = [ "const_fn", "abi_x86_interrupt", "doc_cfg" ]
abi_x86_interrupt = []
const_fn = []
doc_cfg = []

# These features are no longer used and only there for backwards compatibility.
external_asm = []
inline_asm = []

[package.metadata.release]
no-dev-version = true
pre-release-replacements = [
Expand Down
54 changes: 0 additions & 54 deletions build.rs

This file was deleted.

Loading

0 comments on commit a143355

Please sign in to comment.