Skip to content

Commit 89b0cd2

Browse files
committed
cleanup FFI and prep for release
1 parent e0ee10d commit 89b0cd2

2 files changed

Lines changed: 2 additions & 139 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "radio-sx127x"
33
description = "Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Ryan Kurte <ryankurte@gmail.com>"]
6+
license = "MPL-2.0"
67

78
[features]
8-
ffi = [ ]
99
util = [ "structopt", "linux-embedded-hal", "simplelog", "humantime" ]
1010
default = [ "util" ]
1111

@@ -22,13 +22,6 @@ linux-embedded-hal = { version = "0.2.2", optional = true }
2222
simplelog = { version = "0.5.3", optional = true }
2323
humantime = { version = "1.2.0", optional = true }
2424

25-
26-
[build-dependencies]
27-
bindgen = "0.47.0"
28-
cc = { version = "1.0" }
29-
git2 = { version = "0.8.0" }
30-
build-helper = "0.1.1"
31-
3225
[dev-dependencies]
3326
color-backtrace = "0.1.3"
3427

build.rs

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

0 commit comments

Comments
 (0)